commit: 7de7e9e8390b677e7bd7def6cbb38a8f6d0e0ff0
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 3 22:34:32 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jan 4 09:15:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7de7e9e8
x11-plugins/gkrellm-trayicons: Eclass update
Package-Manager: Portage-2.3.19, Repoman-2.3.6
x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild
b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild
index e195c965820..9600e6cfeb2 100644
--- a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild
+++ b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild
@@ -1,7 +1,8 @@
-# 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 toolchain-funcs
DESCRIPTION="Configurable Tray Icons for GKrellM"
@@ -13,11 +14,12 @@ SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
IUSE=""
-RDEPEND="app-admin/gkrellm[X]"
+RDEPEND="app-admin/gkrellm:2[X]"
+DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}"/${P}-ldflags.patch )
-PLUGIN_SO=trayicons.so
+PLUGIN_SO=( trayicons$(get_modname) )
src_compile() {
emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"