commit: 66bffa8b3db45b3430f9de7243f4aa3894094318 Author: Naohiro Aota <naota <AT> gentoo <DOT> org> AuthorDate: Tue Oct 16 06:39:15 2018 +0000 Commit: Naohiro Aota <naota <AT> gentoo <DOT> org> CommitDate: Tue Oct 16 06:39:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66bffa8b
app-i18n/imsettings: add missing dependency add missing dependency: dev-util/glib-utils. Also, use find instead of ltrpune. Closes: https://bugs.gentoo.org/668378 Signed-off-by: Naohiro Aota <naota <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-i18n/imsettings/imsettings-1.7.2.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app-i18n/imsettings/imsettings-1.7.2.ebuild b/app-i18n/imsettings/imsettings-1.7.2.ebuild index bc89ae3d089..5fce6e8f9e6 100644 --- a/app-i18n/imsettings/imsettings-1.7.2.ebuild +++ b/app-i18n/imsettings/imsettings-1.7.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit autotools ltprune xdg-utils +inherit autotools xdg-utils DESCRIPTION="Delivery framework for general Input Method configuration" HOMEPAGE="https://tagoh.bitbucket.io/imsettings" @@ -27,6 +27,7 @@ RDEPEND="dev-libs/glib:2 introspection? ( dev-libs/gobject-introspection ) xfconf? ( xfce-base/xfconf )" DEPEND="${RDEPEND} + dev-util/glib-utils dev-util/intltool sys-devel/autoconf-archive sys-devel/gettext @@ -59,7 +60,7 @@ src_configure() { src_install() { default - prune_libtool_files --modules + find "${D}" -name '*.la' -delete || die fperms 0755 /etc/X11/xinit/xinitrc.d/${MY_XINPUTSH} }
