diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-15 22:40:52 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-15 22:40:52 +0000 |
commit | 94d805a1cf42fae7ad3cdfb6728e9f9d8228f9d0 (patch) | |
tree | 789f707a5885c907d2bcb8a660ad5ce9b2a0410a /dev-libs/cyrus-sasl | |
parent | Stable for sparc, wrt bug #455952 (diff) | |
download | gentoo-2-94d805a1cf42fae7ad3cdfb6728e9f9d8228f9d0.tar.gz gentoo-2-94d805a1cf42fae7ad3cdfb6728e9f9d8228f9d0.tar.bz2 gentoo-2-94d805a1cf42fae7ad3cdfb6728e9f9d8228f9d0.zip |
Stable for sparc, wrt bug #457688
(Portage version: 2.1.11.31/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/cyrus-sasl')
-rw-r--r-- | dev-libs/cyrus-sasl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/cyrus-sasl/ChangeLog b/dev-libs/cyrus-sasl/ChangeLog index 5d41222a9b61..0fc68288e826 100644 --- a/dev-libs/cyrus-sasl/ChangeLog +++ b/dev-libs/cyrus-sasl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/cyrus-sasl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.262 2013/02/15 19:07:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.263 2013/02/15 22:40:52 ago Exp $ + + 15 Feb 2013; Agostino Sarubbo <ago@gentoo.org> cyrus-sasl-2.1.25-r4.ebuild: + Stable for sparc, wrt bug #457688 15 Feb 2013; Agostino Sarubbo <ago@gentoo.org> cyrus-sasl-2.1.25-r4.ebuild: Stable for x86, wrt bug #457688 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 d1349039ce80..796bfe75799c 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-2013 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.4 2013/02/15 19:07:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r4.ebuild,v 1.5 2013/02/15 22:40:52 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-with-attribution" 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" |