Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrelltop/
Date: Wed, 26 Jul 2017 11:35:03
Message-Id: 1501068879.423a2a34d90eac27c0eb49fa76cc3e7da28b66c7.pacho@gentoo
1 commit: 423a2a34d90eac27c0eb49fa76cc3e7da28b66c7
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 26 11:07:46 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 26 11:34:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=423a2a34
7
8 x11-plugins/gkrelltop: Fix dependency on gkrellm[X]
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11 RepoMan-Options: --force
12
13 .../{gkrelltop-2.2.13-r1.ebuild => gkrelltop-2.2.13-r2.ebuild} | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild
17 similarity index 93%
18 rename from x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild
19 rename to x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild
20 index 96f52a09979..4e6349415d0 100644
21 --- a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r1.ebuild
22 +++ b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2012 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -19,6 +19,7 @@ PLUGIN_SO=gkrelltop.so
30 S="${WORKDIR}/${P}.orig"
31
32 RDEPEND="
33 + app-admin/gkrellm[X]
34 dev-libs/glib:2
35 x11-libs/gtk+:2
36 "