diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:42:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:13:30 +0000 |
commit | 427aec73fea1beaaa11c5935e73e4716d23cf4f9 (patch) | |
tree | 0390c08462cd6542cac8deb70c8231c66d582169 /sys-fs | |
parent | sys-fs/squashfs-tools: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-427aec73fea1beaaa11c5935e73e4716d23cf4f9.tar.gz gentoo-427aec73fea1beaaa11c5935e73e4716d23cf4f9.tar.bz2 gentoo-427aec73fea1beaaa11c5935e73e4716d23cf4f9.zip |
sys-fs/static-dev: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/static-dev/static-dev-0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/static-dev/static-dev-0.1.ebuild b/sys-fs/static-dev/static-dev-0.1.ebuild index 9140ba94e4b3..c1a62712d168 100644 --- a/sys-fs/static-dev/static-dev-0.1.ebuild +++ b/sys-fs/static-dev/static-dev-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="5" @@ -9,7 +9,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" IUSE="" RDEPEND="sys-apps/makedev" |