diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-09-03 12:18:57 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-09-03 12:18:57 +0000 |
commit | edb60668d3d1142e65e470ce4b37946e22521498 (patch) | |
tree | 9df646f6139f241eadef49d58c46f2d16ad257d3 /dev-perl/Digest-SHA1 | |
parent | add ~x86-freebsd (diff) | |
download | historical-edb60668d3d1142e65e470ce4b37946e22521498.tar.gz historical-edb60668d3d1142e65e470ce4b37946e22521498.tar.bz2 historical-edb60668d3d1142e65e470ce4b37946e22521498.zip |
add ~x86-freebsd
Package-Manager: portage-2.1.8.3/cvs/Linux i686
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.13.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Digest-SHA1/ChangeLog b/dev-perl/Digest-SHA1/ChangeLog index 6293d04fba8f..e0cfd3016234 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/ChangeLog,v 1.54 2010/07/15 14:11:53 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/ChangeLog,v 1.55 2010/09/03 12:18:57 fauli Exp $ + + 03 Sep 2010; Christian Faulhammer <fauli@gentoo.org> + Digest-SHA1-2.13.ebuild: + add ~x86-freebsd *Digest-SHA1-2.13 (15 Jul 2010) diff --git a/dev-perl/Digest-SHA1/Digest-SHA1-2.13.ebuild b/dev-perl/Digest-SHA1/Digest-SHA1-2.13.ebuild index e1bcd5d9bd08..a19b93c7b38d 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 # 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.1 2010/07/15 14:11:53 tove Exp $ +# $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 $ 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-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-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" |