diff options
author | 2006-11-23 17:19:49 +0000 | |
---|---|---|
committer | 2006-11-23 17:19:49 +0000 | |
commit | 02a4897ef113e29560352edd3c2e629aa26cd728 (patch) | |
tree | 333f5fc912df0b8544ab93085e632781690c2e33 /net-dns/pdns/pdns-2.9.20-r1.ebuild | |
parent | dev-db/mysql => virtual/mysql (diff) | |
download | historical-02a4897ef113e29560352edd3c2e629aa26cd728.tar.gz historical-02a4897ef113e29560352edd3c2e629aa26cd728.tar.bz2 historical-02a4897ef113e29560352edd3c2e629aa26cd728.zip |
dev-db/mysql => virtual/mysql
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'net-dns/pdns/pdns-2.9.20-r1.ebuild')
-rw-r--r-- | net-dns/pdns/pdns-2.9.20-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/pdns/pdns-2.9.20-r1.ebuild b/net-dns/pdns/pdns-2.9.20-r1.ebuild index 3d9a4f5b4a34..0164cc188917 100644 --- a/net-dns/pdns/pdns-2.9.20-r1.ebuild +++ b/net-dns/pdns/pdns-2.9.20-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.20-r1.ebuild,v 1.4 2006/09/27 11:34:10 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.20-r1.ebuild,v 1.5 2006/11/23 17:19:49 vivo Exp $ inherit multilib eutils autotools @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="debug doc ldap mysql postgres sqlite static tdb" -DEPEND="mysql? ( >=dev-db/mysql-3.23.54a ) +DEPEND="mysql? ( virtual/mysql ) postgres? ( >=dev-cpp/libpqpp-4.0-r1 ) ldap? ( >=net-nds/openldap-2.0.27-r4 ) sqlite? ( =dev-db/sqlite-2.8* ) |