diff options
author | Jason Wever <weeve@gentoo.org> | 2006-01-15 05:09:21 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-01-15 05:09:21 +0000 |
commit | b3f61411c39e37c54d9cf100ac44b7b2a172165f (patch) | |
tree | 7b87a4ad16e4c64dd28096baeacd8f4ae1c0bfcf /sys-libs | |
parent | only add mudflap configure options with >=gcc-4 (diff) | |
download | gentoo-2-b3f61411c39e37c54d9cf100ac44b7b2a172165f.tar.gz gentoo-2-b3f61411c39e37c54d9cf100ac44b7b2a172165f.tar.bz2 gentoo-2-b3f61411c39e37c54d9cf100ac44b7b2a172165f.zip |
Stable on SPARC wrt bug #118945.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/cracklib/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/cracklib/cracklib-2.8.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/cracklib/ChangeLog b/sys-libs/cracklib/ChangeLog index 3f11bea75cbd..220f3e071600 100644 --- a/sys-libs/cracklib/ChangeLog +++ b/sys-libs/cracklib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/cracklib # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v 1.80 2006/01/15 01:45:34 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v 1.81 2006/01/15 05:09:21 weeve Exp $ + + 15 Jan 2006; Jason Wever <weeve@gentoo.org> cracklib-2.8.5.ebuild: + Stable on SPARC wrt bug #118945. 15 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> cracklib-2.8.5.ebuild: Stable on amd64, bug 118945. diff --git a/sys-libs/cracklib/cracklib-2.8.5.ebuild b/sys-libs/cracklib/cracklib-2.8.5.ebuild index 93d4ee70c96b..fd0b1f41edb3 100644 --- a/sys-libs/cracklib/cracklib-2.8.5.ebuild +++ b/sys-libs/cracklib/cracklib-2.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.8.5.ebuild,v 1.5 2006/01/15 01:45:34 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.8.5.ebuild,v 1.6 2006/01/15 05:09:21 weeve 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" +KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc ~x86" IUSE="nls python" DEPEND="" |