diff options
author | 2012-02-07 15:39:16 +0000 | |
---|---|---|
committer | 2012-02-07 15:39:16 +0000 | |
commit | 0761e5509a9f6f652ccaa32ca643d2a825a55b1d (patch) | |
tree | 28d4ec1110f816302868c4135c37d1a3036c7c55 /sys-fs | |
parent | Stable for HPPA (bug #400557). (diff) | |
download | gentoo-2-0761e5509a9f6f652ccaa32ca643d2a825a55b1d.tar.gz gentoo-2-0761e5509a9f6f652ccaa32ca643d2a825a55b1d.tar.bz2 gentoo-2-0761e5509a9f6f652ccaa32ca643d2a825a55b1d.zip |
Stable for HPPA (bug #399717).
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/udev/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/udev/udev-171-r5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog index f5207e7f4c5a..934aeb2198fe 100644 --- a/sys-fs/udev/ChangeLog +++ b/sys-fs/udev/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/udev # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.640 2012/02/05 18:05:21 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.641 2012/02/07 15:39:16 jer Exp $ + + 07 Feb 2012; Jeroen Roovers <jer@gentoo.org> udev-171-r5.ebuild: + Stable for HPPA (bug #399717). 05 Feb 2012; William Hubbs <williamh@gentoo.org> udev-180.ebuild: udev-180 only builds with kmod-4 diff --git a/sys-fs/udev/udev-171-r5.ebuild b/sys-fs/udev/udev-171-r5.ebuild index ce33c1b7afbb..cb18ed0e9a60 100644 --- a/sys-fs/udev/udev-171-r5.ebuild +++ b/sys-fs/udev/udev-171-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-171-r5.ebuild,v 1.4 2012/02/05 17:50:04 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-171-r5.ebuild,v 1.5 2012/02/07 15:39:16 jer Exp $ EAPI=4 @@ -22,7 +22,7 @@ inherit ${vcs} eutils flag-o-matic multilib toolchain-funcs linux-info systemd l if [[ ${PV} != "9999" ]] then - KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-linux" + KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-linux" # please update testsys-tarball whenever udev-xxx/test/sys/ is changed SRC_URI="mirror://kernel/linux/utils/kernel/hotplug/${P}.tar.bz2 test? ( mirror://gentoo/${PN}-171-testsys.tar.bz2 )" |