diff options
author | Anders Rune Jensen <arj@gentoo.org> | 2005-04-24 13:23:04 +0000 |
---|---|---|
committer | Anders Rune Jensen <arj@gentoo.org> | 2005-04-24 13:23:04 +0000 |
commit | 5efbe718cbdb1ab347fe2d3373f7728c67011b72 (patch) | |
tree | 421f824729f204f11a83c7ddec65a8679b1e535a /eclass | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-5efbe718cbdb1ab347fe2d3373f7728c67011b72.tar.gz gentoo-2-5efbe718cbdb1ab347fe2d3373f7728c67011b72.tar.bz2 gentoo-2-5efbe718cbdb1ab347fe2d3373f7728c67011b72.zip |
freedict works on amd64
Diffstat (limited to '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 5a435ac63dff..61faafce30c1 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.8 2004/09/15 23:10:21 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/freedict.eclass,v 1.9 2005/04/24 13:23:04 arj 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 ~ppc ~sparc ~alpha ~mips ~hppa" +KEYWORDS="x86 ~amd64 ~ppc ~sparc ~alpha ~mips ~hppa" DEPEND="app-text/dictd" |