Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gtk-sunlight/
Date: Tue, 15 Sep 2020 01:08:23
Message-Id: 1600132095.43c26e536d19ebd5f3fca8c1ca6ee8e5aea93eaa.sam@gentoo
1 commit: 43c26e536d19ebd5f3fca8c1ca6ee8e5aea93eaa
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 15 01:07:51 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 15 01:08:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43c26e53
7
8 app-misc/gtk-sunlight: port to EAPI 7
9
10 Closes: https://bugs.gentoo.org/742074
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild | 10 +++++-----
15 1 file changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild b/app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild
18 index 5cc337b88d9..1f1f20b8113 100644
19 --- a/app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild
20 +++ b/app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild
21 @@ -1,7 +1,7 @@
22 # Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=4
26 +EAPI=7
27
28 inherit toolchain-funcs
29
30 @@ -12,13 +12,13 @@ SRC_URI="https://ppa.launchpad.net/realtime.sunlight.wallpaper/rsw/ubuntu/pool/m
31 LICENSE="GPL-1"
32 SLOT="0"
33 KEYWORDS="~amd64 ~x86"
34 -IUSE=""
35
36 -RDEPEND="dev-libs/glib:2
37 +BDEPEND="virtual/pkgconfig"
38 +RDEPEND="
39 + dev-libs/glib:2
40 x11-libs/gdk-pixbuf:2
41 x11-libs/gtk+:3"
42 -DEPEND="${RDEPEND}
43 - virtual/pkgconfig"
44 +DEPEND="${RDEPEND}"
45
46 src_compile() {
47 tc-export CC