diff options
author | 2009-05-05 07:26:54 +0000 | |
---|---|---|
committer | 2009-05-05 07:26:54 +0000 | |
commit | 64c576abbacd04fe8ad88ab2b6d6ea979ad2ab5f (patch) | |
tree | cca5a037f7cd114ff7acbad7210124b3f4fb69d0 /x11-apps/mkfontdir | |
parent | Version bump (diff) | |
download | historical-64c576abbacd04fe8ad88ab2b6d6ea979ad2ab5f.tar.gz historical-64c576abbacd04fe8ad88ab2b6d6ea979ad2ab5f.tar.bz2 historical-64c576abbacd04fe8ad88ab2b6d6ea979ad2ab5f.zip |
add empty IUSE entry to silence repoman
Package-Manager: portage-2.1.6.11/cvs/Linux i686
Diffstat (limited to 'x11-apps/mkfontdir')
-rw-r--r-- | x11-apps/mkfontdir/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/mkfontdir/mkfontdir-1.0.3.ebuild | 6 | ||||
-rw-r--r-- | x11-apps/mkfontdir/mkfontdir-1.0.4.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/x11-apps/mkfontdir/ChangeLog b/x11-apps/mkfontdir/ChangeLog index 033441b7aa96..92d95fe80bdf 100644 --- a/x11-apps/mkfontdir/ChangeLog +++ b/x11-apps/mkfontdir/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/mkfontdir # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontdir/ChangeLog,v 1.42 2009/05/05 06:42:19 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontdir/ChangeLog,v 1.43 2009/05/05 07:20:02 fauli Exp $ + + 05 May 2009; Christian Faulhammer <fauli@gentoo.org> + mkfontdir-1.0.3.ebuild, mkfontdir-1.0.4.ebuild: + add empty IUSE entry to silence repoman 05 May 2009; Christian Faulhammer <fauli@gentoo.org> mkfontdir-1.0.4.ebuild: diff --git a/x11-apps/mkfontdir/mkfontdir-1.0.3.ebuild b/x11-apps/mkfontdir/mkfontdir-1.0.3.ebuild index 25a41a72051b..ef848dfd3c97 100644 --- a/x11-apps/mkfontdir/mkfontdir-1.0.3.ebuild +++ b/x11-apps/mkfontdir/mkfontdir-1.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/mkfontdir/mkfontdir-1.0.3.ebuild,v 1.11 2007/08/07 13:23:42 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontdir/mkfontdir-1.0.3.ebuild,v 1.12 2009/05/05 07:20:02 fauli Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -10,6 +10,6 @@ inherit x-modular DESCRIPTION="create an index of X font files in a directory" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" - +IUSE="" RDEPEND="x11-apps/mkfontscale" DEPEND="${RDEPEND}" diff --git a/x11-apps/mkfontdir/mkfontdir-1.0.4.ebuild b/x11-apps/mkfontdir/mkfontdir-1.0.4.ebuild index 666ddfa78490..d3be72106d20 100644 --- a/x11-apps/mkfontdir/mkfontdir-1.0.4.ebuild +++ b/x11-apps/mkfontdir/mkfontdir-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/mkfontdir/mkfontdir-1.0.4.ebuild,v 1.3 2009/05/05 06:42:19 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontdir/mkfontdir-1.0.4.ebuild,v 1.4 2009/05/05 07:20:02 fauli Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -10,6 +10,6 @@ inherit x-modular DESCRIPTION="create an index of X font files in a directory" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" - +IUSE="" RDEPEND="x11-apps/mkfontscale" DEPEND="${RDEPEND}" |