diff options
author | 2013-09-01 17:12:43 +0000 | |
---|---|---|
committer | 2013-09-01 17:12:43 +0000 | |
commit | d3ec8b88fa23e5190a2e3071990d54245b59e54c (patch) | |
tree | fc7525576510a49a52ae338e937bb8371115f40e /sys-fs/eudev | |
parent | Stable for alpha, wrt bug #470402 (diff) | |
download | gentoo-2-d3ec8b88fa23e5190a2e3071990d54245b59e54c.tar.gz gentoo-2-d3ec8b88fa23e5190a2e3071990d54245b59e54c.tar.bz2 gentoo-2-d3ec8b88fa23e5190a2e3071990d54245b59e54c.zip |
Stable for alpha, wrt bug #463910
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-fs/eudev')
-rw-r--r-- | sys-fs/eudev/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/eudev/eudev-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/eudev/ChangeLog b/sys-fs/eudev/ChangeLog index c458952ab61d..f6edc2e6806f 100644 --- a/sys-fs/eudev/ChangeLog +++ b/sys-fs/eudev/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/eudev # Copyright 1999- Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.67 2013/08/20 15:37:30 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.68 2013/09/01 17:12:43 ago Exp $ + + 01 Sep 2013; Agostino Sarubbo <ago@gentoo.org> eudev-1.1.ebuild: + Stable for alpha, wrt bug #463910 20 Aug 2013; Anthony G. Basile <blueness@gentoo.org> eudev-1.1.ebuild: Stable arm, bug #463910 diff --git a/sys-fs/eudev/eudev-1.1.ebuild b/sys-fs/eudev/eudev-1.1.ebuild index 7aaa5acde15a..77e83a672c58 100644 --- a/sys-fs/eudev/eudev-1.1.ebuild +++ b/sys-fs/eudev/eudev-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-1.1.ebuild,v 1.11 2013/08/20 15:37:30 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-1.1.ebuild,v 1.12 2013/09/01 17:12:43 ago Exp $ EAPI="5" @@ -14,7 +14,7 @@ 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="alpha amd64 arm hppa ~mips ppc ppc64 x86" fi DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" |