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/pdns/pdns-3.0.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/pdns/pdns-3.0.ebuild')
-rw-r--r-- | net-dns/pdns/pdns-3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/pdns/pdns-3.0.ebuild b/net-dns/pdns/pdns-3.0.ebuild index fcde42154374..b70e9eedab05 100644 --- a/net-dns/pdns/pdns-3.0.ebuild +++ b/net-dns/pdns/pdns-3.0.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/pdns/pdns-3.0.ebuild,v 1.5 2012/02/08 21:51:21 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.0.ebuild,v 1.6 2012/05/03 03:59:12 jdhore Exp $ EAPI=2 @@ -23,7 +23,7 @@ RDEPEND="mysql? ( virtual/mysql ) opendbx? ( dev-db/opendbx ) !static? ( >=dev-libs/boost-1.34 )" DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9.0 + virtual/pkgconfig static? ( >=dev-libs/boost-1.34[static-libs] ) doc? ( app-doc/doxygen )" |