summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-12-17 10:49:53 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-12-17 10:49:53 +0000
commit7267709846929383644d42387b2300ed3d5daf96 (patch)
tree854d7826e65da1e769db1bba6dde330a102dfc7e /app-office/borg
parentold, with repoman issues (diff)
downloadhistorical-7267709846929383644d42387b2300ed3d5daf96.tar.gz
historical-7267709846929383644d42387b2300ed3d5daf96.tar.bz2
historical-7267709846929383644d42387b2300ed3d5daf96.zip
Don't quote A
Package-Manager: portage-2.2_rc59/cvs/Linux x86_64
Diffstat (limited to 'app-office/borg')
-rw-r--r--app-office/borg/borg-1.5.2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-office/borg/borg-1.5.2.ebuild b/app-office/borg/borg-1.5.2.ebuild
index 7bb48411193b..fd2f236a6dea 100644
--- a/app-office/borg/borg-1.5.2.ebuild
+++ b/app-office/borg/borg-1.5.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/borg/borg-1.5.2.ebuild,v 1.3 2007/10/20 11:51:11 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/borg/borg-1.5.2.ebuild,v 1.4 2009/12/17 10:49:53 ssuominen Exp $
inherit versionator java-pkg-2 java-ant-2
@@ -26,10 +26,10 @@ DEPEND=">=virtual/jdk-1.4
RDEPEND=">=virtual/jre-1.4
${COMMON_DEP}"
-S="${WORKDIR}/${MY_PN}"
+S=${WORKDIR}/${MY_PN}
src_unpack() {
- unpack "${A}"
+ unpack ${A}
cd "${S}"
# Upstream is dead and we already have dev-java/jcalendar
# but it's not the same thing