summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2017-03-26 12:54:28 -0400
committerMichael Orlitzky <mjo@gentoo.org>2017-03-26 12:54:28 -0400
commit0e606993ffaec517db6ea4eccab94bb46fcc94cf (patch)
tree01ad9662885db31138932d23b5ce7385d2095084 /x11-plugins
parentx11-plugins/pidgin-indicator: remove unused version 0.9. (diff)
downloadgentoo-0e606993ffaec517db6ea4eccab94bb46fcc94cf.tar.gz
gentoo-0e606993ffaec517db6ea4eccab94bb46fcc94cf.tar.bz2
gentoo-0e606993ffaec517db6ea4eccab94bb46fcc94cf.zip
x11-plugins/gkwebmon: new revision to fix missing USE dependency.
This package requires app-admin/gkrellm to be built with "X" support. Now it will be. Gentoo-Bug: 613670 Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkwebmon/gkwebmon-0.2-r2.ebuild (renamed from x11-plugins/gkwebmon/gkwebmon-0.2-r1.ebuild)5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-plugins/gkwebmon/gkwebmon-0.2-r1.ebuild b/x11-plugins/gkwebmon/gkwebmon-0.2-r2.ebuild
index d7ace5798a96..df88d14d71ea 100644
--- a/x11-plugins/gkwebmon/gkwebmon-0.2-r1.ebuild
+++ b/x11-plugins/gkwebmon/gkwebmon-0.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,7 +15,8 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE=""
# The Makefile links with -lssl.
-COMMON_DEPEND="dev-libs/openssl:0"
+COMMON_DEPEND="app-admin/gkrellm[X]
+ dev-libs/openssl:0"
DEPEND+=" ${COMMON_DEPEND}"
RDEPEND+=" ${COMMON_DEPEND}"