diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-17 08:03:01 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-17 08:03:01 +0000 |
commit | 28b29f08953662216b5621e96a11041b743cf2ae (patch) | |
tree | fe733062cad88f262f06b12f95ff84b6ed2946ea /x11-misc/tkhylafax | |
parent | added ~amd64 keywords. (Manifest recommit) (diff) | |
download | gentoo-2-28b29f08953662216b5621e96a11041b743cf2ae.tar.gz gentoo-2-28b29f08953662216b5621e96a11041b743cf2ae.tar.bz2 gentoo-2-28b29f08953662216b5621e96a11041b743cf2ae.zip |
header fix; mips, hppa and arm needs deps first
Diffstat (limited to 'x11-misc/tkhylafax')
-rw-r--r-- | x11-misc/tkhylafax/tkhylafax-3.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/tkhylafax/tkhylafax-3.2.ebuild b/x11-misc/tkhylafax/tkhylafax-3.2.ebuild index 67f50d68e4b9..5a9e782b4202 100644 --- a/x11-misc/tkhylafax/tkhylafax-3.2.ebuild +++ b/x11-misc/tkhylafax/tkhylafax-3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/tkhylafax/tkhylafax-3.2.ebuild,v 1.2 2003/11/14 21:28:35 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tkhylafax/tkhylafax-3.2.ebuild,v 1.3 2004/02/17 08:03:01 mr_bones_ Exp $ # This is a new ebuild for the tkHylafax client. This code has barely been # touched in several years, but it works well enough, and is the only @@ -15,7 +15,7 @@ SRC_URI="ftp://ftp.hylafax.org/contrib/tkhylafax/${P}.tar.gz" SLOT="0" LICENSE="freedist" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" +KEYWORDS="x86 ~ppc ~sparc ~alpha" DEPEND="dev-lang/tk" |