Add missing dependency: dev-util/glib-utils and x11-libs/libX11. Also,
replace ltprune with find.
Closes: https://bugs.gentoo.org/667470
Signed-off-by: Naohiro Aota <naota@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-inherit autotools ltprune ruby-single
+inherit autotools ruby-single
DESCRIPTION="GObject-based XIM protocol library"
HOMEPAGE="https://tagoh.bitbucket.io/libgxim"
dev-libs/glib:2
sys-apps/dbus
virtual/libintl
- x11-libs/gtk+:2"
+ x11-libs/gtk+:2
+ x11-libs/libX11"
DEPEND="${RDEPEND}
${RUBY_DEPS}
+ dev-util/glib-utils
dev-util/intltool
sys-devel/autoconf-archive
sys-devel/gettext
src_install() {
default
- prune_libtool_files
+ find "${D}" -name '*.la' -delete || die
}