diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-05-27 17:35:11 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-05-27 17:35:11 +0000 |
commit | fae9c9317ba9690208c6e201ea52066d9e48ad79 (patch) | |
tree | af5ebdb08e19c37522b13281722ac981c446fee5 /eclass/freedict.eclass | |
parent | Added ~alpha keyword wrt Bug #103966. (diff) | |
download | gentoo-2-fae9c9317ba9690208c6e201ea52066d9e48ad79.tar.gz gentoo-2-fae9c9317ba9690208c6e201ea52066d9e48ad79.tar.bz2 gentoo-2-fae9c9317ba9690208c6e201ea52066d9e48ad79.zip |
Stable freedict on alpha.
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 553cee8122a7..2fecb7669259 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.13 2005/07/11 15:08:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/freedict.eclass,v 1.14 2006/05/27 17:35:11 kloeri Exp $ # Author: Seemant Kulleen <seemant@gentoo.org> # This eclass exists to ease the installation of freedict translation @@ -21,7 +21,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" |