diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 04:55:00 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 04:55:00 +0000 |
commit | 4842bbfe8394ee0b03873e9975a8383cfb8e8ff0 (patch) | |
tree | a76e022fd22b050647a40bdc4b9d89e9d0ae734b /x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild | |
parent | Drop virtual/x11 references. (diff) | |
download | gentoo-2-4842bbfe8394ee0b03873e9975a8383cfb8e8ff0.tar.gz gentoo-2-4842bbfe8394ee0b03873e9975a8383cfb8e8ff0.tar.bz2 gentoo-2-4842bbfe8394ee0b03873e9975a8383cfb8e8ff0.zip |
Drop virtual/x11 references.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild')
-rw-r--r-- | x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
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. |