summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-09-15 09:01:14 +0000
committerMamoru Komachi <usata@gentoo.org>2004-09-15 09:01:14 +0000
commit645803afe1934fc3fd7200cd6a53f8eb62225db1 (patch)
tree41510e38c5a07c3255131d40c49bd5c5850c2964 /eclass/iiimf.eclass
parentVersion bumped; bug #63624. (diff)
downloadhistorical-645803afe1934fc3fd7200cd6a53f8eb62225db1.tar.gz
historical-645803afe1934fc3fd7200cd6a53f8eb62225db1.tar.bz2
historical-645803afe1934fc3fd7200cd6a53f8eb62225db1.zip
Removed trailing '}' from S.
Diffstat (limited to 'eclass/iiimf.eclass')
-rw-r--r--eclass/iiimf.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/iiimf.eclass b/eclass/iiimf.eclass
index 766f0a30d3f0..efddbbdcbcbe 100644
--- a/eclass/iiimf.eclass
+++ b/eclass/iiimf.eclass
@@ -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/eclass/iiimf.eclass,v 1.8 2004/09/14 10:56:17 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/iiimf.eclass,v 1.9 2004/09/15 09:01:14 usata Exp $
#
# Author: Mamoru KOMACHI <usata@gentoo.org>
#
@@ -16,7 +16,7 @@ IMSDK_PV="r${PV//./_}"
MY_PV="${IMSDK_PV/_pre/-svn}"
MY_PV="${MY_PV/_p/-svn}"
IMSDK_P="im-sdk-src-${MY_PV}"
-IMSDK="${IMSDK_P/-src/}}"
+IMSDK="${IMSDK_P/-src/}"
DESCRIPTION="Based on the $ECLASS eclass"
HOMEPAGE="http://www.openi18n.org/subgroups/im/IIIMF/"