diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-05-31 09:47:59 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-05-31 09:51:23 +0100 |
commit | e8f3e243d4c247ccf73a4b9110ba5d0e115edc65 (patch) | |
tree | 86c0a8156a6473c78c80e9c0d01168bf54acb5b1 /app-dicts/sword-KJVA/sword-KJVA-3.0.1.ebuild | |
parent | app-text/bibletime: drop the test phase altogether (diff) | |
download | gentoo-e8f3e243d4c247ccf73a4b9110ba5d0e115edc65.tar.gz gentoo-e8f3e243d4c247ccf73a4b9110ba5d0e115edc65.tar.bz2 gentoo-e8f3e243d4c247ccf73a4b9110ba5d0e115edc65.zip |
app-dicts/sword-*: revert to ~arch
Josephus, KJV, KJVA, Scofield and StrongsGreek were only stabilised due
to being test dependencies of app-text/bibletime. Now that the latter's
test suite has officially been declared orphaned, all these stable
keywords would do is delay module updates.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-KJVA/sword-KJVA-3.0.1.ebuild')
-rw-r--r-- | app-dicts/sword-KJVA/sword-KJVA-3.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-dicts/sword-KJVA/sword-KJVA-3.0.1.ebuild b/app-dicts/sword-KJVA/sword-KJVA-3.0.1.ebuild index 97bedded2311..6e5d4461d6d8 100644 --- a/app-dicts/sword-KJVA/sword-KJVA-3.0.1.ebuild +++ b/app-dicts/sword-KJVA/sword-KJVA-3.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,4 +10,4 @@ inherit sword-module DESCRIPTION="King James Version (1769) incl. Apocrypha, with Strongs Numbers and Morphology" HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=KJVA" LICENSE="freedist" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="~amd64 ~ppc ~x86" |