diff options
author | 2013-11-24 14:35:38 +0000 | |
---|---|---|
committer | 2013-11-24 14:35:38 +0000 | |
commit | 4acd867dcb60962bf04bb6102a0a25a3083b1e1b (patch) | |
tree | 8eb8053591f983b6a58010664eb4d400596da3c2 /sys-fs | |
parent | amd64 stable, bug #487344 (diff) | |
download | gentoo-2-4acd867dcb60962bf04bb6102a0a25a3083b1e1b.tar.gz gentoo-2-4acd867dcb60962bf04bb6102a0a25a3083b1e1b.tar.bz2 gentoo-2-4acd867dcb60962bf04bb6102a0a25a3083b1e1b.zip |
amd64 stable, bug #487238
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/eudev/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/eudev/eudev-1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/eudev/ChangeLog b/sys-fs/eudev/ChangeLog index 1bfec3cd31d6..c624ac4671bf 100644 --- a/sys-fs/eudev/ChangeLog +++ b/sys-fs/eudev/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/eudev # Copyright 1999- Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.73 2013/11/12 13:45:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.74 2013/11/24 14:35:38 pacho Exp $ + + 24 Nov 2013; Pacho Ramos <pacho@gentoo.org> eudev-1.3.ebuild: + amd64 stable, bug #487238 12 Nov 2013; Jeroen Roovers <jer@gentoo.org> eudev-1.3.ebuild: Stable for HPPA (bug #487238). diff --git a/sys-fs/eudev/eudev-1.3.ebuild b/sys-fs/eudev/eudev-1.3.ebuild index f4ea8a9cfcea..c8ca2c3466be 100644 --- a/sys-fs/eudev/eudev-1.3.ebuild +++ b/sys-fs/eudev/eudev-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-1.3.ebuild,v 1.4 2013/11/12 13:45:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-1.3.ebuild,v 1.5 2013/11/24 14:35:38 pacho Exp $ EAPI="5" @@ -14,7 +14,7 @@ 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 ~x86" fi DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" |