diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 05:26:35 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 05:26:35 +0000 |
commit | 7c6ed7a3bbb9fdc173d880abc2d3cd14a3a3b981 (patch) | |
tree | 6c02277234cb9e78ce2b57cfcf09e37e849cc86f /x11-plugins/wmappl | |
parent | Drop virtual/x11 references. (diff) | |
download | gentoo-2-7c6ed7a3bbb9fdc173d880abc2d3cd14a3a3b981.tar.gz gentoo-2-7c6ed7a3bbb9fdc173d880abc2d3cd14a3a3b981.tar.bz2 gentoo-2-7c6ed7a3bbb9fdc173d880abc2d3cd14a3a3b981.zip |
Drop virtual/x11 references.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'x11-plugins/wmappl')
-rw-r--r-- | x11-plugins/wmappl/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmappl/wmappl-0.71.ebuild | 16 |
2 files changed, 11 insertions, 10 deletions
diff --git a/x11-plugins/wmappl/ChangeLog b/x11-plugins/wmappl/ChangeLog index 0936e8fbe551..6f9c495c4cf3 100644 --- a/x11-plugins/wmappl/ChangeLog +++ b/x11-plugins/wmappl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmappl # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappl/ChangeLog,v 1.13 2007/02/06 01:55:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappl/ChangeLog,v 1.14 2007/07/22 05:26:35 dberkholz Exp $ + + 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; wmappl-0.71.ebuild: + Drop virtual/x11 references. 06 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/x11-plugins/wmappl/wmappl-0.71.ebuild b/x11-plugins/wmappl/wmappl-0.71.ebuild index 819e423387a3..608188c6a5a1 100644 --- a/x11-plugins/wmappl/wmappl-0.71.ebuild +++ b/x11-plugins/wmappl/wmappl-0.71.ebuild @@ -1,20 +1,18 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappl/wmappl-0.71.ebuild,v 1.6 2006/01/22 13:33:36 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappl/wmappl-0.71.ebuild,v 1.7 2007/07/22 05:26:35 dberkholz Exp $ IUSE="" DESCRIPTION="Simple application launcher for the Window Maker dock." SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://wmappl.sourceforge.net/" -RDEPEND="|| ( ( - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXt - x11-libs/libXpm ) - virtual/x11 )" +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-libs/libXpm" DEPEND="${RDEPEND} - || ( x11-proto/xextproto virtual/x11 )" + x11-proto/xextproto" LICENSE="GPL-2" SLOT="0" |