summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2003-07-20 08:10:38 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2003-07-20 08:10:38 +0000
commit1b319fd7da550950a772a8545b8712121277c528 (patch)
tree615d498cb402e37e850caa06dadb9c904e5b6190 /eclass/aspell-dict.eclass
parentNew ebuild. The matroska toolkit. (diff)
downloadgentoo-2-1b319fd7da550950a772a8545b8712121277c528.tar.gz
gentoo-2-1b319fd7da550950a772a8545b8712121277c528.tar.bz2
gentoo-2-1b319fd7da550950a772a8545b8712121277c528.zip
Clean-up
Diffstat (limited to 'eclass/aspell-dict.eclass')
-rw-r--r--eclass/aspell-dict.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/aspell-dict.eclass b/eclass/aspell-dict.eclass
index 1678659dbea6..2a0e63fb40df 100644
--- a/eclass/aspell-dict.eclass
+++ b/eclass/aspell-dict.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.16 2003/07/18 20:11:22 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.17 2003/07/20 08:10:38 spyderous Exp $
#
# Author: Seemant Kulleen <seemant@gentoo.org>
#
@@ -13,7 +13,8 @@ INHERITED="${INHERITED} ${ECLASS}"
EXPORT_FUNCTIONS src_compile src_install
-MY_P=${PN}-${PV%.*}-${PV#*.*.}
+#MY_P=${PN}-${PV%.*}-${PV#*.*.}
+MY_P=${P%.*}-${PV##*.}
SPELLANG=${PN/aspell-/}
S=${WORKDIR}/${MY_P}
DESCRIPTION="${ASPELL_LANG} language dictionary for aspell"