From 7267709846929383644d42387b2300ed3d5daf96 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Thu, 17 Dec 2009 10:49:53 +0000 Subject: Don't quote A Package-Manager: portage-2.2_rc59/cvs/Linux x86_64 --- app-office/borg/borg-1.5.2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app-office/borg') 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 -- cgit v1.2.3-65-gdbad