| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 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-151-r2.ebuild,v 1.4 2010/08/08 16:19:04 armin76 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/Attic/udev-151-r2.ebuild,v 1.5 2010/08/23 20:22:14 vapier 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 | |
| … | |
… | |
| 38 | >=sys-apps/util-linux-2.16 |
38 | >=sys-apps/util-linux-2.16 |
| 39 | >=sys-libs/glibc-2.9" |
39 | >=sys-libs/glibc-2.9" |
| 40 | |
40 | |
| 41 | DEPEND="${COMMON_DEPEND} |
41 | DEPEND="${COMMON_DEPEND} |
| 42 | extras? ( dev-util/gperf ) |
42 | extras? ( dev-util/gperf ) |
|
|
43 | virtual/os-headers |
| 43 | >=sys-kernel/linux-headers-2.6.29 |
44 | !<sys-kernel/linux-headers-2.6.29 |
| 44 | test? ( app-text/tree )" |
45 | test? ( app-text/tree )" |
| 45 | |
46 | |
| 46 | RDEPEND="${COMMON_DEPEND} |
47 | RDEPEND="${COMMON_DEPEND} |
| 47 | !sys-apps/coldplug |
48 | !sys-apps/coldplug |
| 48 | !<sys-fs/lvm2-2.02.45 |
49 | !<sys-fs/lvm2-2.02.45 |