diff options
author | Tom Gall <tgall@gentoo.org> | 2004-06-13 04:12:03 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-06-13 04:12:03 +0000 |
commit | f2e3b0469ce78396f101bee73233670cebe2b4cf (patch) | |
tree | e28cc13dee9fd6f616c9eb3e292c1f9a3503938b /dev-libs/cyrus-sasl | |
parent | ppc64 stable, bug #53766 (Manifest recommit) (diff) | |
download | gentoo-2-f2e3b0469ce78396f101bee73233670cebe2b4cf.tar.gz gentoo-2-f2e3b0469ce78396f101bee73233670cebe2b4cf.tar.bz2 gentoo-2-f2e3b0469ce78396f101bee73233670cebe2b4cf.zip |
stable on ppc64, bug #53766
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.18.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/cyrus-sasl/ChangeLog b/dev-libs/cyrus-sasl/ChangeLog index f1034e5c69fd..47fb48c26478 100644 --- a/dev-libs/cyrus-sasl/ChangeLog +++ b/dev-libs/cyrus-sasl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/cyrus-sasl # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.69 2004/06/03 17:00:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.70 2004/06/13 04:12:03 tgall Exp $ + + 12 Jun 2004; Tom Gall <tgall@gentoo.org> cyrus-sasl-2.1.18.ebuild: + marked stable on ppc64, bug# 53766 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> cyrus-sasl-2.1.14.ebuild, cyrus-sasl-2.1.15.ebuild, cyrus-sasl-2.1.17.ebuild, diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.18.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.18.ebuild index 1eafc89bdf57..5a6d376b462d 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.18.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.18.ebuild,v 1.9 2004/06/03 17:00:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.18.ebuild,v 1.10 2004/06/13 04:12:03 tgall Exp $ inherit eutils flag-o-matic gnuconfig @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/${P}.tar.gz" LICENSE="as-is" SLOT="2" -KEYWORDS="~x86 ~ppc sparc ~mips ~alpha arm ~hppa amd64 ~ia64 s390" +KEYWORDS="~x86 ~ppc sparc ~mips ~alpha arm ~hppa amd64 ~ia64 s390 ppc64" IUSE="gdbm ldap mysql postgres kerberos static ssl java pam" RDEPEND="virtual/glibc @@ -91,6 +91,7 @@ src_compile() { # Detect mips systems properly. use mips && gnuconfig_update + use ppc64 && gnuconfig_update econf \ --with-saslauthd=/var/lib/sasl2 \ |