diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-10-23 10:52:06 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-10-23 10:52:06 +0000 |
commit | 7ad45f24c1e0b4fbc5766592cb4beffd687e2dfe (patch) | |
tree | a3115cb96f9c25935d9759b2f975d8979318840a /dev-libs/cyrus-sasl | |
parent | add missing oasis dep (diff) | |
download | gentoo-2-7ad45f24c1e0b4fbc5766592cb4beffd687e2dfe.tar.gz gentoo-2-7ad45f24c1e0b4fbc5766592cb4beffd687e2dfe.tar.bz2 gentoo-2-7ad45f24c1e0b4fbc5766592cb4beffd687e2dfe.zip |
amd64/x86 stable, bug #519646
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
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.26-r9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/cyrus-sasl/ChangeLog b/dev-libs/cyrus-sasl/ChangeLog index 9e185d0376b3..c1db632f65ec 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.308 2014/09/13 12:14:39 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.309 2014/10/23 10:52:06 pacho Exp $ + + 23 Oct 2014; Pacho Ramos <pacho@gentoo.org> cyrus-sasl-2.1.26-r9.ebuild: + amd64/x86 stable, bug #519646 13 Sep 2014; Markus Meier <maekke@gentoo.org> cyrus-sasl-2.1.26-r9.ebuild: arm stable, bug #519646 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 445ee74f02c2..4fc8169cc695 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.3 2014/09/13 12:14:39 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild,v 1.4 2014/10/23 10:52:06 pacho 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" |