diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-22 18:00:03 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-25 15:14:41 +0100 |
commit | 3f98e84dd839085391f4dc5ccdefa80f268fc53e (patch) | |
tree | c10d3b8ca5524bd386d8b4fe4a91afa9a6de74b0 /x11-misc/trayer-srg | |
parent | x11-misc/trayer-srg: Update license (diff) | |
download | gentoo-3f98e84dd839085391f4dc5ccdefa80f268fc53e.tar.gz gentoo-3f98e84dd839085391f4dc5ccdefa80f268fc53e.tar.bz2 gentoo-3f98e84dd839085391f4dc5ccdefa80f268fc53e.zip |
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
Diffstat (limited to 'x11-misc/trayer-srg')
-rw-r--r-- | x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild | 2 | ||||
-rw-r--r-- | x11-misc/trayer-srg/trayer-srg-1.1.6-r1.ebuild (renamed from x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild) | 6 |
2 files changed, 4 insertions, 4 deletions
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 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 } |