diff options
-rw-r--r-- | x11-plugins/wmfire/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild | 14 |
2 files changed, 11 insertions, 9 deletions
diff --git a/x11-plugins/wmfire/ChangeLog b/x11-plugins/wmfire/ChangeLog index 605b42b8331e..e8cea169f7b4 100644 --- a/x11-plugins/wmfire/ChangeLog +++ b/x11-plugins/wmfire/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmfire # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/ChangeLog,v 1.8 2007/02/06 02:01:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/ChangeLog,v 1.9 2007/07/22 05:09:22 dberkholz Exp $ + + 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; + wmfire-0.0.3.9_pre4.ebuild: + Drop virtual/x11 references. 06 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild b/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild index 65ae8d015b35..19b60ad0ff8f 100644 --- a/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild +++ b/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild @@ -1,6 +1,6 @@ -# 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/wmfire/wmfire-0.0.3.9_pre4.ebuild,v 1.10 2006/01/24 23:15:49 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild,v 1.11 2007/07/22 05:09:22 dberkholz Exp $ IUSE="" @@ -11,13 +11,11 @@ DESCRIPTION="WindowMaker dockapp that displays cpu usage as a dancing flame" SRC_URI="http://staff.xmms.org/zinx/misc/${MY_P}.tar.gz" HOMEPAGE="http://staff.xmms.org/zinx/misc" -RDEPEND="|| ( ( - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm ) - virtual/x11 )" +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm" DEPEND="${RDEPEND} - || ( x11-proto/xextproto virtual/x11 )" + x11-proto/xextproto" SLOT="0" LICENSE="GPL-2" |