diff options
author | Anders Rune Jensen <arj@gentoo.org> | 2004-07-30 21:31:52 +0000 |
---|---|---|
committer | Anders Rune Jensen <arj@gentoo.org> | 2004-07-30 21:31:52 +0000 |
commit | d013a9a2e74bdf4316d33f78c84b4288c1055f30 (patch) | |
tree | 079dba2a2dc5672fe86f4ba75ef81345ae559f96 /eclass | |
parent | move dev-java/qat dev-java/qat-bin (diff) | |
download | historical-d013a9a2e74bdf4316d33f78c84b4288c1055f30.tar.gz historical-d013a9a2e74bdf4316d33f78c84b4288c1055f30.tar.bz2 historical-d013a9a2e74bdf4316d33f78c84b4288c1055f30.zip |
ADD IUSE to the aspell and stardict eclass. Although repoman doesn't correctly detect this yet
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/aspell-dict.eclass | 3 | ||||
-rw-r--r-- | eclass/stardict.eclass | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/eclass/aspell-dict.eclass b/eclass/aspell-dict.eclass index 96831aaadd08..7c608d876326 100644 --- a/eclass/aspell-dict.eclass +++ b/eclass/aspell-dict.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/aspell-dict.eclass,v 1.27 2004/07/13 04:54:24 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.28 2004/07/30 21:31:52 arj Exp $ # # Author: Seemant Kulleen <seemant@gentoo.org> # @@ -21,6 +21,7 @@ DESCRIPTION="${ASPELL_LANG} language dictionary for aspell" HOMEPAGE="http://aspell.net" SRC_URI="ftp://ftp.gnu.org/gnu/aspell/dict/${SPELLANG}/${MY_P}.tar.bz2" +IUSE="" SLOT="0" KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64" diff --git a/eclass/stardict.eclass b/eclass/stardict.eclass index 383bc1e4702a..b854ea1272b8 100644 --- a/eclass/stardict.eclass +++ b/eclass/stardict.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/stardict.eclass,v 1.5 2004/06/25 00:39:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/stardict.eclass,v 1.6 2004/07/30 21:31:52 arj Exp $ # Author : Alastair Tse <liquidx@gentoo.org> # @@ -30,6 +30,7 @@ fi HOMEPAGE="http://stardict.sourceforge.net/" SRC_URI="mirror://sourceforge/stardict/${DICT_P}.tar.bz2" +IUSE="" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" |