diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-05-17 13:58:26 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-05-17 13:58:26 +0000 |
commit | 365d91352dc0897940227610b768533f64ac9808 (patch) | |
tree | 027074064ebfa49311b4b8e04ea5c5f15c93cf06 /sys-libs | |
parent | Stable for alpha, wrt bug #506078 (diff) | |
download | gentoo-2-365d91352dc0897940227610b768533f64ac9808.tar.gz gentoo-2-365d91352dc0897940227610b768533f64ac9808.tar.bz2 gentoo-2-365d91352dc0897940227610b768533f64ac9808.zip |
Stable for alpha, wrt bug #503648
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/cracklib/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/cracklib/cracklib-2.9.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/cracklib/ChangeLog b/sys-libs/cracklib/ChangeLog index 4bdfbde5aff0..ecb907fb8236 100644 --- a/sys-libs/cracklib/ChangeLog +++ b/sys-libs/cracklib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/cracklib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v 1.189 2014/05/13 14:41:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v 1.190 2014/05/17 13:58:26 ago Exp $ + + 17 May 2014; Agostino Sarubbo <ago@gentoo.org> cracklib-2.9.1.ebuild: + Stable for alpha, wrt bug #503648 13 May 2014; Agostino Sarubbo <ago@gentoo.org> cracklib-2.9.1.ebuild: Stable for ia64, wrt bug #503648 diff --git a/sys-libs/cracklib/cracklib-2.9.1.ebuild b/sys-libs/cracklib/cracklib-2.9.1.ebuild index b43d219272f1..4e32826d826b 100644 --- a/sys-libs/cracklib/cracklib-2.9.1.ebuild +++ b/sys-libs/cracklib/cracklib-2.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.9.1.ebuild,v 1.10 2014/05/13 14:41:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.9.1.ebuild,v 1.11 2014/05/17 13:58:26 ago Exp $ EAPI="4" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/cracklib/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint" IUSE="nls python static-libs test zlib" RDEPEND="zlib? ( sys-libs/zlib )" |