diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2012-11-01 19:07:51 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2012-11-01 19:07:51 +0000 |
commit | a9d427d55b602b944625ee79dba8ef0848a88dd1 (patch) | |
tree | d1fb2eb8c8bfb1b91c3e59e5b27ef9dd91832ff3 /net-dns/bind | |
parent | Added missing use flag test (diff) | |
download | gentoo-2-a9d427d55b602b944625ee79dba8ef0848a88dd1.tar.gz gentoo-2-a9d427d55b602b944625ee79dba8ef0848a88dd1.tar.bz2 gentoo-2-a9d427d55b602b944625ee79dba8ef0848a88dd1.zip |
Fix LICENSE, bug 440752.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key B427ABC8)
Diffstat (limited to 'net-dns/bind')
-rw-r--r-- | net-dns/bind/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/bind/bind-9.9.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog index a20672926325..1bc1ec7a95f9 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.426 2012/10/31 08:57:04 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.427 2012/11/01 19:07:51 idl0r Exp $ + + 01 Nov 2012; Christian Ruppert <idl0r@gentoo.org> bind-9.9.2.ebuild: + Fix LICENSE, bug 440752. 31 Oct 2012; Michał Górny <mgorny@gentoo.org> bind-9.9.2.ebuild: Use virtual for argparse. diff --git a/net-dns/bind/bind-9.9.2.ebuild b/net-dns/bind/bind-9.9.2.ebuild index 49d7993ca312..0405eb6b3584 100644 --- a/net-dns/bind/bind-9.9.2.ebuild +++ b/net-dns/bind/bind-9.9.2.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.2.ebuild,v 1.5 2012/10/31 08:57:04 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.2.ebuild,v 1.6 2012/11/01 19:07:51 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,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz )" # rrl? ( http://ss.vix.com/~vixie/rl-${RRL_PV}.patch )" -LICENSE="as-is" +LICENSE="ISC BSD BSD-2 HPND JNIC RSA-PKCS11 openssl" SLOT="0" 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 |