diff options
author | 2003-02-12 13:29:28 +0000 | |
---|---|---|
committer | 2003-02-12 13:29:28 +0000 | |
commit | 01ccbf472cb36e2068e28c3f8d71ba0fe5feff43 (patch) | |
tree | c7fd8cc5728460dc5f559946df9b82810c7d14f5 /app-dicts/ispell-sv | |
parent | some cleanups and keywords (diff) | |
download | gentoo-2-01ccbf472cb36e2068e28c3f8d71ba0fe5feff43.tar.gz gentoo-2-01ccbf472cb36e2068e28c3f8d71ba0fe5feff43.tar.bz2 gentoo-2-01ccbf472cb36e2068e28c3f8d71ba0fe5feff43.zip |
added architectures to testing
Diffstat (limited to 'app-dicts/ispell-sv')
-rw-r--r-- | app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild b/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild index b81136e75087..f93e465b88a5 100644 --- a/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild +++ b/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. +# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild,v 1.1 2002/12/03 07:15:39 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild,v 1.2 2003/02/12 13:29:28 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="The Swedish dictionary for ispell" @@ -8,19 +8,17 @@ SRC_URI="http://sv.speling.org/filer/${P}.tar.gz" HOMEPAGE="http://sv.speling.org" SLOT="0" -LICENSE="LGPL" -KEYWORDS="x86" +LICENSE="LGPL-2.1" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa" DEPEND="app-text/ispell" src_compile() { - # It's important that we export the TMPDIR environment variable, # so we don't commit sandbox violations export TMPDIR=/tmp emake || die unset TMPDIR - } src_install () { |