diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 19:02:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:50:15 +0000 |
commit | 360f464f4da929081975cd7c2333fa3e0ec6766c (patch) | |
tree | dbb0d3b397a8f4185396f007a0f84b9f4b51d091 /app-arch/gcab | |
parent | app-arch/cpio: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-360f464f4da929081975cd7c2333fa3e0ec6766c.tar.gz gentoo-360f464f4da929081975cd7c2333fa3e0ec6766c.tar.bz2 gentoo-360f464f4da929081975cd7c2333fa3e0ec6766c.zip |
app-arch/gcab: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/gcab')
-rw-r--r-- | app-arch/gcab/gcab-1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/gcab/gcab-1.4.ebuild b/app-arch/gcab/gcab-1.4.ebuild index 71661b471bf8..38e48924bd1d 100644 --- a/app-arch/gcab/gcab-1.4.ebuild +++ b/app-arch/gcab/gcab-1.4.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 @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/msitools" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86" IUSE="gtk-doc +introspection test vala" REQUIRED_USE="vala? ( introspection )" |