summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2009-01-19 21:46:21 +0000
committerThomas Sachau <tommy@gentoo.org>2009-01-19 21:46:21 +0000
commita32c44257c68e84c3329ac41fa7ea6796f3d2f7d (patch)
tree05d491038ac9e8948058f2a5d04cc82664d7ed17 /dev-java/lzma/lzma-4.63.ebuild
parentMake italc build with split Qt 4.4 (diff)
downloadhistorical-a32c44257c68e84c3329ac41fa7ea6796f3d2f7d.tar.gz
historical-a32c44257c68e84c3329ac41fa7ea6796f3d2f7d.tar.bz2
historical-a32c44257c68e84c3329ac41fa7ea6796f3d2f7d.zip
Remove -i switch, add comment for build.xml
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'dev-java/lzma/lzma-4.63.ebuild')
-rw-r--r--dev-java/lzma/lzma-4.63.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-java/lzma/lzma-4.63.ebuild b/dev-java/lzma/lzma-4.63.ebuild
index afca35f9489e..f27bc59068a2 100644
--- a/dev-java/lzma/lzma-4.63.ebuild
+++ b/dev-java/lzma/lzma-4.63.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/lzma/lzma-4.63.ebuild,v 1.1 2009/01/19 21:19:23 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/lzma/lzma-4.63.ebuild,v 1.2 2009/01/19 21:46:21 tommy Exp $
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
@@ -22,7 +22,9 @@ S=${WORKDIR}/Java
src_unpack() {
unpack ${A}
cd "${S}" || die
- cp -i "${FILESDIR}"/build.xml . || die
+ cp "${FILESDIR}"/build.xml . || die
+ #check for upstream adding build.xml, see Request ID 2464084 (on Feature
+ #Request Tracer at http://sourceforge.net/projects/sevenzip/
}
src_install() {