summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-02-25 15:41:43 +0000
committerAlin Năstac <mrness@gentoo.org>2006-02-25 15:41:43 +0000
commit8f570f1bb5e3c8ed90a226e97aa7771132216056 (patch)
treeea2fd6baec82a9e025b52888541751ad12d23f08 /app-mobilephone
parentMissing crypt in ISUE, removing post_rm, since Portage is fixed. (diff)
downloadgentoo-2-8f570f1bb5e3c8ed90a226e97aa7771132216056.tar.gz
gentoo-2-8f570f1bb5e3c8ed90a226e97aa7771132216056.tar.bz2
gentoo-2-8f570f1bb5e3c8ed90a226e97aa7771132216056.zip
quote variables
(Portage version: 2.0.54)
Diffstat (limited to 'app-mobilephone')
-rw-r--r--app-mobilephone/x70talk/x70talk-0.1.4-r1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-mobilephone/x70talk/x70talk-0.1.4-r1.ebuild b/app-mobilephone/x70talk/x70talk-0.1.4-r1.ebuild
index e8e9a33f7fde..45a3a4e7d55b 100644
--- a/app-mobilephone/x70talk/x70talk-0.1.4-r1.ebuild
+++ b/app-mobilephone/x70talk/x70talk-0.1.4-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/x70talk/x70talk-0.1.4-r1.ebuild,v 1.3 2005/10/10 19:28:34 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/x70talk/x70talk-0.1.4-r1.ebuild,v 1.4 2006/02/25 15:41:43 mrness Exp $
inherit eutils
@@ -10,17 +10,17 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc"
+KEYWORDS="ppc x86"
IUSE=""
DEPEND="net-wireless/bluez-libs"
-S=${WORKDIR}/${PN}
+S="${WORKDIR}/${PN}"
src_unpack() {
unpack ${A}
- epatch ${FILESDIR}/${PN}-correct-month.diff
+ epatch "${FILESDIR}/${PN}-correct-month.diff"
}
src_install() {