diff options
Diffstat (limited to 'dev-java/jmdns/jmdns-1.0.ebuild')
-rw-r--r-- | dev-java/jmdns/jmdns-1.0.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-java/jmdns/jmdns-1.0.ebuild b/dev-java/jmdns/jmdns-1.0.ebuild index 96ff28537d76..ba04b47ea74b 100644 --- a/dev-java/jmdns/jmdns-1.0.ebuild +++ b/dev-java/jmdns/jmdns-1.0.ebuild @@ -1,13 +1,15 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jmdns/jmdns-1.0.ebuild,v 1.4 2007/11/02 03:35:33 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jmdns/jmdns-1.0.ebuild,v 1.5 2009/05/23 21:10:26 ali_bush Exp $ + +JAVA_PKG_IUSE="doc examples source" inherit java-pkg-2 DESCRIPTION="JmDNS is an implementation of multi-cast DNS in Java." SRC_URI="mirror://sourceforge/${PN}/${P}-Final.tar.gz" HOMEPAGE="http://jmdns.sourceforge.net" -IUSE="doc examples source" +IUSE="" DEPEND=">=virtual/jdk-1.3.1" RDEPEND=">=virtual/jre-1.3.1" LICENSE="Apache-2.0" |