| 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-175.ebuild,v 1.6 2011/11/11 19:34:18 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/Attic/udev-175.ebuild,v 1.7 2011/12/09 20:43:22 vapier Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | |
6 | |
| 7 | KV_min=2.6.34 |
7 | KV_min=2.6.34 |
| 8 | # patchversion=1 |
8 | # patchversion=1 |
| … | |
… | |
| 60 | DEPEND="${DEPEND} |
60 | DEPEND="${DEPEND} |
| 61 | doc? ( dev-util/gtk-doc )" |
61 | doc? ( dev-util/gtk-doc )" |
| 62 | fi |
62 | fi |
| 63 | |
63 | |
| 64 | RDEPEND="${COMMON_DEPEND} |
64 | RDEPEND="${COMMON_DEPEND} |
| 65 | hwdb? ( >=sys-apps/usbutils-0.82 sys-apps/pciutils ) |
65 | hwdb? ( >=sys-apps/usbutils-0.82 sys-apps/pciutils[-zlib] ) |
| 66 | acl? ( sys-apps/coreutils[acl] ) |
66 | acl? ( sys-apps/coreutils[acl] ) |
| 67 | !sys-apps/coldplug |
67 | !sys-apps/coldplug |
| 68 | !<sys-fs/lvm2-2.02.45 |
68 | !<sys-fs/lvm2-2.02.45 |
| 69 | !sys-fs/device-mapper |
69 | !sys-fs/device-mapper |
| 70 | >=sys-apps/baselayout-1.12.5" |
70 | >=sys-apps/baselayout-1.12.5" |