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
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"
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=6
inherit toolchain-funcs vcs-snapshot
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"
src_install() {
dobin ${PN}
- dodoc CHANGELOG CREDITS README TODO
+ einstalldocs
}