diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-10-03 12:16:40 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-10-03 12:16:40 +0000 |
commit | 933853639f757e59c5fe24642b341f6779bb9d1a (patch) | |
tree | c56f20eb6e7c064c9300ba4f8b416ecc718307e3 /sys-libs/cracklib | |
parent | Stable on amd64 wrt bug #194446 (diff) | |
download | gentoo-2-933853639f757e59c5fe24642b341f6779bb9d1a.tar.gz gentoo-2-933853639f757e59c5fe24642b341f6779bb9d1a.tar.bz2 gentoo-2-933853639f757e59c5fe24642b341f6779bb9d1a.zip |
Stable on amd64 wrt bug #194466
(Portage version: 2.1.3.11)
Diffstat (limited to 'sys-libs/cracklib')
-rw-r--r-- | sys-libs/cracklib/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/cracklib/cracklib-2.8.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/cracklib/ChangeLog b/sys-libs/cracklib/ChangeLog index 729934b66e5f..71f277984788 100644 --- a/sys-libs/cracklib/ChangeLog +++ b/sys-libs/cracklib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/cracklib # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v 1.112 2007/10/02 16:36:05 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v 1.113 2007/10/03 12:16:40 angelos Exp $ + + 03 Oct 2007; Christoph Mende <angelos@gentoo.org> cracklib-2.8.10.ebuild: + Stable on amd64 wrt bug #194466 02 Oct 2007; Lars Weiler <pylon@gentoo.org> cracklib-2.8.10.ebuild: stable ppc, bug #194466 diff --git a/sys-libs/cracklib/cracklib-2.8.10.ebuild b/sys-libs/cracklib/cracklib-2.8.10.ebuild index 7b1f733505ea..99c764e40157 100644 --- a/sys-libs/cracklib/cracklib-2.8.10.ebuild +++ b/sys-libs/cracklib/cracklib-2.8.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.8.10.ebuild,v 1.6 2007/10/02 16:36:05 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.8.10.ebuild,v 1.7 2007/10/03 12:16:40 angelos 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 )" |