diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:42:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:13:26 +0000 |
commit | f746b4425a0f5641377f4542761e5c999856abbf (patch) | |
tree | 0b5f6b4219416c199497e6fd5000532ad78eb818 /sys-fs/eudev/eudev-3.2.5.ebuild | |
parent | sys-fs/e2fsprogs: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-f746b4425a0f5641377f4542761e5c999856abbf.tar.gz gentoo-f746b4425a0f5641377f4542761e5c999856abbf.tar.bz2 gentoo-f746b4425a0f5641377f4542761e5c999856abbf.zip |
sys-fs/eudev: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/eudev/eudev-3.2.5.ebuild')
-rw-r--r-- | sys-fs/eudev/eudev-3.2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/eudev/eudev-3.2.5.ebuild b/sys-fs/eudev/eudev-3.2.5.ebuild index 697e11f2dedd..e7cf8529cb8d 100644 --- a/sys-fs/eudev/eudev-3.2.5.ebuild +++ b/sys-fs/eudev/eudev-3.2.5.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="6" @@ -12,7 +12,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" fi DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" |