diff options
Diffstat (limited to 'x11-plugins/wmlongrun')
-rw-r--r-- | x11-plugins/wmlongrun/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild | 14 |
2 files changed, 12 insertions, 10 deletions
diff --git a/x11-plugins/wmlongrun/ChangeLog b/x11-plugins/wmlongrun/ChangeLog index a3a1963782a6..9ba237dbce1a 100644 --- a/x11-plugins/wmlongrun/ChangeLog +++ b/x11-plugins/wmlongrun/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmlongrun -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlongrun/ChangeLog,v 1.5 2006/07/17 09:55:56 s4t4n Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlongrun/ChangeLog,v 1.6 2007/07/22 04:55:00 dberkholz Exp $ + + 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; + wmlongrun-0.2.0.ebuild: + Drop virtual/x11 references. 17 Jul 2006; Michele Noberasco <s4t4n@gentoo.org> wmlongrun-0.2.0.ebuild: Fixed HOMEPAGE and SRC_URI. Closes bug #140294. diff --git a/x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild b/x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild index bbd582f3afc6..603c86c3b05d 100644 --- a/x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild +++ b/x11-plugins/wmlongrun/wmlongrun-0.2.0.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/wmlongrun/wmlongrun-0.2.0.ebuild,v 1.5 2006/07/17 09:55:56 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild,v 1.6 2007/07/22 04:55:00 dberkholz Exp $ DESCRIPTION="A dockapp to monitor LongRun on a Transmeta Crusoe processor" HOMEPAGE="http://seiichisato.jp/dockapps/" @@ -9,13 +9,11 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -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" # Since this will only work with a Crusoe processor, it's safe to assume that # the functionality is only available on x86. |