diff options
author | 2007-07-22 05:08:01 +0000 | |
---|---|---|
committer | 2007-07-22 05:08:01 +0000 | |
commit | b78c4fdb8b26c8d86f180f56bee8a8f2cc56fc66 (patch) | |
tree | 4f1c365f9a5f7005a33060ad24970a9a27284b36 /x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild | |
parent | Drop virtual/x11 references. (diff) | |
download | gentoo-2-b78c4fdb8b26c8d86f180f56bee8a8f2cc56fc66.tar.gz gentoo-2-b78c4fdb8b26c8d86f180f56bee8a8f2cc56fc66.tar.bz2 gentoo-2-b78c4fdb8b26c8d86f180f56bee8a8f2cc56fc66.zip |
Drop virtual/x11 references.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild')
-rw-r--r-- | x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild b/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild index f7207edeaebe..170346891721 100644 --- a/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild +++ b/x11-plugins/wmfsm/wmfsm-0.34-r1.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/wmfsm/wmfsm-0.34-r1.ebuild,v 1.5 2006/01/24 23:19:25 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild,v 1.6 2007/07/22 05:08:01 dberkholz Exp $ inherit eutils @@ -13,17 +13,13 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~sparc amd64 ppc" -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/xproto - x11-proto/xextproto ) - virtual/x11 )" + x11-proto/xproto + x11-proto/xextproto" src_unpack() { |