diff options
author | 2005-09-16 19:02:46 +0000 | |
---|---|---|
committer | 2005-09-16 19:02:46 +0000 | |
commit | ae7292a30d176c48d9be2490ac21365219aab4b6 (patch) | |
tree | ee9eac102fda2a41cd853b3468e1f6df66a9b428 /net-p2p/phex/phex-2.0.0.76.ebuild | |
parent | Marking ~ppc-macos (bug #105869) (diff) | |
download | gentoo-2-ae7292a30d176c48d9be2490ac21365219aab4b6.tar.gz gentoo-2-ae7292a30d176c48d9be2490ac21365219aab4b6.tar.bz2 gentoo-2-ae7292a30d176c48d9be2490ac21365219aab4b6.zip |
add unzip
(Portage version: 2.0.52-r1)
Diffstat (limited to 'net-p2p/phex/phex-2.0.0.76.ebuild')
-rw-r--r-- | net-p2p/phex/phex-2.0.0.76.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/phex/phex-2.0.0.76.ebuild b/net-p2p/phex/phex-2.0.0.76.ebuild index 8ea192dc22ad..8fce40f862cd 100644 --- a/net-p2p/phex/phex-2.0.0.76.ebuild +++ b/net-p2p/phex/phex-2.0.0.76.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/net-p2p/phex/phex-2.0.0.76.ebuild,v 1.3 2004/08/23 03:07:00 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/phex/phex-2.0.0.76.ebuild,v 1.4 2005/09/16 19:02:46 axxo Exp $ DESCRIPTION="java gnutella file-sharing application" HOMEPAGE="http://phex.sourceforge.net/" @@ -9,6 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" IUSE="" +DEPEND="app-arch/unzip" RDEPEND=">=virtual/jdk-1.4 virtual/x11" S=${WORKDIR}/${P/-/_} |