diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:48:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:16:50 +0000 |
commit | 81531b108ac6f202671390761f5d6ab7503b4063 (patch) | |
tree | 0ea21255eafbeb9d0e877139c52cabe074df1bc2 | |
parent | x11-apps/iceauth: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-81531b108ac6f202671390761f5d6ab7503b4063.tar.gz gentoo-81531b108ac6f202671390761f5d6ab7503b4063.tar.bz2 gentoo-81531b108ac6f202671390761f5d6ab7503b4063.zip |
x11-apps/listres: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | x11-apps/listres/listres-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-apps/listres/listres-1.0.4.ebuild b/x11-apps/listres/listres-1.0.4.ebuild index aa1a298af7a4..892b157132fc 100644 --- a/x11-apps/listres/listres-1.0.4.ebuild +++ b/x11-apps/listres/listres-1.0.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 @@ -6,7 +6,7 @@ EAPI=7 inherit xorg-3 DESCRIPTION="list resources in widgets" -KEYWORDS="amd64 arm ~hppa ~mips ppc ppc64 s390 sparc x86" +KEYWORDS="amd64 arm ~hppa ~mips ppc ppc64 ~s390 sparc x86" IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXt |