diff options
author | William Hubbs <williamh@gentoo.org> | 2017-10-06 12:26:58 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2017-10-06 12:27:20 -0500 |
commit | 25e0701aab34a5b61dcb2249c63e748f1ab65ae2 (patch) | |
tree | 5fcacbb288686d38fe7c3b9ea2692a0e49029f40 /sys-fs | |
parent | sys-fs/udev: 235 version bump (diff) | |
download | gentoo-25e0701aab34a5b61dcb2249c63e748f1ab65ae2.tar.gz gentoo-25e0701aab34a5b61dcb2249c63e748f1ab65ae2.tar.bz2 gentoo-25e0701aab34a5b61dcb2249c63e748f1ab65ae2.zip |
sys-fs/udev: sync live ebuild
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/udev/udev-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index 03c1796fcacb..1d98a8ca3990 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-9999.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${PV}.tar.gz" - KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" fi DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" |