x11-plugins/gkwebmon: new revision to fix missing USE dependency.
authorMichael Orlitzky <mjo@gentoo.org>
Sun, 26 Mar 2017 16:54:28 +0000 (12:54 -0400)
committerMichael Orlitzky <mjo@gentoo.org>
Sun, 26 Mar 2017 16:54:28 +0000 (12:54 -0400)
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

x11-plugins/gkwebmon/gkwebmon-0.2-r2.ebuild [moved from x11-plugins/gkwebmon/gkwebmon-0.2-r1.ebuild with 84% similarity]

similarity index 84%
rename from x11-plugins/gkwebmon/gkwebmon-0.2-r1.ebuild
rename to x11-plugins/gkwebmon/gkwebmon-0.2-r2.ebuild
index d7ace5798a96b0682e9dbc225e83eb6847e631a6..df88d14d71eaa207c538406b991052c2ba0782a9 100644 (file)
@@ -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}"