diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-09-03 01:41:51 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-09-03 01:41:51 +0000 |
commit | d8f93ba503c95e1cbfe5219845a0bf60dc1d775f (patch) | |
tree | d8ccfc5748daeb469cd60e6b2ec3e49507681953 /virtual/jdk | |
parent | Removed deps of JREs that aren\'t in the tree anymore, from bug #140495 (diff) | |
download | gentoo-2-d8f93ba503c95e1cbfe5219845a0bf60dc1d775f.tar.gz gentoo-2-d8f93ba503c95e1cbfe5219845a0bf60dc1d775f.tar.bz2 gentoo-2-d8f93ba503c95e1cbfe5219845a0bf60dc1d775f.zip |
Removed deps of JDKs that aren\'t in the tree anymore, from bug #140495
(Portage version: 2.1.1_rc1)
Diffstat (limited to 'virtual/jdk')
-rw-r--r-- | virtual/jdk/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/jdk/jdk-1.4.1.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/jdk/ChangeLog b/virtual/jdk/ChangeLog index f2a97b9d6e25..85136d74e523 100644 --- a/virtual/jdk/ChangeLog +++ b/virtual/jdk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/jdk # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.6 2006/08/23 21:20:58 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.7 2006/09/03 01:41:51 nichoj Exp $ + + 03 Sep 2006; Joshua Nichols <nichoj@gentoo.org> jdk-1.3.ebuild, + jdk-1.4.1.ebuild: + Removed deps of JDKs that aren't in the tree anymore, from bug #140495 23 Aug 2006; Sven Wegener <swegener@gentoo.org> jdk-1.3.ebuild, jdk-1.4.1.ebuild, jdk-1.4.2.ebuild, jdk-1.5.0.ebuild: diff --git a/virtual/jdk/jdk-1.4.1.ebuild b/virtual/jdk/jdk-1.4.1.ebuild index ce82fcdc88ab..18d567f1cee4 100644 --- a/virtual/jdk/jdk-1.4.1.ebuild +++ b/virtual/jdk/jdk-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.4.1.ebuild,v 1.3 2006/08/23 21:20:58 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.4.1.ebuild,v 1.4 2006/09/03 01:41:51 nichoj Exp $ DESCRIPTION="Virtual for JDK" HOMEPAGE="http://java.sun.com/" @@ -12,7 +12,6 @@ KEYWORDS="amd64 x86" IUSE="" RDEPEND="|| ( - =dev-java/blackdown-jdk-1.4.1* =dev-java/kaffe-1.1* )" DEPEND="" |