summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2017-08-21 11:42:38 -0400
committerMichael Orlitzky <mjo@gentoo.org>2017-08-21 11:42:38 -0400
commit998a9b9bb6185d584bf6fa6217c80d10765652f1 (patch)
tree06c5f66d20abe4cf8befe25e12470a5e7ebf6f1a /dev-db
parentmedia-plugins/kodi-pvr-iptvsimple: 2.4.14 version bump (diff)
downloadgentoo-998a9b9bb6185d584bf6fa6217c80d10765652f1.tar.gz
gentoo-998a9b9bb6185d584bf6fa6217c80d10765652f1.tar.bz2
gentoo-998a9b9bb6185d584bf6fa6217c80d10765652f1.zip
dev-db/freetds: new revision to add a missing REQUIRED_USE constraint.
The flags USE=iodbc and USE=odbc are actually mutually exclusive. The upstream build system doesn't crash at the moment, but will instead select only one of them if both are specified -- probably not what you want! This new revision adds an at-most-one-of constraint for those flags, so that you must explicitly choose (only) the one you want. Future versions of FreeTDS will throw an error if you ask for both. Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/freetds/freetds-1.00.54-r1.ebuild (renamed from dev-db/freetds/freetds-1.00.54.ebuild)5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-db/freetds/freetds-1.00.54.ebuild b/dev-db/freetds/freetds-1.00.54-r1.ebuild
index a7a0237e0598..0032727f6bf8 100644
--- a/dev-db/freetds/freetds-1.00.54.ebuild
+++ b/dev-db/freetds/freetds-1.00.54-r1.ebuild
@@ -37,6 +37,11 @@ RDEPEND="${COMMON_DEPEND}
sys-devel/binutils
net-dns/bind-tools"
+# iODBC and unixODBC are mutually-exclusive choices for
+# the ODBC driver manager. Future versions of FreeTDS
+# will throw an error if you specify both.
+REQUIRED_USE="?? ( iodbc odbc )"
+
# Won't be necessary in the next release.
PATCHES=( "${FILESDIR}/without-flags.patch" )