diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-05-16 23:12:51 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-05-16 23:16:22 +0100 |
commit | 929380d18927f48e791e10188e687ffed20279c4 (patch) | |
tree | 22a31292740169033e1b20e6c043daa70a3b7157 /sys-fs | |
parent | app-emulation/winetricks: Sync with ::wine (diff) | |
download | gentoo-929380d18927f48e791e10188e687ffed20279c4.tar.gz gentoo-929380d18927f48e791e10188e687ffed20279c4.tar.bz2 gentoo-929380d18927f48e791e10188e687ffed20279c4.zip |
sys-fs/udev: stable 238 for ia64, bug #655712
Bug: https://bugs.gentoo.org/655712
Package-Manager: Portage-2.3.36, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"
Diffstat (limited to 'sys-fs')
-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 626053fc4956..65319c095f82 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)" |