x11-misc/trayer-srg: EAPI bump 4 -> 6, Depend on x11-libs/gdk-pixbuf[X]
authorHarri Nieminen <moikkis@gmail.com>
Wed, 22 Feb 2017 16:00:03 +0000 (18:00 +0200)
committerDavid Seifert <soap@gentoo.org>
Sat, 25 Feb 2017 14:14:41 +0000 (15:14 +0100)
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

x11-misc/trayer-srg/trayer-srg-1.1.5.ebuild
x11-misc/trayer-srg/trayer-srg-1.1.6-r1.ebuild [moved from x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild with 88% similarity]

index b8d20f26c2c0b24d2fe6e6a39695bc6edbf213d2..2e150e2a68a41a9f5929ce243466aa521b079740 100644 (file)
@@ -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"
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 cf91cfb9d1738f9fb07ee885920fd033070101ff..58fa1121f9b6d6804d0c64d5272b2eb355467c5d 100644 (file)
@@ -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
 }