diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 17:17:55 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 17:17:55 +0000 |
commit | 1c4e07b02b4f87c9930752c716f9ee1c6c78b39a (patch) | |
tree | 6fd9e43963a2664fa8e9ebc69369e633f4507620 /net-dns/bind/bind-9.2.6-r4.ebuild | |
parent | dev-db/mysql => virtual/mysql (diff) | |
download | gentoo-2-1c4e07b02b4f87c9930752c716f9ee1c6c78b39a.tar.gz gentoo-2-1c4e07b02b4f87c9930752c716f9ee1c6c78b39a.tar.bz2 gentoo-2-1c4e07b02b4f87c9930752c716f9ee1c6c78b39a.zip |
dev-db/mysql => virtual/mysql
(Portage version: 2.1.1-r1)
Diffstat (limited to 'net-dns/bind/bind-9.2.6-r4.ebuild')
-rw-r--r-- | net-dns/bind/bind-9.2.6-r4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/bind/bind-9.2.6-r4.ebuild b/net-dns/bind/bind-9.2.6-r4.ebuild index cb47d0f952e4..aa5c7a4dbfc7 100644 --- a/net-dns/bind/bind-9.2.6-r4.ebuild +++ b/net-dns/bind/bind-9.2.6-r4.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/bind/bind-9.2.6-r4.ebuild,v 1.8 2006/09/19 19:52:52 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.6-r4.ebuild,v 1.9 2006/11/23 17:17:55 vivo Exp $ inherit eutils libtool autotools @@ -20,8 +20,8 @@ KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86" IUSE="ssl ipv6 doc dlz postgres berkdb bind-mysql mysql odbc ldap selinux idn threads" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g ) - mysql? ( >=dev-db/mysql-4 ) - bind-mysql? ( >=dev-db/mysql-4 ) + mysql? ( >=virtual/mysql-4.0 ) + bind-mysql? ( >=virtual/mysql-4.0 ) odbc? ( >=dev-db/unixODBC-2.2.6 ) ldap? ( net-nds/openldap )" RDEPEND="${DEPEND} |