diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 03:22:22 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 03:22:22 +0000 |
commit | 360dbd4f47c6d02641de8b06fb0f5807d660c566 (patch) | |
tree | 15c5a3f0a42c17c08a16ce154f7842f9e6e13bb9 /app-crypt | |
parent | sync IUSE (+X), add sed-4 dep (Manifest recommit) (diff) | |
download | gentoo-2-360dbd4f47c6d02641de8b06fb0f5807d660c566.tar.gz gentoo-2-360dbd4f47c6d02641de8b06fb0f5807d660c566.tar.bz2 gentoo-2-360dbd4f47c6d02641de8b06fb0f5807d660c566.zip |
stable on x86, alpha, ia64
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/hashalot/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/hashalot/hashalot-0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/hashalot/ChangeLog b/app-crypt/hashalot/ChangeLog index 70102a05eb6b..9de8b316e283 100644 --- a/app-crypt/hashalot/ChangeLog +++ b/app-crypt/hashalot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/hashalot # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.17 2004/06/24 21:32:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.18 2004/06/30 03:22:22 agriffis Exp $ + + 29 Jun 2004; Aron Griffis <agriffis@gentoo.org> hashalot-0.3.ebuild: + stable on x86, alpha, ia64 14 Jun 2004; Gustavo Zacarias <gustavoz@gentoo.org> hashalot-0.2.0.ebuild: Stable on hppa diff --git a/app-crypt/hashalot/hashalot-0.3.ebuild b/app-crypt/hashalot/hashalot-0.3.ebuild index 7812b47d726e..d63d80bdfa67 100644 --- a/app-crypt/hashalot/hashalot-0.3.ebuild +++ b/app-crypt/hashalot/hashalot-0.3.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/hashalot/hashalot-0.3.ebuild,v 1.4 2004/06/27 21:30:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.3.ebuild,v 1.5 2004/06/30 03:22:22 agriffis Exp $ DESCRIPTION="CryptoAPI utils" HOMEPAGE="http://www.kerneli.org/" @@ -8,7 +8,7 @@ SRC_URI="http://www.paranoiacs.org/~sluskyb/hacks/hashalot/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~mips ~alpha ~arm ~amd64 ~ia64" +KEYWORDS="x86 ~sparc ~mips alpha ~arm ~amd64 ia64" IUSE="" RDEPEND="virtual/libc" |