diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2012-09-10 02:05:05 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2012-09-10 02:05:05 +0000 |
commit | 1aa30c42cf7c3087753c6f9b918eb7488b87e5ba (patch) | |
tree | cadc2958fe7b4e4dea067f2a5adcece017527462 /net-dns/bind | |
parent | sys-kernel/genkernel: 3.4.42 (diff) | |
download | gentoo-2-1aa30c42cf7c3087753c6f9b918eb7488b87e5ba.tar.gz gentoo-2-1aa30c42cf7c3087753c6f9b918eb7488b87e5ba.tar.bz2 gentoo-2-1aa30c42cf7c3087753c6f9b918eb7488b87e5ba.zip |
added prefix keywords
(Portage version: 2.2.0_alpha125/cvs/Linux i686)
Diffstat (limited to 'net-dns/bind')
-rw-r--r-- | net-dns/bind/ChangeLog | 6 | ||||
-rw-r--r-- | net-dns/bind/bind-9.9.1_p2-r2.ebuild | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog index 51d72d521cc0..8b2947d13fcc 100644 --- a/net-dns/bind/ChangeLog +++ b/net-dns/bind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/bind # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.406 2012/08/24 19:01:09 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.407 2012/09/10 02:05:05 ottxor Exp $ + + 10 Sep 2012; Christoph Junghans <ottxor@gentoo.org> bind-9.9.1_p2-r2.ebuild: + added prefix keywords *bind-9.9.1_p2-r2 (24 Aug 2012) @@ -1835,4 +1838,3 @@ comments should well explained and written in clean English. The details about writing correct changelogs are explained in the skel.ChangeLog file which you can find in the root directory of the portage repository. - diff --git a/net-dns/bind/bind-9.9.1_p2-r2.ebuild b/net-dns/bind/bind-9.9.1_p2-r2.ebuild index 5503ce4583bb..fb3f37a51e5c 100644 --- a/net-dns/bind/bind-9.9.1_p2-r2.ebuild +++ b/net-dns/bind/bind-9.9.1_p2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p2-r2.ebuild,v 1.1 2012/08/24 19:01:09 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p2-r2.ebuild,v 1.2 2012/09/10 02:05:05 ottxor Exp $ # Re dlz/mysql and threads, needs to be verified.. # MySQL uses thread local storage in its C api. Thus MySQL @@ -40,7 +40,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="berkdb caps dlz doc filter-aaaa geoip gost gssapi idn ipv6 ldap mysql odbc postgres rpz sdb-ldap selinux ssl static-libs threads urandom xml" # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687 @@ -166,7 +166,7 @@ src_configure() { $(use_with berkdb dlz-bdb) \ $(use_with ldap dlz-ldap) \ $(use_with odbc dlz-odbc) \ - $(use_with ssl openssl) \ + $(use_with ssl openssl "${EPREFIX}"/usr) \ $(use_with idn) \ $(use_enable ipv6) \ $(use_with xml libxml2) \ |