diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2008-06-06 21:27:43 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2008-06-06 21:27:43 +0000 |
commit | 248486c888cddcf75531c5ce38c0422e6de01b76 (patch) | |
tree | 1a658de3c1144b6fccafdd248dccc2a995b6209e /x11-apps/fonttosfnt/fonttosfnt-1.0.4.ebuild | |
parent | Small changes. (diff) | |
download | gentoo-2-248486c888cddcf75531c5ce38c0422e6de01b76.tar.gz gentoo-2-248486c888cddcf75531c5ce38c0422e6de01b76.tar.bz2 gentoo-2-248486c888cddcf75531c5ce38c0422e6de01b76.zip |
Bump.
(Portage version: 2.1.5.2)
Diffstat (limited to 'x11-apps/fonttosfnt/fonttosfnt-1.0.4.ebuild')
-rw-r--r-- | x11-apps/fonttosfnt/fonttosfnt-1.0.4.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/fonttosfnt/fonttosfnt-1.0.4.ebuild b/x11-apps/fonttosfnt/fonttosfnt-1.0.4.ebuild new file mode 100644 index 000000000000..d964a988ab67 --- /dev/null +++ b/x11-apps/fonttosfnt/fonttosfnt-1.0.4.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fonttosfnt/fonttosfnt-1.0.4.ebuild,v 1.1 2008/06/06 21:27:43 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org fonttosfnt application" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +RDEPEND="x11-libs/libX11 + =media-libs/freetype-2* + x11-libs/libfontenc" +DEPEND="${RDEPEND}" |