diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-22 09:11:29 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-22 09:11:29 +0000 |
commit | b0df7eaf33999c21da5ead7108b0ef7e1cddd77c (patch) | |
tree | d18e3d5962a5dd04fbbc5ea1bbd44db8c0bf8421 /dev-java/jmdns/jmdns-0.2.ebuild | |
parent | Fixed silly but nonetheless annoying spelling mistakes. Yes, I am that anal r... (diff) | |
download | historical-b0df7eaf33999c21da5ead7108b0ef7e1cddd77c.tar.gz historical-b0df7eaf33999c21da5ead7108b0ef7e1cddd77c.tar.bz2 historical-b0df7eaf33999c21da5ead7108b0ef7e1cddd77c.zip |
Keywords ~amd64. (oops)
Diffstat (limited to 'dev-java/jmdns/jmdns-0.2.ebuild')
-rw-r--r-- | dev-java/jmdns/jmdns-0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jmdns/jmdns-0.2.ebuild b/dev-java/jmdns/jmdns-0.2.ebuild index e63c8399dfcc..3c73f2da8dcf 100644 --- a/dev-java/jmdns/jmdns-0.2.ebuild +++ b/dev-java/jmdns/jmdns-0.2.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/dev-java/jmdns/jmdns-0.2.ebuild,v 1.4 2004/10/16 17:24:49 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jmdns/jmdns-0.2.ebuild,v 1.5 2004/10/22 09:11:29 absinthe Exp $ inherit java-pkg @@ -12,7 +12,7 @@ DEPEND=">=virtual/jdk-1.3.1" RDEPEND=">=virtual/jdk-1.3.1" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" src_compile() { einfo "Compiling JmDNS..." |