diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2005-11-06 11:48:00 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2005-11-06 11:48:00 +0000 |
commit | 0632d2e0ba96f5e1fa843eb1497710acb0b90531 (patch) | |
tree | 7d991750c0e8b51ef934fff1f7f69928dbc9e7f0 /dev-libs/cyrus-sasl | |
parent | Fix bug 111651. (diff) | |
download | gentoo-2-0632d2e0ba96f5e1fa843eb1497710acb0b90531.tar.gz gentoo-2-0632d2e0ba96f5e1fa843eb1497710acb0b90531.tar.bz2 gentoo-2-0632d2e0ba96f5e1fa843eb1497710acb0b90531.zip |
typo fixed, no bump needed wrt bug #45181
(Portage version: 2.0.51.22-r3)
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.21-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/cyrus-sasl/ChangeLog b/dev-libs/cyrus-sasl/ChangeLog index 2c74528a1345..b6cf06967cf5 100644 --- a/dev-libs/cyrus-sasl/ChangeLog +++ b/dev-libs/cyrus-sasl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/cyrus-sasl # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.131 2005/11/06 04:35:04 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.132 2005/11/06 11:48:00 ferdy Exp $ + + 06 Nov 2005; Fernando J. Pereda <ferdy@gentoo.org> + cyrus-sasl-2.1.21-r1.ebuild: + typo fixed, no bump needed wrt bug #45181 06 Nov 2005; MATSUU Takuto <matsuu@gentoo.org> cyrus-sasl-2.1.21.ebuild, cyrus-sasl-2.1.21-r1.ebuild: diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r1.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r1.ebuild index 01c10525f942..95a155eafa04 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r1.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.21-r1.ebuild,v 1.2 2005/11/06 04:35:04 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.21-r1.ebuild,v 1.3 2005/11/06 11:48:00 ferdy Exp $ inherit eutils gnuconfig flag-o-matic java-pkg multilib @@ -103,7 +103,7 @@ src_unpack() { die "recreate configure failed" eend $? - # Sypport for crypted passwords. Bug #45181 + # Support for crypted passwords. Bug #45181 use crypt && epatch "${FILESDIR}/cyrus-sasl-2.1.19-checkpw.c.patch" # Upstream doesn't even honor their own configure options... grumble |