diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-05-15 20:32:48 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-05-15 20:32:48 +0300 |
commit | fd7f3c269cb85757e7b164635043374c1bc72eac (patch) | |
tree | fa58a1432946bdd78ce767b236cebfabe7fe35de /sys-fs/udev | |
parent | sys-devel/native-cctools: accept -rpath in aix ld (diff) | |
download | gentoo-fd7f3c269cb85757e7b164635043374c1bc72eac.tar.gz gentoo-fd7f3c269cb85757e7b164635043374c1bc72eac.tar.bz2 gentoo-fd7f3c269cb85757e7b164635043374c1bc72eac.zip |
sys-fs/udev-238: arm64 stable (bug #655712)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'sys-fs/udev')
-rw-r--r-- | sys-fs/udev/udev-238.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/udev/udev-238.ebuild b/sys-fs/udev/udev-238.ebuild index c3d44efbc794..626053fc4956 100644 --- a/sys-fs/udev/udev-238.ebuild +++ b/sys-fs/udev/udev-238.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="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" + KEYWORDS="alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" fi DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" |