diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-08-08 14:10:49 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-08-08 14:10:49 +0000 |
commit | 42afcf108b72550bcfa38e4520d6d01339b37e52 (patch) | |
tree | deeabfbdcf99cb0e472e93f05a796f4e06f08d04 /sys-fs | |
parent | Stable for HPPA (bug #480032). (diff) | |
download | gentoo-2-42afcf108b72550bcfa38e4520d6d01339b37e52.tar.gz gentoo-2-42afcf108b72550bcfa38e4520d6d01339b37e52.tar.bz2 gentoo-2-42afcf108b72550bcfa38e4520d6d01339b37e52.zip |
Stable for HPPA (bug #463910).
(Portage version: 2.2.0_alpha195/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.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/eudev/ChangeLog b/sys-fs/eudev/ChangeLog index 68c04ef2f58b..fa107984031e 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.58 2013/08/08 12:54:37 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.59 2013/08/08 14:10:49 jer Exp $ + + 08 Aug 2013; Jeroen Roovers <jer@gentoo.org> eudev-1.1.ebuild: + Stable for HPPA (bug #463910). 08 Aug 2013; Samuli Suominen <ssuominen@gentoo.org> eudev-1.2-r1.ebuild, eudev-9999.ebuild: diff --git a/sys-fs/eudev/eudev-1.1.ebuild b/sys-fs/eudev/eudev-1.1.ebuild index 703fd15a84a4..fdb9f0f95df0 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.5 2013/07/25 15:31:49 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-1.1.ebuild,v 1.6 2013/08/08 14:10:49 jer 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="~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~x86" fi DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" |