summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2009-05-28 19:44:06 +0000
committerJim Ramsay <lack@gentoo.org>2009-05-28 19:44:06 +0000
commit0e1fa3bf2598d689ebb1a94fad8ea0c3696c2d83 (patch)
tree93f125c0c54242b723ac9b3ffe6aa8680a9310ce /x11-plugins/gkrelltop
parentamd64 stable, bug 271115 (diff)
downloadgentoo-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')
-rw-r--r--x11-plugins/gkrelltop/ChangeLog8
-rw-r--r--x11-plugins/gkrelltop/gkrelltop-2.2.11.ebuild10
2 files changed, 12 insertions, 6 deletions
diff --git a/x11-plugins/gkrelltop/ChangeLog b/x11-plugins/gkrelltop/ChangeLog
index 56ebf0f5c731..075d9536d62d 100644
--- a/x11-plugins/gkrelltop/ChangeLog
+++ b/x11-plugins/gkrelltop/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/gkrelltop
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/ChangeLog,v 1.26 2008/04/26 22:46:43 lack Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/ChangeLog,v 1.27 2009/05/28 19:44:06 lack Exp $
+
+ 28 May 2009; Jim Ramsay <lack@gentoo.org> gkrelltop-2.2.11.ebuild:
+ Fixed dependency so install with USE=-X doesn't fail (Now requires
+ app-admin/gkrellm[X=])
*gkrelltop-2.2.11 (26 Apr 2008)
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}
}