summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-05-29 19:11:36 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-05-29 19:11:36 +0000
commitc960c0737ff4d0c2814d7708e9867ebf8ce367a6 (patch)
tree9d24bd6bb43de7520cb104c6b0f342f36727fe1c /net-dns/bind/bind-9.3.4-r3.ebuild
parentVersion bump. This version is includes patches from upstream (included in sou... (diff)
downloadgentoo-2-c960c0737ff4d0c2814d7708e9867ebf8ce367a6.tar.gz
gentoo-2-c960c0737ff4d0c2814d7708e9867ebf8ce367a6.tar.bz2
gentoo-2-c960c0737ff4d0c2814d7708e9867ebf8ce367a6.zip
Fix depend on openresolv, since resolvconf-gentoo is masked
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-dns/bind/bind-9.3.4-r3.ebuild')
-rw-r--r--net-dns/bind/bind-9.3.4-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/bind/bind-9.3.4-r3.ebuild b/net-dns/bind/bind-9.3.4-r3.ebuild
index eea475d2ac24..d9832a218894 100644
--- a/net-dns/bind/bind-9.3.4-r3.ebuild
+++ b/net-dns/bind/bind-9.3.4-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.4-r3.ebuild,v 1.3 2008/02/29 21:59:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.4-r3.ebuild,v 1.4 2008/05/29 19:11:36 armin76 Exp $
inherit eutils libtool autotools toolchain-funcs flag-o-matic
@@ -22,7 +22,7 @@ DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g )
odbc? ( >=dev-db/unixODBC-2.2.6 )
ldap? ( net-nds/openldap )
idn? ( net-dns/idnkit )
- resolvconf? ( net-dns/resolvconf-gentoo )"
+ resolvconf? ( || ( net-dns/openresolv net-dns/resolvconf-gentoo ) )"
RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-bind )"