diff options
author | 2012-02-27 03:43:28 +0000 | |
---|---|---|
committer | 2012-02-27 03:43:28 +0000 | |
commit | a6e00b98952d16b39de3d2ee727cc52b41a92af5 (patch) | |
tree | 397854925021df83856a594c6cd86b759a5ba85b | |
parent | Stable for HPPA (bug #400091). (diff) | |
download | gentoo-2-a6e00b98952d16b39de3d2ee727cc52b41a92af5.tar.gz gentoo-2-a6e00b98952d16b39de3d2ee727cc52b41a92af5.tar.bz2 gentoo-2-a6e00b98952d16b39de3d2ee727cc52b41a92af5.zip |
Stable for HPPA (bug #400093).
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
-rw-r--r-- | dev-perl/Digest-SHA1/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Digest-SHA1/Digest-SHA1-2.130.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Digest-SHA1/ChangeLog b/dev-perl/Digest-SHA1/ChangeLog index f8840a6cc8f9..1faec166c22d 100644 --- a/dev-perl/Digest-SHA1/ChangeLog +++ b/dev-perl/Digest-SHA1/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Digest-SHA1 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/ChangeLog,v 1.63 2012/02/25 17:50:16 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/ChangeLog,v 1.64 2012/02/27 03:43:28 jer Exp $ + + 27 Feb 2012; Jeroen Roovers <jer@gentoo.org> Digest-SHA1-2.130.0.ebuild: + Stable for HPPA (bug #400093). 25 Feb 2012; Tobias Klausmann <klausman@gentoo.org> Digest-SHA1-2.130.0.ebuild: diff --git a/dev-perl/Digest-SHA1/Digest-SHA1-2.130.0.ebuild b/dev-perl/Digest-SHA1/Digest-SHA1-2.130.0.ebuild index 078cce00fcd1..f79df468628e 100644 --- a/dev-perl/Digest-SHA1/Digest-SHA1-2.130.0.ebuild +++ b/dev-perl/Digest-SHA1/Digest-SHA1-2.130.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/Digest-SHA1-2.130.0.ebuild,v 1.3 2012/02/25 17:50:16 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/Digest-SHA1-2.130.0.ebuild,v 1.4 2012/02/27 03:43:28 jer Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="NIST SHA message digest algorithm" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="virtual/perl-digest-base" |