diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 03:59:12 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 03:59:12 +0000 |
commit | fd7b9febf9822b080c0dd0c2fb13cee343fc8b61 (patch) | |
tree | 9ca7c77dec5e3ac72e003cb5c403cb0723ad3a0e /net-dns/dnsmasq/dnsmasq-2.60.ebuild | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | historical-fd7b9febf9822b080c0dd0c2fb13cee343fc8b61.tar.gz historical-fd7b9febf9822b080c0dd0c2fb13cee343fc8b61.tar.bz2 historical-fd7b9febf9822b080c0dd0c2fb13cee343fc8b61.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'net-dns/dnsmasq/dnsmasq-2.60.ebuild')
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-2.60.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/dnsmasq/dnsmasq-2.60.ebuild b/net-dns/dnsmasq/dnsmasq-2.60.ebuild index 043249e9d70e..18153fdd2bc6 100644 --- a/net-dns/dnsmasq/dnsmasq-2.60.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.60.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.60.ebuild,v 1.1 2012/03/07 21:59:18 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.60.ebuild,v 1.2 2012/05/03 03:59:12 jdhore Exp $ EAPI=4 @@ -27,7 +27,7 @@ RDEPEND="dbus? ( sys-apps/dbus ) )" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig || ( app-arch/xz-utils app-arch/lzma )" S="${WORKDIR}/${PN}-${MY_PV}" |