diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-04-09 06:23:49 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-04-09 06:24:27 -0400 |
commit | 32aa2468904cae36e4d76f2cc2b20d458c7c42a1 (patch) | |
tree | 8d831c7b14430b2db24343810c806ba791c8872c /sys-fs/eudev | |
parent | app-shells/bash-completion: Bump to 4.3, #579070 (diff) | |
download | gentoo-32aa2468904cae36e4d76f2cc2b20d458c7c42a1.tar.gz gentoo-32aa2468904cae36e4d76f2cc2b20d458c7c42a1.tar.bz2 gentoo-32aa2468904cae36e4d76f2cc2b20d458c7c42a1.zip |
sys-fs/eudev: stable on arm64
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-fs/eudev')
-rw-r--r-- | sys-fs/eudev/eudev-3.1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/eudev/eudev-3.1.5.ebuild b/sys-fs/eudev/eudev-3.1.5.ebuild index de004eef1764..69fad0ecf5a1 100644 --- a/sys-fs/eudev/eudev-3.1.5.ebuild +++ b/sys-fs/eudev/eudev-3.1.5.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-2 else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86" fi DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" |