diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2014-11-21 09:49:00 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2014-11-21 09:49:00 +0000 |
commit | 943e775e2bbaa7cd65efe6ccddfd9aa9e87e0662 (patch) | |
tree | 33866285c6ead3258bf2bc8e156d43b2f24e65d1 /dev-libs/cyrus-sasl | |
parent | Rename zsh-completion to gentoo-zsh-completions. (diff) | |
download | gentoo-2-943e775e2bbaa7cd65efe6ccddfd9aa9e87e0662.tar.gz gentoo-2-943e775e2bbaa7cd65efe6ccddfd9aa9e87e0662.tar.bz2 gentoo-2-943e775e2bbaa7cd65efe6ccddfd9aa9e87e0662.zip |
Stable on alpha, bug 519646
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'dev-libs/cyrus-sasl')
-rw-r--r-- | dev-libs/cyrus-sasl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/cyrus-sasl/ChangeLog b/dev-libs/cyrus-sasl/ChangeLog index 1db4a579b54d..837e8ca888bf 100644 --- a/dev-libs/cyrus-sasl/ChangeLog +++ b/dev-libs/cyrus-sasl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/cyrus-sasl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.310 2014/11/03 11:43:22 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.311 2014/11/21 09:49:00 klausman Exp $ + + 21 Nov 2014; Tobias Klausmann <klausman@gentoo.org> + cyrus-sasl-2.1.26-r9.ebuild: + Stable on alpha, bug 519646 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> cyrus-sasl-2.1.23-r7.ebuild, cyrus-sasl-2.1.26-r3.ebuild, diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild index aceddebbb407..9e59ad78169b 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.26-r9.ebuild,v 1.5 2014/11/03 11:43:22 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild,v 1.6 2014/11/21 09:49:00 klausman Exp $ EAPI=5 @@ -14,7 +14,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" |