diff options
author | Sven Wegener <swegener@gentoo.org> | 2006-10-22 21:19:46 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2006-10-22 21:19:46 +0000 |
commit | fab3464d0718ed28c0f2dcb697f681d5284bd14c (patch) | |
tree | 3412e526cbb133031e3fe4c474adf84488e10e53 /x11-misc/wmctrl/wmctrl-1.07.ebuild | |
parent | Added Jurek Bartuszek <jurek@gentoo.org> to dev-dotnet/mono-fuse metadata.xml (diff) | |
download | historical-fab3464d0718ed28c0f2dcb697f681d5284bd14c.tar.gz historical-fab3464d0718ed28c0f2dcb697f681d5284bd14c.tar.bz2 historical-fab3464d0718ed28c0f2dcb697f681d5284bd14c.zip |
Move glib into RDEPEND and DEPEND.
Package-Manager: portage-2.1.2_pre3-r6
Diffstat (limited to 'x11-misc/wmctrl/wmctrl-1.07.ebuild')
-rw-r--r-- | x11-misc/wmctrl/wmctrl-1.07.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/wmctrl/wmctrl-1.07.ebuild b/x11-misc/wmctrl/wmctrl-1.07.ebuild index aceb6b0e4ee1..a22bc248a1f6 100644 --- a/x11-misc/wmctrl/wmctrl-1.07.ebuild +++ b/x11-misc/wmctrl/wmctrl-1.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmctrl/wmctrl-1.07.ebuild,v 1.5 2006/02/11 11:25:51 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmctrl/wmctrl-1.07.ebuild,v 1.6 2006/10/22 21:19:46 swegener Exp $ DESCRIPTION="command line tool to interact with an EWMH/NetWM compatible X Window Manager" HOMEPAGE="http://sweb.cz/tripie/utils/wmctrl/" @@ -15,10 +15,10 @@ RDEPEND="|| ( ( x11-libs/libX11 x11-libs/libXt x11-libs/libXmu ) - virtual/x11 )" -DEPEND="${RDEPEND} - || ( x11-proto/xproto virtual/x11 ) + virtual/x11 ) >=dev-libs/glib-2" +DEPEND="${RDEPEND} + || ( x11-proto/xproto virtual/x11 )" src_install () { make DESTDIR=${D} install || die |