diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2011-12-24 22:58:36 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2011-12-24 22:58:36 +0000 |
commit | 75c37eadb160db59c3ad94046ae398a1b6611caf (patch) | |
tree | a6840b7c289891985f63c18dbf755bfa81a5d678 /net-dns/bind/bind-9.8.1_p1.ebuild | |
parent | Stable for AMD64, wrt bug #395933 (diff) | |
download | gentoo-2-75c37eadb160db59c3ad94046ae398a1b6611caf.tar.gz gentoo-2-75c37eadb160db59c3ad94046ae398a1b6611caf.tar.bz2 gentoo-2-75c37eadb160db59c3ad94046ae398a1b6611caf.zip |
Using threads also requires caps, bug 395783.
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'net-dns/bind/bind-9.8.1_p1.ebuild')
-rw-r--r-- | net-dns/bind/bind-9.8.1_p1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-dns/bind/bind-9.8.1_p1.ebuild b/net-dns/bind/bind-9.8.1_p1.ebuild index bdf0c6d3eded..72f638ba8709 100644 --- a/net-dns/bind/bind-9.8.1_p1.ebuild +++ b/net-dns/bind/bind-9.8.1_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.1_p1.ebuild,v 1.3 2011/12/06 12:45:32 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.1_p1.ebuild,v 1.4 2011/12/24 22:58:36 idl0r Exp $ # Re dlz/mysql and threads, needs to be verified.. # MySQL uses thread local storage in its C api. Thus MySQL @@ -50,7 +50,8 @@ REQUIRED_USE="postgres? ( dlz ) odbc? ( dlz ) ldap? ( dlz ) sdb-ldap? ( dlz ) - gost? ( ssl )" + gost? ( ssl ) + threads? ( caps )" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g ) mysql? ( >=virtual/mysql-4.0 ) |