diff options
author | Joseph Jezak <josejx@gentoo.org> | 2005-06-28 19:51:41 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2005-06-28 19:51:41 +0000 |
commit | 90ca9227b335be455a9a4bf06784a1bd68512750 (patch) | |
tree | 1d5847abf1e178c194885e21d88c57ed1381a759 /eclass/freedict.eclass | |
parent | Calltree isn't in portage anymore, remove dep (I don't think it will work wit... (diff) | |
download | historical-90ca9227b335be455a9a4bf06784a1bd68512750.tar.gz historical-90ca9227b335be455a9a4bf06784a1bd68512750.tar.bz2 historical-90ca9227b335be455a9a4bf06784a1bd68512750.zip |
Marked ppc stable for bug #97332.
Diffstat (limited to 'eclass/freedict.eclass')
-rw-r--r-- | eclass/freedict.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/freedict.eclass b/eclass/freedict.eclass index 61faafce30c1..64a2ba6d8281 100644 --- a/eclass/freedict.eclass +++ b/eclass/freedict.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/freedict.eclass,v 1.9 2005/04/24 13:23:04 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/freedict.eclass,v 1.10 2005/06/28 19:51:41 josejx Exp $ # Author: Seemant Kulleen <seemant@gentoo.org> # This eclass exists to ease the installation of freedict translation @@ -24,7 +24,7 @@ SRC_URI="http://freedict.sourceforge.net/download/linux/${MY_P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~amd64 ~ppc ~sparc ~alpha ~mips ~hppa" +KEYWORDS="x86 ~amd64 ppc ~sparc ~alpha ~mips ~hppa" DEPEND="app-text/dictd" |