diff options
author | Jon Portnoy <avenj@gentoo.org> | 2004-04-01 07:02:46 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2004-04-01 07:02:46 +0000 |
commit | ba26d523db3c9b54169d9d7b795227618034f178 (patch) | |
tree | f1a73f1c205e3dcaf296a5b2607334a8c86ebca1 /app-crypt | |
parent | touchups (diff) | |
download | gentoo-2-ba26d523db3c9b54169d9d7b795227618034f178.tar.gz gentoo-2-ba26d523db3c9b54169d9d7b795227618034f178.tar.bz2 gentoo-2-ba26d523db3c9b54169d9d7b795227618034f178.zip |
Stable on AMD64
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/hashalot/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/hashalot/hashalot-0.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/hashalot/ChangeLog b/app-crypt/hashalot/ChangeLog index e0341745fa0b..44561e7d9f8f 100644 --- a/app-crypt/hashalot/ChangeLog +++ b/app-crypt/hashalot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/hashalot # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.8 2004/03/10 15:48:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.9 2004/04/01 07:02:18 avenj Exp $ + + 01 Apr 2004; Jon Portnoy <avenj@gentoo.org> hashalot-0.1.0.ebuild : + Stable on AMD64 10 Mar 2004; <agriffis@gentoo.org> hashalot-0.1.0.ebuild, hashalot-0.2.0.ebuild: diff --git a/app-crypt/hashalot/hashalot-0.1.0.ebuild b/app-crypt/hashalot/hashalot-0.1.0.ebuild index 4e6fe909173b..276a83d7efe7 100644 --- a/app-crypt/hashalot/hashalot-0.1.0.ebuild +++ b/app-crypt/hashalot/hashalot-0.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.1.0.ebuild,v 1.12 2004/03/10 15:48:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.1.0.ebuild,v 1.13 2004/04/01 07:02:18 avenj Exp $ DESCRIPTION="CryptoAPI utils" HOMEPAGE="http://www.kerneli.org/" @@ -8,7 +8,7 @@ SRC_URI="http://www.stwing.org/~sluskyb/util-linux/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~amd64 ppc sparc hppa ia64 mips alpha ppc64 s390" +KEYWORDS="x86 amd64 ppc sparc hppa ia64 mips alpha ppc64 s390" src_install() { einstall || die "install error" |