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
This commit is contained in:
Michael Orlitzky
2017-03-26 12:54:28 -04:00
parent d2f6a1fc46
commit 0e606993ff

View 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}"