summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2014-07-27 19:10:41 +0000
committerMarkus Meier <maekke@gentoo.org>2014-07-27 19:10:41 +0000
commit79007362cf9700de0e40c71f00dc1c97c4193e8d (patch)
tree0729e7cbc851297b629548d8bcdf051d78c61723 /sys-fs
parentarm stable, bug #517234 (diff)
downloadgentoo-2-79007362cf9700de0e40c71f00dc1c97c4193e8d.tar.gz
gentoo-2-79007362cf9700de0e40c71f00dc1c97c4193e8d.tar.bz2
gentoo-2-79007362cf9700de0e40c71f00dc1c97c4193e8d.zip
arm stable, bug #516524
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
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 560f2cefb056..349add5e4946 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.130 2014/07/25 12:22:39 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.131 2014/07/27 19:10:41 maekke Exp $
+
+ 27 Jul 2014; Markus Meier <maekke@gentoo.org> eudev-1.9-r2.ebuild:
+ arm stable, bug #516524
25 Jul 2014; Anthony G. Basile <blueness@gentoo.org> eudev-1.3.ebuild:
Drop 1.3 for all except ia64
diff --git a/sys-fs/eudev/eudev-1.9-r2.ebuild b/sys-fs/eudev/eudev-1.9-r2.ebuild
index bbd2bc673775..cfaead48194e 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.1 2014/07/25 12:12:15 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-1.9-r2.ebuild,v 1.2 2014/07/27 19:10:41 maekke 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)"