commit: 02efc87330fed1211b9ad1e8f97413629956a0ac
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 3 22:34:34 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jan 4 09:16:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02efc873
x11-plugins/gkwebmon: Eclass update
Package-Manager: Portage-2.3.19, Repoman-2.3.6
x11-plugins/gkwebmon/gkwebmon-0.2-r2.ebuild | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/x11-plugins/gkwebmon/gkwebmon-0.2-r2.ebuild
b/x11-plugins/gkwebmon/gkwebmon-0.2-r2.ebuild
index ee1350023ba..92dd27bf91f 100644
--- a/x11-plugins/gkwebmon/gkwebmon-0.2-r2.ebuild
+++ b/x11-plugins/gkwebmon/gkwebmon-0.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,13 +15,12 @@ KEYWORDS="alpha ~amd64 ppc ~sparc x86"
IUSE=""
# The Makefile links with -lssl.
-COMMON_DEPEND="app-admin/gkrellm[X]
- dev-libs/openssl:0"
+RDEPEND="
+ app-admin/gkrellm:2[X]
+ dev-libs/openssl:0="
+DEPEND="${RDEPEND}"
-DEPEND+=" ${COMMON_DEPEND}"
-RDEPEND+=" ${COMMON_DEPEND}"
-
-PATCHES=( "${FILESDIR}/respect-cc-cflags-ldflags.patch" )
+PATCHES=( "${FILESDIR}"/respect-cc-cflags-ldflags.patch )
src_compile() {
emake CC="$(tc-getCC)"