summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-07-27 22:01:06 +0000
committerAnthony G. Basile <blueness@gentoo.org>2014-07-27 22:01:06 +0000
commita0212361585d39e9bdb3e2d6b1d444810e588759 (patch)
treed943d3f4d85336caec22a07f35f937e14961b5a2 /sys-fs
parentadding ~arm (diff)
downloadgentoo-2-a0212361585d39e9bdb3e2d6b1d444810e588759.tar.gz
gentoo-2-a0212361585d39e9bdb3e2d6b1d444810e588759.tar.bz2
gentoo-2-a0212361585d39e9bdb3e2d6b1d444810e588759.zip
Stable on ppc and ppc64, bug #516524
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/eudev/ChangeLog5
-rw-r--r--sys-fs/eudev/eudev-1.9-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/eudev/ChangeLog b/sys-fs/eudev/ChangeLog
index 349add5e4946..8c1f8e9a5cb1 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.131 2014/07/27 19:10:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.132 2014/07/27 22:01:06 blueness Exp $
+
+ 27 Jul 2014; Anthony G. Basile <blueness@gentoo.org> eudev-1.9-r2.ebuild:
+ Stable on ppc and ppc64, bug #516524
27 Jul 2014; Markus Meier <maekke@gentoo.org> eudev-1.9-r2.ebuild:
arm stable, bug #516524
diff --git a/sys-fs/eudev/eudev-1.9-r2.ebuild b/sys-fs/eudev/eudev-1.9-r2.ebuild
index cfaead48194e..44b0a9fb7028 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.2 2014/07/27 19:10:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-1.9-r2.ebuild,v 1.3 2014/07/27 22:01:06 blueness 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)"