diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-04-07 14:59:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-04-07 14:59:51 +0000 |
commit | a3e8b9d55888f2aed2cd542773b9465ae6defdf8 (patch) | |
tree | 7f1265f82e1bfd18d164aa39bfc172c9d4186db9 /sys-fs/udev/udev-106-r5.ebuild | |
parent | RDEPEND on needed mktemp thanks to Paul DiSciascio <thenut@bytemonkey.net> in... (diff) | |
download | gentoo-2-a3e8b9d55888f2aed2cd542773b9465ae6defdf8.tar.gz gentoo-2-a3e8b9d55888f2aed2cd542773b9465ae6defdf8.tar.bz2 gentoo-2-a3e8b9d55888f2aed2cd542773b9465ae6defdf8.zip |
add back in ~s390 #171770 by Matthias Schwarzott
(Portage version: 2.1.2.3)
Diffstat (limited to 'sys-fs/udev/udev-106-r5.ebuild')
-rw-r--r-- | sys-fs/udev/udev-106-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/udev/udev-106-r5.ebuild b/sys-fs/udev/udev-106-r5.ebuild index f764627e4f89..bc48757801cc 100644 --- a/sys-fs/udev/udev-106-r5.ebuild +++ b/sys-fs/udev/udev-106-r5.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-106-r5.ebuild,v 1.3 2007/03/27 20:44:50 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-106-r5.ebuild,v 1.4 2007/04/07 14:59:51 vapier 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 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="selinux" DEPEND="selinux? ( sys-libs/libselinux )" |