diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 07:11:36 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 07:11:36 +0000 |
commit | 4bb903858f376664afc347993694c573bdf24cad (patch) | |
tree | e57f36135a0a819add2664ecbeee80a51f4ba612 /x11-apps | |
parent | Fix repoman warnings (diff) | |
download | gentoo-2-4bb903858f376664afc347993694c573bdf24cad.tar.gz gentoo-2-4bb903858f376664afc347993694c573bdf24cad.tar.bz2 gentoo-2-4bb903858f376664afc347993694c573bdf24cad.zip |
add empty IUSE entry to silence repoman
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xwd/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xwd/xwd-1.0.1.ebuild | 6 | ||||
-rw-r--r-- | x11-apps/xwd/xwd-1.0.2.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/x11-apps/xwd/ChangeLog b/x11-apps/xwd/ChangeLog index 6d3209ab9040..a0acaeb95150 100644 --- a/x11-apps/xwd/ChangeLog +++ b/x11-apps/xwd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xwd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.19 2009/05/05 06:35:50 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.20 2009/05/05 07:11:36 fauli Exp $ + + 05 May 2009; Christian Faulhammer <fauli@gentoo.org> xwd-1.0.1.ebuild, + xwd-1.0.2.ebuild: + add empty IUSE entry to silence repoman 05 May 2009; Christian Faulhammer <fauli@gentoo.org> xwd-1.0.2.ebuild: stable x86, bug 268581 diff --git a/x11-apps/xwd/xwd-1.0.1.ebuild b/x11-apps/xwd/xwd-1.0.1.ebuild index 4aecf0429939..a97ba6e08497 100644 --- a/x11-apps/xwd/xwd-1.0.1.ebuild +++ b/x11-apps/xwd/xwd-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/xwd/xwd-1.0.1.ebuild,v 1.6 2006/10/10 23:55:19 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/xwd-1.0.1.ebuild,v 1.7 2009/05/05 07:11:36 fauli Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -10,7 +10,7 @@ inherit x-modular DESCRIPTION="dump an image of an X window" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" - +IUSE="" RDEPEND="x11-libs/libXmu x11-libs/libX11" DEPEND="${RDEPEND}" diff --git a/x11-apps/xwd/xwd-1.0.2.ebuild b/x11-apps/xwd/xwd-1.0.2.ebuild index 84d86ca3d41e..1769d034c359 100644 --- a/x11-apps/xwd/xwd-1.0.2.ebuild +++ b/x11-apps/xwd/xwd-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/xwd/xwd-1.0.2.ebuild,v 1.4 2009/05/05 06:35:50 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/xwd-1.0.2.ebuild,v 1.5 2009/05/05 07:11:36 fauli Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -10,7 +10,7 @@ inherit x-modular DESCRIPTION="dump an image of an X window" KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" - +IUSE="" RDEPEND="x11-libs/libXmu x11-libs/libX11" DEPEND="${RDEPEND}" |