diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 07:24:07 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 07:24:07 +0000 |
commit | b20ccfb6e58dbb1d58f00fc7c73616c20cda0abb (patch) | |
tree | d250150b674b53c405da9240f568bf67ab1a4d17 /x11-apps/appres | |
parent | Fix repoman warnings (diff) | |
download | gentoo-2-b20ccfb6e58dbb1d58f00fc7c73616c20cda0abb.tar.gz gentoo-2-b20ccfb6e58dbb1d58f00fc7c73616c20cda0abb.tar.bz2 gentoo-2-b20ccfb6e58dbb1d58f00fc7c73616c20cda0abb.zip |
add empty IUSE entry to silence repoman
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'x11-apps/appres')
-rw-r--r-- | x11-apps/appres/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/appres/appres-1.0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-apps/appres/ChangeLog b/x11-apps/appres/ChangeLog index f84817de74fb..433e50f61b34 100644 --- a/x11-apps/appres/ChangeLog +++ b/x11-apps/appres/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/appres -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/appres/ChangeLog,v 1.35 2007/10/09 09:12:54 dberkholz Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/appres/ChangeLog,v 1.36 2009/05/05 07:24:07 fauli Exp $ + + 05 May 2009; Christian Faulhammer <fauli@gentoo.org> appres-1.0.1.ebuild: + add empty IUSE entry to silence repoman 09 Oct 2007; Donnie Berkholz <dberkholz@gentoo.org>; -appres-1.0.0.ebuild: Drop old ebuilds. diff --git a/x11-apps/appres/appres-1.0.1.ebuild b/x11-apps/appres/appres-1.0.1.ebuild index 63a1c0d94620..804f5acbbfbd 100644 --- a/x11-apps/appres/appres-1.0.1.ebuild +++ b/x11-apps/appres/appres-1.0.1.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/appres/appres-1.0.1.ebuild,v 1.12 2007/08/07 13:21:25 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/appres/appres-1.0.1.ebuild,v 1.13 2009/05/05 07:24:07 fauli Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -10,7 +10,7 @@ inherit x-modular DESCRIPTION="list X application resource database" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" - +IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXt" DEPEND="${RDEPEND}" |