diff options
author | Jim Ramsay <lack@gentoo.org> | 2009-05-28 19:44:06 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2009-05-28 19:44:06 +0000 |
commit | 0e1fa3bf2598d689ebb1a94fad8ea0c3696c2d83 (patch) | |
tree | 93f125c0c54242b723ac9b3ffe6aa8680a9310ce /x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild | |
parent | amd64 stable, bug 271115 (diff) | |
download | gentoo-2-0e1fa3bf2598d689ebb1a94fad8ea0c3696c2d83.tar.gz gentoo-2-0e1fa3bf2598d689ebb1a94fad8ea0c3696c2d83.tar.bz2 gentoo-2-0e1fa3bf2598d689ebb1a94fad8ea0c3696c2d83.zip |
Fixed dependency so install with USE=-X doesn't fail (Now requires app-admin/gkrellm[X=])
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild')
-rw-r--r-- | x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild b/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild index 5d8919a304eb..541b858a0136 100644 --- a/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild +++ b/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild,v 1.1 2008/04/26 22:46:43 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild,v 1.2 2009/05/28 19:44:06 lack Exp $ +EAPI=2 inherit gkrellm-plugin DESCRIPTION="a GKrellM2 plugin which displays the top three processes" @@ -18,11 +19,12 @@ PLUGIN_SO=gkrelltop.so S="${WORKDIR}/${P}.orig" -DEPEND="=dev-libs/glib-2* +RDEPEND="=app-admin/gkrellm-2*[X=]" +DEPEND="${RDEPEND} + =dev-libs/glib-2* X? ( =x11-libs/gtk+-2* )" src_compile() { - econf use X || TARGET="server" emake ${TARGET} } |