commit:     0e606993ffaec517db6ea4eccab94bb46fcc94cf
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 16:54:28 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 16:54:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e606993

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

 .../gkwebmon/{gkwebmon-0.2-r1.ebuild => gkwebmon-0.2-r2.ebuild}      | 5 +++--
 1 file 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
similarity index 84%
rename from x11-plugins/gkwebmon/gkwebmon-0.2-r1.ebuild
rename to x11-plugins/gkwebmon/gkwebmon-0.2-r2.ebuild
index d7ace5798a9..df88d14d71e 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}"

Reply via email to