diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 07:00:05 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 07:00:05 +0000 |
commit | d644d57d1b4f54804e8a0968672f236ae4a6445f (patch) | |
tree | 4bc5ce3eecdac8ec6de685465a3af2e064138c1b /x11-apps/fonttosfnt | |
parent | add empty IUSE entry to silence repoman (diff) | |
download | gentoo-2-d644d57d1b4f54804e8a0968672f236ae4a6445f.tar.gz gentoo-2-d644d57d1b4f54804e8a0968672f236ae4a6445f.tar.bz2 gentoo-2-d644d57d1b4f54804e8a0968672f236ae4a6445f.zip |
add empty IUSE entry to silence repoman
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'x11-apps/fonttosfnt')
-rw-r--r-- | x11-apps/fonttosfnt/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/fonttosfnt/fonttosfnt-1.0.3.ebuild | 5 | ||||
-rw-r--r-- | x11-apps/fonttosfnt/fonttosfnt-1.0.4.ebuild | 3 |
3 files changed, 10 insertions, 4 deletions
diff --git a/x11-apps/fonttosfnt/ChangeLog b/x11-apps/fonttosfnt/ChangeLog index 6cc853565b2d..fb108696db33 100644 --- a/x11-apps/fonttosfnt/ChangeLog +++ b/x11-apps/fonttosfnt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/fonttosfnt # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/fonttosfnt/ChangeLog,v 1.19 2009/05/05 06:30:05 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fonttosfnt/ChangeLog,v 1.20 2009/05/05 07:00:05 fauli Exp $ + + 05 May 2009; Christian Faulhammer <fauli@gentoo.org> + fonttosfnt-1.0.3.ebuild, fonttosfnt-1.0.4.ebuild: + add empty IUSE entry to silence repoman 05 May 2009; Christian Faulhammer <fauli@gentoo.org> fonttosfnt-1.0.4.ebuild: diff --git a/x11-apps/fonttosfnt/fonttosfnt-1.0.3.ebuild b/x11-apps/fonttosfnt/fonttosfnt-1.0.3.ebuild index ceb115a5fa6d..8465bf74023f 100644 --- a/x11-apps/fonttosfnt/fonttosfnt-1.0.3.ebuild +++ b/x11-apps/fonttosfnt/fonttosfnt-1.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/fonttosfnt/fonttosfnt-1.0.3.ebuild,v 1.4 2008/03/24 13:56:30 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fonttosfnt/fonttosfnt-1.0.3.ebuild,v 1.5 2009/05/05 07:00:05 fauli Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,6 +9,7 @@ inherit x-modular DESCRIPTION="X.Org fonttosfnt application" KEYWORDS="amd64 arm ~mips ~ppc ~ppc64 s390 sh ~sparc x86" +IUSE="" RDEPEND="x11-libs/libX11 =media-libs/freetype-2* x11-libs/libfontenc" diff --git a/x11-apps/fonttosfnt/fonttosfnt-1.0.4.ebuild b/x11-apps/fonttosfnt/fonttosfnt-1.0.4.ebuild index d9df94b96fab..7c3794e9bdcd 100644 --- a/x11-apps/fonttosfnt/fonttosfnt-1.0.4.ebuild +++ b/x11-apps/fonttosfnt/fonttosfnt-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.2 2009/05/05 06:30:05 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fonttosfnt/fonttosfnt-1.0.4.ebuild,v 1.3 2009/05/05 07:00:05 fauli Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,6 +9,7 @@ inherit x-modular DESCRIPTION="X.Org fonttosfnt application" KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +IUSE="" RDEPEND="x11-libs/libX11 =media-libs/freetype-2* x11-libs/libfontenc" |