diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-26 12:49:41 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-26 13:34:21 +0200 |
commit | 048da79412a64a52f6dab4b0a543ce641fc794d3 (patch) | |
tree | 386c4b60ff14318166a8aac368fa1b6b517b2c38 /x11-plugins/gkrellm-trayicons | |
parent | x11-plugins/gkrellm-mailwatch: Fix dependency on gkrellm[X] (diff) | |
download | gentoo-048da79412a64a52f6dab4b0a543ce641fc794d3.tar.gz gentoo-048da79412a64a52f6dab4b0a543ce641fc794d3.tar.bz2 gentoo-048da79412a64a52f6dab4b0a543ce641fc794d3.zip |
x11-plugins/gkrellm-trayicons: Fix dependency on gkrellm[X]
Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --force
Diffstat (limited to 'x11-plugins/gkrellm-trayicons')
-rw-r--r-- | x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild (renamed from x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild index 3448abf694d9..e195c9658202 100644 --- a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild +++ b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild @@ -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 @@ -13,6 +13,8 @@ SLOT="0" KEYWORDS="amd64 ppc sparc x86" IUSE="" +RDEPEND="app-admin/gkrellm[X]" + PATCHES=( "${FILESDIR}"/${P}-ldflags.patch ) PLUGIN_SO=trayicons.so |