diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-07-17 06:22:51 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-07-17 06:22:51 +0000 |
commit | 6846c92369245c1f12ce85e7a26428ea628c8677 (patch) | |
tree | 3865e34e2b5eff2bac7cf02c53c79a095fd46965 /sys-fs/eudev | |
parent | Stable for HPPA PPC64 (bug #554712). (diff) | |
download | gentoo-2-6846c92369245c1f12ce85e7a26428ea628c8677.tar.gz gentoo-2-6846c92369245c1f12ce85e7a26428ea628c8677.tar.bz2 gentoo-2-6846c92369245c1f12ce85e7a26428ea628c8677.zip |
Stable for HPPA PPC64 (bug #554802).
(Portage version: 2.2.20/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-3.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/eudev/ChangeLog b/sys-fs/eudev/ChangeLog index 4b3e4103122f..01287d4cd90d 100644 --- a/sys-fs/eudev/ChangeLog +++ b/sys-fs/eudev/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/eudev # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.167 2015/07/16 17:10:10 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.168 2015/07/17 06:22:51 jer Exp $ + + 17 Jul 2015; Jeroen Roovers <jer@gentoo.org> eudev-3.1.2.ebuild: + Stable for HPPA PPC64 (bug #554802). 16 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> eudev-3.1.2.ebuild: x86 stable wrt bug #554802 diff --git a/sys-fs/eudev/eudev-3.1.2.ebuild b/sys-fs/eudev/eudev-3.1.2.ebuild index a8c1f9c3272d..c3335fddd0c1 100644 --- a/sys-fs/eudev/eudev-3.1.2.ebuild +++ b/sys-fs/eudev/eudev-3.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-3.1.2.ebuild,v 1.4 2015/07/16 17:10:10 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-3.1.2.ebuild,v 1.5 2015/07/17 06:22:51 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 ~sparc x86" + KEYWORDS="amd64 ~arm hppa ~mips ~ppc ppc64 ~sparc x86" fi DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" |