diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-12-01 01:47:45 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-12-01 01:47:45 +0000 |
commit | 1e7724cba5a77eee010b18fcf4bc6badfbf39137 (patch) | |
tree | 0bbd14caa0008d15810df0ff570d94954842b126 /app-dicts/aspell-sr/aspell-sr-0.60.ebuild | |
parent | Remove old versions. (diff) | |
download | historical-1e7724cba5a77eee010b18fcf4bc6badfbf39137.tar.gz historical-1e7724cba5a77eee010b18fcf4bc6badfbf39137.tar.bz2 historical-1e7724cba5a77eee010b18fcf4bc6badfbf39137.zip |
KEYWORDS assignment moved from aspell-dict.eclass to ebuilds - bug #132718
Package-Manager: portage-2.1.2_rc2-r1
Diffstat (limited to 'app-dicts/aspell-sr/aspell-sr-0.60.ebuild')
-rw-r--r-- | app-dicts/aspell-sr/aspell-sr-0.60.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-dicts/aspell-sr/aspell-sr-0.60.ebuild b/app-dicts/aspell-sr/aspell-sr-0.60.ebuild index ac01dc53d6a3..69570ec4c1f7 100644 --- a/app-dicts/aspell-sr/aspell-sr-0.60.ebuild +++ b/app-dicts/aspell-sr/aspell-sr-0.60.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-sr/aspell-sr-0.60.ebuild,v 1.1 2006/02/05 22:14:31 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-sr/aspell-sr-0.60.ebuild,v 1.2 2006/12/01 01:45:47 kevquinn Exp $ ASPELL_LANG="Serbian" ASPOSTFIX="6" @@ -8,6 +8,9 @@ ASPOSTFIX="6" inherit aspell-dict LICENSE="GPL-2" + +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" + FILENAME="aspell6-sr-0.02" SRC_URI="http://srpski.org/aspell/${FILENAME}.tar.bz2" S=${WORKDIR}/${FILENAME} |