diff options
author | David Holm <dholm@gentoo.org> | 2004-09-03 01:01:24 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-09-03 01:01:24 +0000 |
commit | a6cfae04f9ca3d2b3bf8ccf61de40f616070e8f7 (patch) | |
tree | 7b12d86ca4e33fe11fc9b293b5bc03e8d504014d /app-crypt | |
parent | fix die in subshell (Manifest recommit) (diff) | |
download | gentoo-2-a6cfae04f9ca3d2b3bf8ccf61de40f616070e8f7.tar.gz gentoo-2-a6cfae04f9ca3d2b3bf8ccf61de40f616070e8f7.tar.bz2 gentoo-2-a6cfae04f9ca3d2b3bf8ccf61de40f616070e8f7.zip |
Added to ~ppc
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/hashsum/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/hashsum/hashsum-1.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/hashsum/ChangeLog b/app-crypt/hashsum/ChangeLog index 5e08c07abc7f..c0ed30da048f 100644 --- a/app-crypt/hashsum/ChangeLog +++ b/app-crypt/hashsum/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/hashsum # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashsum/ChangeLog,v 1.2 2004/08/28 05:47:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashsum/ChangeLog,v 1.3 2004/09/03 00:59:20 dholm Exp $ + + 03 Sep 2004; David Holm <dholm@gentoo.org> hashsum-1.6.ebuild: + Added to ~ppc. 27 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> hashsum-1.6.ebuild: dep fix; tidy diff --git a/app-crypt/hashsum/hashsum-1.6.ebuild b/app-crypt/hashsum/hashsum-1.6.ebuild index d89261beb565..74ab2923bd48 100644 --- a/app-crypt/hashsum/hashsum-1.6.ebuild +++ b/app-crypt/hashsum/hashsum-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashsum/hashsum-1.6.ebuild,v 1.2 2004/08/28 05:47:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashsum/hashsum-1.6.ebuild,v 1.3 2004/09/03 00:59:20 dholm Exp $ DESCRIPTION="Command line tool for advanced hashing algorithms" HOMEPAGE="http://www.certainkey.com/resources/hashsum.php" @@ -8,7 +8,7 @@ SRC_URI="http://www.certainkey.com/resources/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="doc" DEPEND="virtual/libc" |