diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 07:01:12 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 07:01:12 +0000 |
commit | df45bf0d768770658672d2e292d632f26c2344be (patch) | |
tree | b0bea6c57dfaa3cfb9df10250e56021c48476fe8 /x11-apps/showfont | |
parent | Fix repoman warnings (diff) | |
download | gentoo-2-df45bf0d768770658672d2e292d632f26c2344be.tar.gz gentoo-2-df45bf0d768770658672d2e292d632f26c2344be.tar.bz2 gentoo-2-df45bf0d768770658672d2e292d632f26c2344be.zip |
add empty IUSE entry to silence repoman
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'x11-apps/showfont')
-rw-r--r-- | x11-apps/showfont/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/showfont/showfont-1.0.1.ebuild | 5 | ||||
-rw-r--r-- | x11-apps/showfont/showfont-1.0.2.ebuild | 3 |
3 files changed, 10 insertions, 4 deletions
diff --git a/x11-apps/showfont/ChangeLog b/x11-apps/showfont/ChangeLog index 6a646b59afb1..5592820e1332 100644 --- a/x11-apps/showfont/ChangeLog +++ b/x11-apps/showfont/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/showfont # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/ChangeLog,v 1.15 2009/05/05 06:31:15 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/ChangeLog,v 1.16 2009/05/05 07:01:12 fauli Exp $ + + 05 May 2009; Christian Faulhammer <fauli@gentoo.org> + showfont-1.0.1.ebuild, showfont-1.0.2.ebuild: + add empty IUSE entry to silence repoman 05 May 2009; Christian Faulhammer <fauli@gentoo.org> showfont-1.0.2.ebuild: diff --git a/x11-apps/showfont/showfont-1.0.1.ebuild b/x11-apps/showfont/showfont-1.0.1.ebuild index 82967d8729d0..e10a7d4ac9bb 100644 --- a/x11-apps/showfont/showfont-1.0.1.ebuild +++ b/x11-apps/showfont/showfont-1.0.1.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/showfont/showfont-1.0.1.ebuild,v 1.6 2008/01/13 09:36:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/showfont-1.0.1.ebuild,v 1.7 2009/05/05 07:01:12 fauli Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,5 +9,6 @@ inherit x-modular DESCRIPTION="font dumper for X font server" KEYWORDS="arm ~mips ~ppc ~ppc64 s390 sh ~sparc x86" +IUSE="" RDEPEND="x11-libs/libFS" DEPEND="${RDEPEND}" diff --git a/x11-apps/showfont/showfont-1.0.2.ebuild b/x11-apps/showfont/showfont-1.0.2.ebuild index 3ff9207d78fe..3d786a7f4b68 100644 --- a/x11-apps/showfont/showfont-1.0.2.ebuild +++ b/x11-apps/showfont/showfont-1.0.2.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/showfont/showfont-1.0.2.ebuild,v 1.2 2009/05/05 06:31:15 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/showfont-1.0.2.ebuild,v 1.3 2009/05/05 07:01:12 fauli Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,5 +9,6 @@ inherit x-modular DESCRIPTION="font dumper for X font server" KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +IUSE="" RDEPEND="x11-libs/libFS" DEPEND="${RDEPEND}" |