diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-30 21:53:37 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-30 21:53:37 +0000 |
commit | d44cd29837a8ce71ba164406c418d7b8123c4095 (patch) | |
tree | 4f2fbfe70c0b8c04e174e612187e847e74dc80d2 /dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r3.ebuild | |
parent | Fiddle with default opts for binary package. (diff) | |
download | gentoo-2-d44cd29837a8ce71ba164406c418d7b8123c4095.tar.gz gentoo-2-d44cd29837a8ce71ba164406c418d7b8123c4095.tar.bz2 gentoo-2-d44cd29837a8ce71ba164406c418d7b8123c4095.zip |
Stable for amd64, wrt bug #445208
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r3.ebuild')
-rw-r--r-- | dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r3.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r3.ebuild index 492abe78bacd..eefb170c8cab 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r3.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r3.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-r3.ebuild,v 1.4 2012/11/29 20:44:46 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r3.ebuild,v 1.5 2012/11/30 21:53:37 ago Exp $ EAPI=4 inherit eutils flag-o-matic multilib autotools pam java-pkg-opt-2 db-use @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.cyrusimap.org/cyrus-sasl/${P}.tar.gz" LICENSE="BSD-4" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +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 srp ssl static-libs urandom" |