diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-05-03 06:53:15 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-05-03 06:53:15 +0000 |
commit | 7a2348863d92a05f6a7250961fa42b2f5c839678 (patch) | |
tree | 635403cd0c12ed5bd2aeb7a473dfc21c1aa54086 /dev-perl/Digest-SHA1 | |
parent | Added build time dependency on x11-libs/qt-svg. (diff) | |
download | historical-7a2348863d92a05f6a7250961fa42b2f5c839678.tar.gz historical-7a2348863d92a05f6a7250961fa42b2f5c839678.tar.bz2 historical-7a2348863d92a05f6a7250961fa42b2f5c839678.zip |
Marked ~x64-freebsd
Package-Manager: portage-2.2.01.18252-prefix/cvs/Darwin powerpc
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.13.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/Digest-SHA1/ChangeLog b/dev-perl/Digest-SHA1/ChangeLog index 6ea38f464def..2d199dfc4516 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/ChangeLog,v 1.57 2011/04/03 06:36:35 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/ChangeLog,v 1.58 2011/05/03 06:49:23 grobian Exp $ + + 03 May 2011; Fabian Groffen <grobian@gentoo.org> Digest-SHA1-2.13.ebuild: + Marked ~x64-freebsd 03 Apr 2011; Torsten Veller <tove@gentoo.org> -Digest-SHA1-2.11.ebuild: Cleanup diff --git a/dev-perl/Digest-SHA1/Digest-SHA1-2.13.ebuild b/dev-perl/Digest-SHA1/Digest-SHA1-2.13.ebuild index a19b93c7b38d..e31eb391fd29 100644 --- a/dev-perl/Digest-SHA1/Digest-SHA1-2.13.ebuild +++ b/dev-perl/Digest-SHA1/Digest-SHA1-2.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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.13.ebuild,v 1.2 2010/09/03 12:18:57 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/Digest-SHA1-2.13.ebuild,v 1.3 2011/05/03 06:49:23 grobian Exp $ EAPI=3 @@ -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 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~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 ~sparc-fbsd ~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" |