diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-07-30 11:03:23 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-07-30 11:03:23 +0000 |
commit | ea9801f0149f4e2527eaea2eed2feb6698971696 (patch) | |
tree | cfba4224e55ea80e7619254530c7109b7e1a4445 /sys-fs | |
parent | Fix bug #514194 - Stabilization of SELinux userspace 2.3 (diff) | |
download | gentoo-2-ea9801f0149f4e2527eaea2eed2feb6698971696.tar.gz gentoo-2-ea9801f0149f4e2527eaea2eed2feb6698971696.tar.bz2 gentoo-2-ea9801f0149f4e2527eaea2eed2feb6698971696.zip |
Stable for HPPA (bug #516524).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/eudev/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/eudev/eudev-1.9-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/eudev/ChangeLog b/sys-fs/eudev/ChangeLog index 8c1f8e9a5cb1..e3abeb18043f 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.132 2014/07/27 22:01:06 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.133 2014/07/30 11:03:23 jer Exp $ + + 30 Jul 2014; Jeroen Roovers <jer@gentoo.org> eudev-1.9-r2.ebuild: + Stable for HPPA (bug #516524). 27 Jul 2014; Anthony G. Basile <blueness@gentoo.org> eudev-1.9-r2.ebuild: Stable on ppc and ppc64, bug #516524 diff --git a/sys-fs/eudev/eudev-1.9-r2.ebuild b/sys-fs/eudev/eudev-1.9-r2.ebuild index 44b0a9fb7028..dd4d33c2324f 100644 --- a/sys-fs/eudev/eudev-1.9-r2.ebuild +++ b/sys-fs/eudev/eudev-1.9-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.9-r2.ebuild,v 1.3 2014/07/27 22:01:06 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-1.9-r2.ebuild,v 1.4 2014/07/30 11:03:23 jer Exp $ EAPI="5" @@ -13,7 +13,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)" |