Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellfire/
Date: Thu, 04 Jan 2018 09:17:15
Message-Id: 1515057364.8a889235fbefb29817f5851563568443ce7fad77.soap@gentoo
1 commit: 8a889235fbefb29817f5851563568443ce7fad77
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 3 22:34:33 2018 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 09:16:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a889235
7
8 x11-plugins/gkrellfire: Eclass update
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 x11-plugins/gkrellfire/gkrellfire-0.4.2-r1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/x11-plugins/gkrellfire/gkrellfire-0.4.2-r1.ebuild b/x11-plugins/gkrellfire/gkrellfire-0.4.2-r1.ebuild
16 index 201cad761f9..498b3ae4f30 100644
17 --- a/x11-plugins/gkrellfire/gkrellfire-0.4.2-r1.ebuild
18 +++ b/x11-plugins/gkrellfire/gkrellfire-0.4.2-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -14,10 +14,10 @@ SLOT="0"
26 KEYWORDS="amd64 x86"
27 IUSE=""
28
29 -RDEPEND="app-admin/gkrellm[X]"
30 +RDEPEND="app-admin/gkrellm:2[X]"
31 DEPEND="${RDEPEND}"
32
33 -PATCHES=( "${FILESDIR}/fix-CC-CFLAGS-LDFLAGS-handling.patch" )
34 +PATCHES=( "${FILESDIR}"/fix-CC-CFLAGS-LDFLAGS-handling.patch )
35
36 src_compile() {
37 emake CC="$(tc-getCC)"