diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-09-17 13:13:33 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-09-17 13:13:33 +0000 |
commit | ad451f777cce3dd85c16023127e03652a37d9e40 (patch) | |
tree | cc094ba993220afac68d52c11f9cb1534257cc86 /sys-fs/eudev | |
parent | Stable for HPPA (bug #522778). (diff) | |
download | gentoo-2-ad451f777cce3dd85c16023127e03652a37d9e40.tar.gz gentoo-2-ad451f777cce3dd85c16023127e03652a37d9e40.tar.bz2 gentoo-2-ad451f777cce3dd85c16023127e03652a37d9e40.zip |
Stable for HPPA (bug #522792).
(Portage version: 2.2.13/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-fs/eudev')
-rw-r--r-- | sys-fs/eudev/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/eudev/eudev-1.10-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/eudev/ChangeLog b/sys-fs/eudev/ChangeLog index baec5b18da77..176f917a4683 100644 --- a/sys-fs/eudev/ChangeLog +++ b/sys-fs/eudev/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/eudev # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.140 2014/09/15 11:01:16 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.141 2014/09/17 13:13:33 jer Exp $ + + 17 Sep 2014; Jeroen Roovers <jer@gentoo.org> eudev-1.10-r2.ebuild: + Stable for HPPA (bug #522792). 15 Sep 2014; Anthony G. Basile <blueness@gentoo.org> eudev-9999.ebuild: Update 9999 version wrt bug #522606 diff --git a/sys-fs/eudev/eudev-1.10-r2.ebuild b/sys-fs/eudev/eudev-1.10-r2.ebuild index 4a55bf172608..4f166abfc950 100644 --- a/sys-fs/eudev/eudev-1.10-r2.ebuild +++ b/sys-fs/eudev/eudev-1.10-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-1.10-r2.ebuild,v 1.2 2014/09/15 10:57:43 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-1.10-r2.ebuild,v 1.3 2014/09/17 13:13:33 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 ~x86" + KEYWORDS="~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~x86" fi DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" |