From b833f01d7f6ee985df48b71b7dc0bbd32e798567 Mon Sep 17 00:00:00 2001
From: Alexander Golubev <fatzer2@gmail.com>
Date: Sun, 27 Jul 2025 02:10:53 +0300
Subject: app-dicts/ispell-de: update EAPI 7 -> 8

Also:
* fix order of variables in the ebuild
* unkeywoed mips

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
---
 app-dicts/ispell-de/ispell-de-20161207.ebuild | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/app-dicts/ispell-de/ispell-de-20161207.ebuild b/app-dicts/ispell-de/ispell-de-20161207.ebuild
index 5fb1d961..e7eb2f2e 100644
--- a/app-dicts/ispell-de/ispell-de-20161207.ebuild
+++ b/app-dicts/ispell-de/ispell-de-20161207.ebuild
@@ -1,11 +1,8 @@
 # Copyright 1999-2020 Gentoo Authors and Martin V\"ath
-# Copyright 2020 The Trinity Desktop Project
+# Copyright 2020-2025 The Trinity Desktop Project
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
-
-# Don't use Gentoo mirrors
-RESTRICT="mirror"
+EAPI="8"
 
 MY_P=igerman98-${PV}
 
@@ -13,15 +10,18 @@ DESCRIPTION="German and Swiss dictionaries for ispell"
 HOMEPAGE="http://j3e.de/ispell/igerman98/"
 SRC_URI="http://j3e.de/ispell/igerman98/dict/${MY_P}.tar.bz2"
 
-SLOT="0"
+S=${WORKDIR}/${MY_P}
+
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 hppa mips ppc sparc x86"
+SLOT="0"
+KEYWORDS="~alpha amd64 hppa ~mips ppc sparc x86"
+
+# Don't use Gentoo mirrors
+RESTRICT="mirror"
 
 BDEPEND="app-text/ispell:="
 RDEPEND="${BDEPEND}"
 
-S=${WORKDIR}/${MY_P}
-
 src_compile() {
 	for lang in de_DE de_AT de_CH; do
 		emake ispell/${lang}{.aff,.hash}
-- 
cgit v1.2.3

