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.4.1_p1.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.4.1_p1.ebuild')
-rw-r--r--net-dns/bind/bind-9.4.1_p1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/bind/bind-9.4.1_p1.ebuild b/net-dns/bind/bind-9.4.1_p1.ebuild
index 6959389b65a7..fac4f8dceb3f 100644
--- a/net-dns/bind/bind-9.4.1_p1.ebuild
+++ b/net-dns/bind/bind-9.4.1_p1.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.4.1_p1.ebuild,v 1.10 2008/04/18 21:53:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.4.1_p1.ebuild,v 1.11 2008/05/29 19:11:36 armin76 Exp $
inherit eutils libtool autotools toolchain-funcs flag-o-matic
@@ -21,7 +21,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 )"