diff options
author | Tom Gall <tgall@gentoo.org> | 2004-09-25 02:40:04 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-09-25 02:40:04 +0000 |
commit | 53f7df0cdcde819a3756d4bea36704019f7cb6fa (patch) | |
tree | 1c0b920e11045d13ece85b97ffd7fc90ce87a85c /app-crypt/mhash/mhash-0.9.1.ebuild | |
parent | Initial import as per bug #51162. Ebuild by Robert Führicht <the_master_of_d... (diff) | |
download | gentoo-2-53f7df0cdcde819a3756d4bea36704019f7cb6fa.tar.gz gentoo-2-53f7df0cdcde819a3756d4bea36704019f7cb6fa.tar.bz2 gentoo-2-53f7df0cdcde819a3756d4bea36704019f7cb6fa.zip |
dded ppc64 to make up for whoever deleted mhash-0.8.18-r1.ebuild
Diffstat (limited to 'app-crypt/mhash/mhash-0.9.1.ebuild')
-rw-r--r-- | app-crypt/mhash/mhash-0.9.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/mhash/mhash-0.9.1.ebuild b/app-crypt/mhash/mhash-0.9.1.ebuild index 6cf0d7d0fcd9..b45eb0a3c8d7 100644 --- a/app-crypt/mhash/mhash-0.9.1.ebuild +++ b/app-crypt/mhash/mhash-0.9.1.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/mhash/mhash-0.9.1.ebuild,v 1.7 2004/09/22 19:18:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.9.1.ebuild,v 1.8 2004/09/25 02:40:04 tgall Exp $ inherit libtool @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/mhash/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha arm amd64 hppa ia64 ppc ~ppc-macos s390 sparc x86" +KEYWORDS="alpha arm amd64 hppa ia64 ppc ~ppc-macos s390 sparc x86 ppc64" IUSE="" DEPEND="virtual/libc" |