diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-06-21 11:30:43 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-06-21 11:30:43 +0000 |
commit | bbcc32dc95fce975f3dd304f68f70875214e538f (patch) | |
tree | 8a830224cac51fc3e74e6a5872238cd3753883de /sys-fs/eudev/eudev-3.0.ebuild | |
parent | arm stable, bug #551214 (diff) | |
download | historical-bbcc32dc95fce975f3dd304f68f70875214e538f.tar.gz historical-bbcc32dc95fce975f3dd304f68f70875214e538f.tar.bz2 historical-bbcc32dc95fce975f3dd304f68f70875214e538f.zip |
Propagate sparc keyword foward.
Package-Manager: portage-2.2.18/cvs/Linux x86_64
Manifest-Sign-Key: 0xF52D4BBA
Diffstat (limited to 'sys-fs/eudev/eudev-3.0.ebuild')
-rw-r--r-- | sys-fs/eudev/eudev-3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/eudev/eudev-3.0.ebuild b/sys-fs/eudev/eudev-3.0.ebuild index 83eade1e5681..c6c79fb81ec1 100644 --- a/sys-fs/eudev/eudev-3.0.ebuild +++ b/sys-fs/eudev/eudev-3.0.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.0.ebuild,v 1.3 2015/06/10 02:33:47 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-3.0.ebuild,v 1.4 2015/06/21 11:30:32 blueness 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 ~x86" + KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" fi DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" |