diff options
author | 2004-09-21 19:39:03 +0000 | |
---|---|---|
committer | 2004-09-21 19:39:03 +0000 | |
commit | c543550e7bd6c0415bd534a70a84dbf708a5d886 (patch) | |
tree | 414223ddd11413b23f540ac0280444f278558a83 /dev-java/jnlp-bin/jnlp-bin-1.2.ebuild | |
parent | now builds from source (diff) | |
download | historical-c543550e7bd6c0415bd534a70a84dbf708a5d886.tar.gz historical-c543550e7bd6c0415bd534a70a84dbf708a5d886.tar.bz2 historical-c543550e7bd6c0415bd534a70a84dbf708a5d886.zip |
license fix
Diffstat (limited to 'dev-java/jnlp-bin/jnlp-bin-1.2.ebuild')
-rw-r--r-- | dev-java/jnlp-bin/jnlp-bin-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jnlp-bin/jnlp-bin-1.2.ebuild b/dev-java/jnlp-bin/jnlp-bin-1.2.ebuild index 39f5a2d9a4d9..653aa4427a06 100644 --- a/dev-java/jnlp-bin/jnlp-bin-1.2.ebuild +++ b/dev-java/jnlp-bin/jnlp-bin-1.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/jnlp-bin/jnlp-bin-1.2.ebuild,v 1.1 2004/09/21 19:33:58 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jnlp-bin/jnlp-bin-1.2.ebuild,v 1.2 2004/09/21 19:39:03 axxo Exp $ inherit java-pkg @@ -8,7 +8,7 @@ DESCRIPTION="Java Network Launching Protocol (JNLP)" HOMEPAGE="http://java.sun.com/products/javawebstart/download-jnlp.html" SRC_URI="javaws-1_2-dev.zip" -LICENSE="" +LICENSE="MPL-1.1" SLOT="0" KEYWORDS="~x86" IUSE="" |