diff options
author | David Seifert <soap@gentoo.org> | 2018-01-03 23:34:32 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-01-04 10:15:22 +0100 |
commit | 7de7e9e8390b677e7bd7def6cbb38a8f6d0e0ff0 (patch) | |
tree | 39ac656ee83d0147c307584e5db01d9e64cfe0a2 /x11-plugins/gkrellm-trayicons | |
parent | x11-plugins/gkrellshoot: Eclass update (diff) | |
download | gentoo-7de7e9e8390b677e7bd7def6cbb38a8f6d0e0ff0.tar.gz gentoo-7de7e9e8390b677e7bd7def6cbb38a8f6d0e0ff0.tar.bz2 gentoo-7de7e9e8390b677e7bd7def6cbb38a8f6d0e0ff0.zip |
x11-plugins/gkrellm-trayicons: Eclass update
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'x11-plugins/gkrellm-trayicons')
-rw-r--r-- | x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild | 8 |
1 files 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 e195c9658202..9600e6cfeb20 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}" |