diff options
author | Bartosch Pixa <darkspecter@gentoo.org> | 2004-02-03 01:04:30 +0000 |
---|---|---|
committer | Bartosch Pixa <darkspecter@gentoo.org> | 2004-02-03 01:04:30 +0000 |
commit | 9a73b94691d10b7e2f3cb241038a7cfe174474a1 (patch) | |
tree | eb43c1e4df31292b1ca5b0732f1c7fcbd677a67d /app-crypt/hashalot | |
parent | Added information about conf changes required for system loggers, closes bug ... (diff) | |
download | gentoo-2-9a73b94691d10b7e2f3cb241038a7cfe174474a1.tar.gz gentoo-2-9a73b94691d10b7e2f3cb241038a7cfe174474a1.tar.bz2 gentoo-2-9a73b94691d10b7e2f3cb241038a7cfe174474a1.zip |
set ppc in keywords
Diffstat (limited to 'app-crypt/hashalot')
-rw-r--r-- | app-crypt/hashalot/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/hashalot/hashalot-0.1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/hashalot/ChangeLog b/app-crypt/hashalot/ChangeLog index 4ef15ebf4e35..85d35b12a9f4 100644 --- a/app-crypt/hashalot/ChangeLog +++ b/app-crypt/hashalot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/hashalot -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.2 2003/12/03 03:02:59 brad_mssw Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.3 2004/02/03 01:03:00 darkspecter Exp $ + + 03 Feb 2004; Bartosch Pixa <darkspecter@gentoo.org> hashalot-0.1.0.ebuild: + set ppc in keywords 02 Dec 2003; Brad House <brad_mssw@gentoo.org> hashalot-0.1.0.ebuild: oops, didn't install properly diff --git a/app-crypt/hashalot/hashalot-0.1.0.ebuild b/app-crypt/hashalot/hashalot-0.1.0.ebuild index 0887fb87cf35..271b19e748e4 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-2003 Gentoo Technologies, Inc. +# 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.4 2003/12/17 05:04:55 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.1.0.ebuild,v 1.5 2004/02/03 01:03:00 darkspecter 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 ~arm ~alpha ppc64" +KEYWORDS="~x86 ~amd64 ppc ~sparc ~hppa ~ia64 ~mips ~arm ~alpha ppc64" src_install() { einstall || die "install error" |