From 67211e635c558f691b967260b97fa209651e6f1c Mon Sep 17 00:00:00 2001 From: "Kevin F. Quinn" Date: Fri, 1 Dec 2006 01:24:53 +0000 Subject: KEYWORDS assignment moved from aspell-dict.eclass to ebuilds - bug #132718 (Portage version: 2.1.2_rc2-r1) --- app-dicts/aspell-be/aspell-be-0.01-r1.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'app-dicts/aspell-be/aspell-be-0.01-r1.ebuild') diff --git a/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild b/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild index 753584ac5702..88fb71f02cba 100644 --- a/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild +++ b/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild @@ -1,18 +1,20 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild,v 1.1 2006/08/05 18:28:50 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-be/aspell-be-0.01-r1.ebuild,v 1.2 2006/12/01 01:24:53 kevquinn Exp $ ASPELL_LANG="Belarusian" + inherit aspell-dict -HOMEPAGE="http://www.aspell.net" +LICENSE="GPL-2" + +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" + SRC_URI="ftp://ftp.gnu.org/gnu/aspell/dict/be/aspell5-be-${PV}.tar.bz2" IUSE="classic" S="${WORKDIR}/aspell5-be-${PV}" -LICENSE="GPL-2" - src_unpack() { unpack ${A} use classic || epatch ${FILESDIR}/aspell5-be-${PV}-official.patch -- cgit v1.2.3-65-gdbad