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/gkrellmoon/
Date: Wed, 26 Jul 2017 11:35:10
Message-Id: 1501068864.38578441becce4dd26064ff7c07408c11a0423a4.pacho@gentoo
1 commit: 38578441becce4dd26064ff7c07408c11a0423a4
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 26 10:53:49 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 26 11:34:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38578441
7
8 x11-plugins/gkrellmoon: Fix dependency on gkrellm[X]
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11 RepoMan-Options: --force
12
13 .../{gkrellmoon-0.6-r1.ebuild => gkrellmoon-0.6-r2.ebuild} | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/x11-plugins/gkrellmoon/gkrellmoon-0.6-r1.ebuild b/x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild
17 similarity index 87%
18 rename from x11-plugins/gkrellmoon/gkrellmoon-0.6-r1.ebuild
19 rename to x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild
20 index 945e5c98465..43e7a619c6c 100644
21 --- a/x11-plugins/gkrellmoon/gkrellmoon-0.6-r1.ebuild
22 +++ b/x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2016 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 @@ -10,11 +10,12 @@ SRC_URI="mirror://sourceforge/gkrellmoon/${P}.tar.gz"
30 HOMEPAGE="http://gkrellmoon.sourceforge.net/"
31
32 DEPEND="media-libs/imlib2"
33 -RDEPEND="${DEPEND}"
34 +RDEPEND="${DEPEND}
35 + app-admin/gkrellm[X]
36 +"
37
38 SLOT="2"
39 LICENSE="GPL-2"
40 -
41 KEYWORDS="alpha amd64 ppc sparc x86"
42
43 PATCHES=( "${FILESDIR}"/${P}-makefile.patch )