summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2015-08-07 19:32:14 +0000
committerSven Wegener <swegener@gentoo.org>2015-08-07 19:32:14 +0000
commitd8a5e5de113de36b36a010e43c9106d7d7d2fe71 (patch)
tree225698405d514780b21171e5e2ea836ec4813661 /net-dns/pdns/pdns-3.4.4.ebuild
parentConditionalize sphinx build dep. (diff)
downloadgentoo-2-d8a5e5de113de36b36a010e43c9106d7d7d2fe71.tar.gz
gentoo-2-d8a5e5de113de36b36a010e43c9106d7d7d2fe71.tar.bz2
gentoo-2-d8a5e5de113de36b36a010e43c9106d7d7d2fe71.zip
Remove the odbc USE flag, the godbcbackend backend is no longer available, bug #556556.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x64D4CF24)
Diffstat (limited to 'net-dns/pdns/pdns-3.4.4.ebuild')
-rw-r--r--net-dns/pdns/pdns-3.4.4.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/net-dns/pdns/pdns-3.4.4.ebuild b/net-dns/pdns/pdns-3.4.4.ebuild
index 0b137fc1720d..2d1c0837a167 100644
--- a/net-dns/pdns/pdns-3.4.4.ebuild
+++ b/net-dns/pdns/pdns-3.4.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.4.ebuild,v 1.2 2015/05/18 19:14:14 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.4.ebuild,v 1.3 2015/08/07 19:32:14 swegener Exp $
EAPI=5
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86"
# oracle: dito (need Oracle Client Libraries)
# xdb: (almost) dead, surely not supported
-IUSE="botan cryptopp debug doc geoip ldap lua mydns mysql odbc opendbx postgres remote sqlite static tools tinydns test"
+IUSE="botan cryptopp debug doc geoip ldap lua mydns mysql opendbx postgres remote sqlite static tools tinydns test"
REQUIRED_USE="mydns? ( mysql )"
@@ -33,7 +33,6 @@ RDEPEND="!static? (
postgres? ( dev-db/postgresql:= )
ldap? ( >=net-nds/openldap-2.0.27-r4 )
sqlite? ( dev-db/sqlite:3 )
- odbc? ( dev-db/unixODBC )
opendbx? ( dev-db/opendbx )
geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip )
tinydns? ( >=dev-db/tinycdb-0.77 )
@@ -50,7 +49,6 @@ DEPEND="${RDEPEND}
postgres? ( dev-db/postgresql[static-libs(+)] )
ldap? ( >=net-nds/openldap-2.0.27-r4[static-libs(+)] )
sqlite? ( dev-db/sqlite:3[static-libs(+)] )
- odbc? ( dev-db/unixODBC[static-libs(+)] )
opendbx? ( dev-db/opendbx[static-libs(+)] )
geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip[static-libs(+)] )
tinydns? ( >=dev-db/tinycdb-0.77 )
@@ -66,7 +64,6 @@ src_configure() {
use lua && dynmodules+=" lua"
use mydns && dynmodules+=" mydns"
use mysql && dynmodules+=" gmysql"
- use odbc && dynmodules+=" godbc"
use opendbx && dynmodules+=" opendbx"
#use oracle && dynmodules+=" goracle oracle"
use postgres && dynmodules+=" gpgsql"