diff options
author | Sam James <sam@gentoo.org> | 2020-09-15 01:07:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-15 01:08:15 +0000 |
commit | 43c26e536d19ebd5f3fca8c1ca6ee8e5aea93eaa (patch) | |
tree | 00413c3c74120cfa39911c20e15aea4da8fa31f9 /app-misc | |
parent | dev-python/python-iptables-1.0.0: Version bump (diff) | |
download | gentoo-43c26e536d19ebd5f3fca8c1ca6ee8e5aea93eaa.tar.gz gentoo-43c26e536d19ebd5f3fca8c1ca6ee8e5aea93eaa.tar.bz2 gentoo-43c26e536d19ebd5f3fca8c1ca6ee8e5aea93eaa.zip |
app-misc/gtk-sunlight: port to EAPI 7
Closes: https://bugs.gentoo.org/742074
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild b/app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild index 5cc337b88d9f..1f1f20b8113d 100644 --- a/app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild +++ b/app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 inherit toolchain-funcs @@ -12,13 +12,13 @@ SRC_URI="https://ppa.launchpad.net/realtime.sunlight.wallpaper/rsw/ubuntu/pool/m LICENSE="GPL-1" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND="dev-libs/glib:2 +BDEPEND="virtual/pkgconfig" +RDEPEND=" + dev-libs/glib:2 x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" src_compile() { tc-export CC |