diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2012-02-25 17:50:16 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2012-02-25 17:50:16 +0000 |
commit | a2134822f28b7cbe5a6f5764d69fddab542a5792 (patch) | |
tree | 6cd00601d8f06afcba59914483eae8b28d28334b /dev-perl/Digest-SHA1 | |
parent | Stable on alpha, bug #400091 (diff) | |
download | gentoo-2-a2134822f28b7cbe5a6f5764d69fddab542a5792.tar.gz gentoo-2-a2134822f28b7cbe5a6f5764d69fddab542a5792.tar.bz2 gentoo-2-a2134822f28b7cbe5a6f5764d69fddab542a5792.zip |
Stable on alpha, bug #400093
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Digest-SHA1')
-rw-r--r-- | dev-perl/Digest-SHA1/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Digest-SHA1/Digest-SHA1-2.130.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Digest-SHA1/ChangeLog b/dev-perl/Digest-SHA1/ChangeLog index 9a009e48c472..f8840a6cc8f9 100644 --- a/dev-perl/Digest-SHA1/ChangeLog +++ b/dev-perl/Digest-SHA1/ChangeLog @@ -1,6 +1,10 @@ # 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.62 2012/02/24 10:07:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/ChangeLog,v 1.63 2012/02/25 17:50:16 klausman Exp $ + + 25 Feb 2012; Tobias Klausmann <klausman@gentoo.org> + Digest-SHA1-2.130.0.ebuild: + Stable on alpha, bug #400093 24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> Digest-SHA1-2.130.0.ebuild: Stable for amd64, wrt bug #400093 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 6ac288197df2..078cce00fcd1 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.2 2012/02/24 10:07:17 ago Exp $ +# $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 $ 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" |