commit: b021ee60fc4a7df59b8376bf40d86ecd978ae62f
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 3 22:34:33 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jan 4 09:15:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b021ee60
x11-plugins/gkrellm-imonc: Eclass update
Package-Manager: Portage-2.3.19, Repoman-2.3.6
x11-plugins/gkrellm-imonc/gkrellm-imonc-0.2-r1.ebuild | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/x11-plugins/gkrellm-imonc/gkrellm-imonc-0.2-r1.ebuild
b/x11-plugins/gkrellm-imonc/gkrellm-imonc-0.2-r1.ebuild
index 3ab0c71bc70..05fffe8d885 100644
--- a/x11-plugins/gkrellm-imonc/gkrellm-imonc-0.2-r1.ebuild
+++ b/x11-plugins/gkrellm-imonc/gkrellm-imonc-0.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit gkrellm-plugin
+inherit gkrellm-plugin toolchain-funcs
DESCRIPTION="A GKrellM2 plugin to control a fli4l router"
SRC_URI="mirror://sourceforge/${PN}/${PN}-src-${PV}.tar.bz2"
@@ -15,13 +15,12 @@ SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""
-COMMON_DEPEND="app-admin/gkrellm[X]"
-DEPEND+=" ${COMMON_DEPEND}"
-RDEPEND+=" ${COMMON_DEPEND}"
+RDEPEND="app-admin/gkrellm:2[X]"
+DEPEND="${RDEPEND}"
S="${WORKDIR}/${PN}-src-${PV}"
-PATCHES=( "${FILESDIR}/${PN}-makefile.patch" )
+PATCHES=( "${FILESDIR}"/${PN}-makefile.patch )
src_compile() {
emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"