diff options
author | William Thomson <wltjr@gentoo.org> | 2008-05-14 04:29:09 +0000 |
---|---|---|
committer | William Thomson <wltjr@gentoo.org> | 2008-05-14 04:29:09 +0000 |
commit | c57ac593765f1a80d2405bb7752482a63230abeb (patch) | |
tree | 9c6c3e1efa682a5e54448ad76eb9c17f95959f88 /net-p2p/frostwire | |
parent | Attempt to fix bug #215423. Installed wrong bundled i18n.jar, also added temp... (diff) | |
download | gentoo-2-c57ac593765f1a80d2405bb7752482a63230abeb.tar.gz gentoo-2-c57ac593765f1a80d2405bb7752482a63230abeb.tar.bz2 gentoo-2-c57ac593765f1a80d2405bb7752482a63230abeb.zip |
Forgot to remove dep on which, went another way to test native2ascii being on path
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'net-p2p/frostwire')
-rw-r--r-- | net-p2p/frostwire/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/frostwire/frostwire-4.13.5-r1.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-p2p/frostwire/ChangeLog b/net-p2p/frostwire/ChangeLog index 26ec6346183f..75f3e6f819da 100644 --- a/net-p2p/frostwire/ChangeLog +++ b/net-p2p/frostwire/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/frostwire # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/frostwire/ChangeLog,v 1.4 2008/05/14 04:27:28 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/frostwire/ChangeLog,v 1.5 2008/05/14 04:29:09 wltjr Exp $ + + 14 May 2008; William L. Thomson Jr. <wltjr@gentoo.org> + frostwire-4.13.5-r1.ebuild: + Forgot to remove dep on which, went another way to test native2ascii being + on path *frostwire-4.13.5-r1 (14 May 2008) diff --git a/net-p2p/frostwire/frostwire-4.13.5-r1.ebuild b/net-p2p/frostwire/frostwire-4.13.5-r1.ebuild index 0c90eba34ef3..86dd36a48fce 100644 --- a/net-p2p/frostwire/frostwire-4.13.5-r1.ebuild +++ b/net-p2p/frostwire/frostwire-4.13.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/frostwire/frostwire-4.13.5-r1.ebuild,v 1.1 2008/05/14 04:27:28 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/frostwire/frostwire-4.13.5-r1.ebuild,v 1.2 2008/05/14 04:29:09 wltjr Exp $ EAPI=1 JAVA_PKG_IUSE="source" @@ -29,8 +29,7 @@ COMMON_DEP=" dev-java/xml-commons-external" DEPEND=">=virtual/jdk-1.5 - ${COMMON_DEP} - sys-apps/which" + ${COMMON_DEP}" RDEPEND=">=virtual/jre-1.5 dev-java/asm |