diff options
author | 2013-12-07 16:29:52 +0000 | |
---|---|---|
committer | 2013-12-07 16:29:52 +0000 | |
commit | 1c4f8e3ca503dd4d1663606358b78d21e0c1a5ea (patch) | |
tree | ee946cf2ea1a254165eb648395696eff2c50911e /dev-perl | |
parent | Fix building with USE=sasl. Add zlib dep. (diff) | |
download | gentoo-2-1c4f8e3ca503dd4d1663606358b78d21e0c1a5ea.tar.gz gentoo-2-1c4f8e3ca503dd4d1663606358b78d21e0c1a5ea.tar.bz2 gentoo-2-1c4f8e3ca503dd4d1663606358b78d21e0c1a5ea.zip |
ppc64 stable wrt bug #492106
(Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Crypt-DES/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Crypt-DES/Crypt-DES-2.70.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Crypt-DES/ChangeLog b/dev-perl/Crypt-DES/ChangeLog index 2cd5f70d6a5e..17c06619e5d9 100644 --- a/dev-perl/Crypt-DES/ChangeLog +++ b/dev-perl/Crypt-DES/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Crypt-DES # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-DES/ChangeLog,v 1.40 2013/12/07 16:07:53 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-DES/ChangeLog,v 1.41 2013/12/07 16:29:52 zlogene Exp $ + + 07 Dec 2013; Mikle Kolyada <zlogene@gentoo.org> Crypt-DES-2.70.0.ebuild: + ppc64 stable wrt bug #492106 07 Dec 2013; Mikle Kolyada <zlogene@gentoo.org> Crypt-DES-2.70.0.ebuild: ppc stable wrt bug #492106 diff --git a/dev-perl/Crypt-DES/Crypt-DES-2.70.0.ebuild b/dev-perl/Crypt-DES/Crypt-DES-2.70.0.ebuild index 5aa92e0f1345..533568ed67c1 100644 --- a/dev-perl/Crypt-DES/Crypt-DES-2.70.0.ebuild +++ b/dev-perl/Crypt-DES/Crypt-DES-2.70.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-DES/Crypt-DES-2.70.0.ebuild,v 1.8 2013/12/07 16:07:53 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-DES/Crypt-DES-2.70.0.ebuild,v 1.9 2013/12/07 16:29:52 zlogene Exp $ EAPI=5 @@ -12,7 +12,7 @@ DESCRIPTION="Crypt::DES module for perl" LICENSE="DES" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" export OPTIMIZE="${CFLAGS}" |