diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-02-11 22:48:57 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-02-11 22:48:57 +0000 |
commit | 5e09fedef7b4e3e552187e904b652264392e61b4 (patch) | |
tree | 8bda9b7c1e3731b4558cef32b4e422a1c9b39853 /sys-libs/cracklib | |
parent | Stable on alpha, bug #258529 (diff) | |
download | gentoo-2-5e09fedef7b4e3e552187e904b652264392e61b4.tar.gz gentoo-2-5e09fedef7b4e3e552187e904b652264392e61b4.tar.bz2 gentoo-2-5e09fedef7b4e3e552187e904b652264392e61b4.zip |
Stable on alpha, bug #258530
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/cracklib')
-rw-r--r-- | sys-libs/cracklib/ChangeLog | 8 | ||||
-rw-r--r-- | sys-libs/cracklib/cracklib-2.8.13.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-libs/cracklib/ChangeLog b/sys-libs/cracklib/ChangeLog index ba9edd983670..df7e31f5ec8d 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.122 2008/11/16 18:30:32 vapier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v 1.123 2009/02/11 22:48:57 klausman Exp $ + + 11 Feb 2009; Tobias Klausmann <klausman@gentoo.org> + cracklib-2.8.13.ebuild: + Stable on alpha, bug #258530 16 Nov 2008; Mike Frysinger <vapier@gentoo.org> +files/cracklib-2.8.13-python-linkage.patch, cracklib-2.8.13.ebuild: diff --git a/sys-libs/cracklib/cracklib-2.8.13.ebuild b/sys-libs/cracklib/cracklib-2.8.13.ebuild index 3092efc400ea..51d6a77ddcee 100644 --- a/sys-libs/cracklib/cracklib-2.8.13.ebuild +++ b/sys-libs/cracklib/cracklib-2.8.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.8.13.ebuild,v 1.2 2008/11/16 18:30:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.8.13.ebuild,v 1.3 2009/02/11 22:48:57 klausman Exp $ inherit eutils 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 )" |