diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2010-08-24 18:28:32 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2010-08-24 18:28:32 +0000 |
commit | bd43c80148dde96b4d1b50ec36ae5c2ade5e8f9e (patch) | |
tree | 87d61b69f8282f7a2370f35102775a74ec9661fd /sys-fs/udev/udev-151-r2.ebuild | |
parent | Automated update of use.local.desc (diff) | |
download | historical-bd43c80148dde96b4d1b50ec36ae5c2ade5e8f9e.tar.gz historical-bd43c80148dde96b4d1b50ec36ae5c2ade5e8f9e.tar.bz2 historical-bd43c80148dde96b4d1b50ec36ae5c2ade5e8f9e.zip |
Fix pkgconfig dependency to be only in DEPEND and not in RDEPEND.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sys-fs/udev/udev-151-r2.ebuild')
-rw-r--r-- | sys-fs/udev/udev-151-r2.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys-fs/udev/udev-151-r2.ebuild b/sys-fs/udev/udev-151-r2.ebuild index fd9f1175c46b..c5f4726cb53c 100644 --- a/sys-fs/udev/udev-151-r2.ebuild +++ b/sys-fs/udev/udev-151-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-151-r2.ebuild,v 1.5 2010/08/23 20:22:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-151-r2.ebuild,v 1.6 2010/08/24 18:28:32 zzam Exp $ EAPI="1" @@ -33,13 +33,15 @@ COMMON_DEPEND="selinux? ( sys-libs/libselinux ) virtual/libusb:0 sys-apps/pciutils dev-libs/glib:2 - dev-util/pkgconfig ) >=sys-apps/util-linux-2.16 >=sys-libs/glibc-2.9" DEPEND="${COMMON_DEPEND} - extras? ( dev-util/gperf ) + extras? ( + dev-util/gperf + dev-util/pkgconfig + ) virtual/os-headers !<sys-kernel/linux-headers-2.6.29 test? ( app-text/tree )" |