diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-02-10 08:04:51 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-02-10 08:04:51 +0000 |
commit | 23e76a13d94f9ae34034af2faccbe77880708b14 (patch) | |
tree | d89260fd4d8475ef91e13994e0d88dc0a8f03d62 /sys-libs/cracklib | |
parent | 2.1.4.2 bump. This fixes bugs #155993, #208708, #208743, #208782, and (diff) | |
download | gentoo-2-23e76a13d94f9ae34034af2faccbe77880708b14.tar.gz gentoo-2-23e76a13d94f9ae34034af2faccbe77880708b14.tar.bz2 gentoo-2-23e76a13d94f9ae34034af2faccbe77880708b14.zip |
ppc stable, bug #209064
(Portage version: 2.1.4.1)
Diffstat (limited to 'sys-libs/cracklib')
-rw-r--r-- | sys-libs/cracklib/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/cracklib/cracklib-2.8.12.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/cracklib/ChangeLog b/sys-libs/cracklib/ChangeLog index 87be92adfa62..580083196dfd 100644 --- a/sys-libs/cracklib/ChangeLog +++ b/sys-libs/cracklib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/cracklib # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v 1.116 2008/02/09 22:50:24 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v 1.117 2008/02/10 08:04:51 dertobi123 Exp $ + + 10 Feb 2008; Tobias Scherbaum <dertobi123@gentoo.org> + cracklib-2.8.12.ebuild: + ppc stable, bug #209064 09 Feb 2008; Brent Baude <ranger@gentoo.org> cracklib-2.8.12.ebuild: stable ppc64, bug 209064 diff --git a/sys-libs/cracklib/cracklib-2.8.12.ebuild b/sys-libs/cracklib/cracklib-2.8.12.ebuild index c22b367db4cd..363cd56dde3d 100644 --- a/sys-libs/cracklib/cracklib-2.8.12.ebuild +++ b/sys-libs/cracklib/cracklib-2.8.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.8.12.ebuild,v 1.3 2008/02/09 22:50:24 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.8.12.ebuild,v 1.4 2008/02/10 08:04:51 dertobi123 Exp $ inherit toolchain-funcs multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/cracklib/${MY_P}.tar.gz" LICENSE="CRACKLIB" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="nls python" DEPEND="python? ( dev-lang/python )" |