diff options
author | 2014-07-28 13:49:25 +0000 | |
---|---|---|
committer | 2014-07-28 13:49:25 +0000 | |
commit | 2bea061fe9702881d7d3c4d38ad4b69c369f2c2b (patch) | |
tree | 3114bde2e6863975afd5316e37fc870200edc20b /sys-libs/cracklib | |
parent | Stable for ppc, wrt bug #512012 (diff) | |
download | gentoo-2-2bea061fe9702881d7d3c4d38ad4b69c369f2c2b.tar.gz gentoo-2-2bea061fe9702881d7d3c4d38ad4b69c369f2c2b.tar.bz2 gentoo-2-2bea061fe9702881d7d3c4d38ad4b69c369f2c2b.zip |
Stable for ppc, wrt bug #512012
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-libs/cracklib')
-rw-r--r-- | sys-libs/cracklib/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/cracklib/cracklib-2.9.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/cracklib/ChangeLog b/sys-libs/cracklib/ChangeLog index af897e96c82b..21cf9ef3d961 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.197 2014/07/27 10:36:03 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v 1.198 2014/07/28 13:49:25 ago Exp $ + + 28 Jul 2014; Agostino Sarubbo <ago@gentoo.org> cracklib-2.9.1-r1.ebuild: + Stable for ppc, wrt bug #512012 27 Jul 2014; Michał Górny <mgorny@gentoo.org> cracklib-2.9.1-r1.ebuild: Add missing einstalldocs call, bug #518258. diff --git a/sys-libs/cracklib/cracklib-2.9.1-r1.ebuild b/sys-libs/cracklib/cracklib-2.9.1-r1.ebuild index 7f57ff339d01..243b83810455 100644 --- a/sys-libs/cracklib/cracklib-2.9.1-r1.ebuild +++ b/sys-libs/cracklib/cracklib-2.9.1-r1.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-r1.ebuild,v 1.7 2014/07/27 10:36:03 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.9.1-r1.ebuild,v 1.8 2014/07/28 13:49:25 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-1.2.8-r1[${MULTILIB_USEDEP}] )" |