diff options
author | Torsten Veller <tove@gentoo.org> | 2010-04-17 08:47:22 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-04-17 08:47:22 +0000 |
commit | 3efa86f9d27fde8b6258a111a6ce9ec7baa43e06 (patch) | |
tree | 9708d4b3dfbd2a055282b63dcf95799876b7abd2 /dev-perl/Digest-SHA1 | |
parent | Stable on amd64, x86 (#314467) (diff) | |
download | gentoo-2-3efa86f9d27fde8b6258a111a6ce9ec7baa43e06.tar.gz gentoo-2-3efa86f9d27fde8b6258a111a6ce9ec7baa43e06.tar.bz2 gentoo-2-3efa86f9d27fde8b6258a111a6ce9ec7baa43e06.zip |
Stable on amd64, x86 (#314467)
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Digest-SHA1')
-rw-r--r-- | dev-perl/Digest-SHA1/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Digest-SHA1/Digest-SHA1-2.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Digest-SHA1/ChangeLog b/dev-perl/Digest-SHA1/ChangeLog index 9da2361bb86f..3968d7f840dd 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/ChangeLog,v 1.48 2010/01/21 13:29:17 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/ChangeLog,v 1.49 2010/04/17 08:47:22 tove Exp $ + + 17 Apr 2010; Torsten Veller <tove@gentoo.org> Digest-SHA1-2.12.ebuild: + Stable on amd64, x86 (#314467) 21 Jan 2010; Torsten Veller <tove@gentoo.org> Digest-SHA1-2.11.ebuild: mips -> ~mips diff --git a/dev-perl/Digest-SHA1/Digest-SHA1-2.12.ebuild b/dev-perl/Digest-SHA1/Digest-SHA1-2.12.ebuild index 57992b2d0993..602d8675bd50 100644 --- a/dev-perl/Digest-SHA1/Digest-SHA1-2.12.ebuild +++ b/dev-perl/Digest-SHA1/Digest-SHA1-2.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.12.ebuild,v 1.2 2010/01/09 19:46:10 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/Digest-SHA1-2.12.ebuild,v 1.3 2010/04/17 08:47:22 tove Exp $ EAPI=2 @@ -10,7 +10,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 ~sparc-fbsd ~x86-fbsd ~ppc-aix ~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 ~sparc-fbsd ~x86-fbsd ~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" |