1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/Attic/udev-164-r2.ebuild,v 1.10 2011/06/14 19:23:13 maekke Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/Attic/udev-164-r2.ebuild,v 1.11 2011/06/22 19:42:26 williamh Exp $ |
4 | |
4 | |
5 | EAPI="1" |
5 | EAPI="1" |
6 | |
6 | |
7 | inherit eutils flag-o-matic multilib toolchain-funcs linux-info |
7 | inherit eutils flag-o-matic multilib toolchain-funcs linux-info |
8 | |
8 | |
… | |
… | |
25 | HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html" |
25 | HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html" |
26 | |
26 | |
27 | LICENSE="GPL-2" |
27 | LICENSE="GPL-2" |
28 | SLOT="0" |
28 | SLOT="0" |
29 | KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" |
29 | KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" |
30 | IUSE="selinux extras test" |
30 | IUSE="build selinux extras test" |
31 | |
31 | |
32 | COMMON_DEPEND="selinux? ( sys-libs/libselinux ) |
32 | COMMON_DEPEND="selinux? ( sys-libs/libselinux ) |
33 | extras? ( |
33 | extras? ( |
34 | sys-apps/acl |
34 | sys-apps/acl |
35 | >=sys-apps/usbutils-0.82 |
35 | >=sys-apps/usbutils-0.82 |