From: Harri Nieminen Date: Wed, 22 Feb 2017 16:00:03 +0000 (+0200) Subject: x11-misc/trayer-srg: EAPI bump 4 -> 6, Depend on x11-libs/gdk-pixbuf[X] X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3f98e84dd839085391f4dc5ccdefa80f268fc53e;p=gentoo.git x11-misc/trayer-srg: EAPI bump 4 -> 6, Depend on x11-libs/gdk-pixbuf[X] Gentoo-bug: https://bugs.gentoo.org/608598 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4057 --- diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild index b8d20f26c2c0..2e150e2a68a4 100644 --- a/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild +++ b/x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -RDEPEND="x11-libs/gdk-pixbuf:2 +RDEPEND="x11-libs/gdk-pixbuf:2[X] x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXmu" diff --git a/x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild b/x11-misc/trayer-srg/trayer-srg-1.1.6-r1.ebuild similarity index 88% rename from x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild rename to x11-misc/trayer-srg/trayer-srg-1.1.6-r1.ebuild index cf91cfb9d173..58fa1121f9b6 100644 --- a/x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild +++ b/x11-misc/trayer-srg/trayer-srg-1.1.6-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=6 inherit toolchain-funcs vcs-snapshot @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="x11-libs/gdk-pixbuf:2 +RDEPEND="x11-libs/gdk-pixbuf:2[X] x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXmu" @@ -28,5 +28,5 @@ src_compile() { src_install() { dobin ${PN} - dodoc CHANGELOG CREDITS README TODO + einstalldocs }