diff options
author | 2007-07-21 09:47:27 +0000 | |
---|---|---|
committer | 2007-07-21 09:47:27 +0000 | |
commit | c480e0343f5d9a51d90d2e63a2afef869df8aeee (patch) | |
tree | 0960d6b09f73b6fc08bad077913f609f9ac04864 /net-p2p | |
parent | Relax dev-java/jgoodies-looks dependency atom so that the 2.1.4 version bump ... (diff) | |
download | gentoo-2-c480e0343f5d9a51d90d2e63a2afef869df8aeee.tar.gz gentoo-2-c480e0343f5d9a51d90d2e63a2afef869df8aeee.tar.bz2 gentoo-2-c480e0343f5d9a51d90d2e63a2afef869df8aeee.zip |
Change RDEPEND from >=dev-java/jgoodies-looks-1.3.2 to >=2.0 because this uses the 2.0 slot.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/phex/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/phex/phex-3.0.0.99.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-p2p/phex/ChangeLog b/net-p2p/phex/ChangeLog index ab43bf89bf43..7e267a01703f 100644 --- a/net-p2p/phex/ChangeLog +++ b/net-p2p/phex/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/phex # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/phex/ChangeLog,v 1.10 2007/01/12 14:23:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/phex/ChangeLog,v 1.11 2007/07/21 09:47:27 betelgeuse Exp $ + + 21 Jul 2007; Petteri Räty <betelgeuse@gentoo.org> phex-3.0.0.99.ebuild: + Change RDEPEND from >=dev-java/jgoodies-looks-1.3.2 to >=2.0 because this + uses the 2.0 slot. *phex-3.0.0.99 (12 Jan 2007) diff --git a/net-p2p/phex/phex-3.0.0.99.ebuild b/net-p2p/phex/phex-3.0.0.99.ebuild index 95db066fbddb..3b1a96d05bc5 100644 --- a/net-p2p/phex/phex-3.0.0.99.ebuild +++ b/net-p2p/phex/phex-3.0.0.99.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/phex/phex-3.0.0.99.ebuild,v 1.1 2007/01/12 14:23:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/phex/phex-3.0.0.99.ebuild,v 1.2 2007/07/21 09:47:27 betelgeuse Exp $ inherit java-pkg-2 @@ -16,12 +16,11 @@ RDEPEND=">=virtual/jdk-1.5 =dev-java/commons-httpclient-3.0* >=dev-java/commons-logging-1.1 >=dev-java/jgoodies-forms-1.0.5 - >=dev-java/jgoodies-looks-1.3.2" + >=dev-java/jgoodies-looks-2.0" S=${WORKDIR}/${P/-/_} src_install() { - cd ${S} java-pkg_dojar lib/phex.jar exeinto /usr/bin |