diff options
Diffstat (limited to 'sys-fs/eudev/eudev-3.1.2.ebuild')
-rw-r--r-- | sys-fs/eudev/eudev-3.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/eudev/eudev-3.1.2.ebuild b/sys-fs/eudev/eudev-3.1.2.ebuild index a8c1f9c3272d..c3335fddd0c1 100644 --- a/sys-fs/eudev/eudev-3.1.2.ebuild +++ b/sys-fs/eudev/eudev-3.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-3.1.2.ebuild,v 1.4 2015/07/16 17:10:10 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-3.1.2.ebuild,v 1.5 2015/07/17 06:22:51 jer Exp $ EAPI="5" @@ -14,7 +14,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-2 else SRC_URI="http://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" - KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc x86" + KEYWORDS="amd64 ~arm hppa ~mips ~ppc ppc64 ~sparc x86" fi DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" |