diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-20 02:52:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-20 02:52:11 +0000 |
commit | f0239dbc0ea998ab0b06f9c7581ff599be1c92f7 (patch) | |
tree | 39e1bdd9b9ba3c7b8bee4f0c64fe0f366e59171e /x11-apps | |
parent | m68k love (diff) | |
download | gentoo-2-f0239dbc0ea998ab0b06f9c7581ff599be1c92f7.tar.gz gentoo-2-f0239dbc0ea998ab0b06f9c7581ff599be1c92f7.tar.bz2 gentoo-2-f0239dbc0ea998ab0b06f9c7581ff599be1c92f7.zip |
m68k love
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/bdftopcf/bdftopcf-1.0.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-apps/bdftopcf/bdftopcf-1.0.0.ebuild b/x11-apps/bdftopcf/bdftopcf-1.0.0.ebuild index a27feeed5424..a822a5c33c03 100644 --- a/x11-apps/bdftopcf/bdftopcf-1.0.0.ebuild +++ b/x11-apps/bdftopcf/bdftopcf-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/bdftopcf/bdftopcf-1.0.0.ebuild,v 1.5 2006/03/09 14:01:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/bdftopcf/bdftopcf-1.0.0.ebuild,v 1.6 2006/03/20 02:52:11 vapier Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,6 +8,8 @@ inherit x-modular DESCRIPTION="X.Org bdftopcf application" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + RDEPEND="x11-libs/libXfont" DEPEND="${RDEPEND}" |