diff options
author | Eray Aslan <eras@gentoo.org> | 2012-12-21 13:27:37 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2012-12-21 13:27:37 +0000 |
commit | 2ffa18ff13d8e19727d7d273e306ae095fe584c5 (patch) | |
tree | bce86cf6d0c295581529e72df235c70389d2d111 /dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r4.ebuild | |
parent | Add two icon themes to run-time dependency, thanks to 0xd34df00d (diff) | |
download | gentoo-2-2ffa18ff13d8e19727d7d273e306ae095fe584c5.tar.gz gentoo-2-2ffa18ff13d8e19727d7d273e306ae095fe584c5.tar.bz2 gentoo-2-2ffa18ff13d8e19727d7d273e306ae095fe584c5.zip |
Fix license - bug #447272
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Diffstat (limited to 'dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r4.ebuild')
-rw-r--r-- | dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r4.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r4.ebuild index d8b17b45cd55..935684c480f4 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r4.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r4.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/dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r4.ebuild,v 1.1 2012/12/05 09:40:37 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r4.ebuild,v 1.2 2012/12/21 13:27:37 eras Exp $ EAPI=4 inherit eutils flag-o-matic multilib autotools pam java-pkg-opt-2 db-use @@ -11,7 +11,7 @@ DESCRIPTION="The Cyrus SASL (Simple Authentication and Security Layer)." HOMEPAGE="http://cyrusimap.web.cmu.edu/" SRC_URI="ftp://ftp.cyrusimap.org/cyrus-sasl/${P}.tar.gz" -LICENSE="BSD-4" +LICENSE="BSD-with-attribution" SLOT="2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="authdaemond berkdb gdbm kerberos ldapdb openldap mysql pam postgres sample sqlite |