diff options
author | 2007-02-12 14:40:39 +0000 | |
---|---|---|
committer | 2007-02-12 14:40:39 +0000 | |
commit | 028ce3cc38377fad208433790d268fe79c58df69 (patch) | |
tree | cf9dc87f517ac98f491b9a634741d9a874679a83 /sys-fs | |
parent | Stable on sparc wrt #166501 (diff) | |
download | gentoo-2-028ce3cc38377fad208433790d268fe79c58df69.tar.gz gentoo-2-028ce3cc38377fad208433790d268fe79c58df69.tar.bz2 gentoo-2-028ce3cc38377fad208433790d268fe79c58df69.zip |
x86 stable wrt bug 159871
(Portage version: 2.1.2-r9)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/udev/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/udev/udev-104-r11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog index b67d0b6be2c4..667b5859ba1b 100644 --- a/sys-fs/udev/ChangeLog +++ b/sys-fs/udev/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/udev # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.259 2007/02/12 14:35:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.260 2007/02/12 14:40:39 armin76 Exp $ + + 12 Feb 2007; Raúl Porcel <armin76@gentoo.org> udev-104-r11.ebuild: + x86 stable wrt bug 159871 12 Feb 2007; Jeroen Roovers <jer@gentoo.org> udev-104-r11.ebuild: Oh no, not again for HPPA (bug #159871). diff --git a/sys-fs/udev/udev-104-r11.ebuild b/sys-fs/udev/udev-104-r11.ebuild index f098af99aa44..84379aa97570 100644 --- a/sys-fs/udev/udev-104-r11.ebuild +++ b/sys-fs/udev/udev-104-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-104-r11.ebuild,v 1.2 2007/02/12 14:35:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-104-r11.ebuild,v 1.3 2007/02/12 14:40:39 armin76 Exp $ inherit eutils flag-o-matic multilib toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/utils/kernel/hotplug/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="selinux" DEPEND="selinux? ( sys-libs/libselinux )" |