diff options
author | 2006-07-27 15:54:24 +0000 | |
---|---|---|
committer | 2006-07-27 15:54:24 +0000 | |
commit | 56f2cde9fdbf414f71b27f9a9cb0d4d05aa63028 (patch) | |
tree | 8a4e9ebb5e24fa5d779f6ae5a5a153ba02fd78e4 /net-p2p/azureus/azureus-2.4.0.2.ebuild | |
parent | Revision bump to support new Java system. (diff) | |
download | gentoo-2-56f2cde9fdbf414f71b27f9a9cb0d4d05aa63028.tar.gz gentoo-2-56f2cde9fdbf414f71b27f9a9cb0d4d05aa63028.tar.bz2 gentoo-2-56f2cde9fdbf414f71b27f9a9cb0d4d05aa63028.zip |
Changed ant_src_unpack to src_unpack
(Portage version: 2.1.1_pre3-r5)
Diffstat (limited to 'net-p2p/azureus/azureus-2.4.0.2.ebuild')
-rw-r--r-- | net-p2p/azureus/azureus-2.4.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/azureus/azureus-2.4.0.2.ebuild b/net-p2p/azureus/azureus-2.4.0.2.ebuild index 2a9f4fbacf3f..c87d4ceab92f 100644 --- a/net-p2p/azureus/azureus-2.4.0.2.ebuild +++ b/net-p2p/azureus/azureus-2.4.0.2.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/net-p2p/azureus/azureus-2.4.0.2.ebuild,v 1.1 2006/07/23 20:51:50 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus/azureus-2.4.0.2.ebuild,v 1.2 2006/07/27 15:54:24 nichoj Exp $ inherit eutils java-pkg-2 java-ant-2 @@ -26,7 +26,7 @@ DEPEND=">=virtual/jdk-1.4 S=${WORKDIR}/${PN} -ant_src_unpack() { +src_unpack() { mkdir ${S} cd ${S} unpack ${A} |