diff options
author | Kito Danya Dietrich <kito@gentoo.org> | 2004-09-21 23:25:05 +0000 |
---|---|---|
committer | Kito Danya Dietrich <kito@gentoo.org> | 2004-09-21 23:25:05 +0000 |
commit | 3a6f92b78511dcf7d66e9c947ed748c4461116f5 (patch) | |
tree | b6ec7caebd2445f8f581e64b4ae9df66717db89f /app-crypt/mhash/mhash-0.9.1.ebuild | |
parent | add secure_mkdir (diff) | |
download | historical-3a6f92b78511dcf7d66e9c947ed748c4461116f5.tar.gz historical-3a6f92b78511dcf7d66e9c947ed748c4461116f5.tar.bz2 historical-3a6f92b78511dcf7d66e9c947ed748c4461116f5.zip |
~ppc-macos keyword
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 0336b8ee8363..00937110fdaa 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.5 2004/06/27 21:33:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.9.1.ebuild,v 1.6 2004/09/21 23:25:05 kito Exp $ DESCRIPTION="library providing a uniform interface to a large number of hash algorithms" HOMEPAGE="http://mhash.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/mhash/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc alpha arm hppa amd64 ia64 s390" +KEYWORDS="x86 ppc sparc alpha arm hppa amd64 ia64 s390 ~ppc-macos" IUSE="" DEPEND="virtual/libc" |