diff options
author | 2004-10-25 11:37:43 +0000 | |
---|---|---|
committer | 2004-10-25 11:37:43 +0000 | |
commit | a2df94c863c08ba5f18dc10edecf96d9fa773c16 (patch) | |
tree | 1417791a0adcd2b2e0f8098a0a28cf4d2eee2120 /dev-db/henplus | |
parent | Stable on amd64. (Manifest recommit) (diff) | |
download | gentoo-2-a2df94c863c08ba5f18dc10edecf96d9fa773c16.tar.gz gentoo-2-a2df94c863c08ba5f18dc10edecf96d9fa773c16.tar.bz2 gentoo-2-a2df94c863c08ba5f18dc10edecf96d9fa773c16.zip |
cleanup unpack
Diffstat (limited to 'dev-db/henplus')
-rw-r--r-- | dev-db/henplus/henplus-0.9.5-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-db/henplus/henplus-0.9.5-r2.ebuild b/dev-db/henplus/henplus-0.9.5-r2.ebuild index dbf83af7b6be..9e8141a1ec88 100644 --- a/dev-db/henplus/henplus-0.9.5-r2.ebuild +++ b/dev-db/henplus/henplus-0.9.5-r2.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/dev-db/henplus/henplus-0.9.5-r2.ebuild,v 1.2 2004/08/24 03:19:06 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/henplus-0.9.5-r2.ebuild,v 1.3 2004/10/25 11:37:43 axxo Exp $ inherit java-pkg eutils @@ -20,7 +20,8 @@ DEPEND=">=virtual/jdk-1.3 RDEPEND=">=virtual/jdk-1.3" src_unpack() { - base_src_unpack && cd ${S} + unpack ${A} + cd ${S} epatch ${FILESDIR}/henplus.patch } |