diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2007-02-12 17:01:00 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2007-02-12 17:01:00 +0000 |
commit | 7a9427424e94428d56cb2cf97a6a1271b4143364 (patch) | |
tree | f3300059f183c8f473d5ff17f19ed6d2d914bc1d /sys-fs | |
parent | sparc64: moved virtuals out since we default to 2.6, move java use.mask out, ... (diff) | |
download | gentoo-2-7a9427424e94428d56cb2cf97a6a1271b4143364.tar.gz gentoo-2-7a9427424e94428d56cb2cf97a6a1271b4143364.tar.bz2 gentoo-2-7a9427424e94428d56cb2cf97a6a1271b4143364.zip |
Stable on IA64, 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 5ec831abf106..44eb5406d5f9 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.261 2007/02/12 16:23:53 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.262 2007/02/12 17:01:00 kloeri Exp $ + + 12 Feb 2007; Bryan Østergaard <kloeri@gentoo.org> udev-104-r11.ebuild: + Stable on IA64, bug 159871. 12 Feb 2007; Gustavo Zacarias <gustavoz@gentoo.org> udev-104-r11.ebuild: Stable on sparc wrt #159871 diff --git a/sys-fs/udev/udev-104-r11.ebuild b/sys-fs/udev/udev-104-r11.ebuild index 1aaed09a8ee7..6992c9c66043 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.4 2007/02/12 16:23:53 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-104-r11.ebuild,v 1.5 2007/02/12 17:01:00 kloeri 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 )" |