summaryrefslogtreecommitdiff
path: root/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-02-10 15:40:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-02-10 15:40:27 +0000
commit6bc2e4d7c5906e46a8f275a876ead6ec41aca5bb (patch)
treecee0a97398040001220ece3cd48c3d568bcddb4a /dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
parent1db00cc6e94b90c08090bb5b8c406622946c4ae5 (diff)
gentoo resync : 10.02.2019
Diffstat (limited to 'dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild')
-rw-r--r--dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild b/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
index ca6e8505a0ab..08d074cafb78 100644
--- a/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
+++ b/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python2_7 )
VALA_USE_DEPEND="vapigen"
-inherit autotools gnome2-utils ltprune python-any-r1 vala vcs-snapshot virtualx xdg-utils
+inherit autotools gnome2-utils python-any-r1 vala vcs-snapshot virtualx xdg-utils
DESCRIPTION="An easy to use virtual keyboard toolkit"
HOMEPAGE="https://github.com/ueno/eekboard"
@@ -31,6 +31,7 @@ RDEPEND="app-accessibility/at-spi2-core
xtest? ( x11-libs/libXtst )"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
+ dev-util/glib-utils
dev-util/gtk-doc
dev-util/gtk-doc-am
dev-util/intltool
@@ -58,7 +59,7 @@ src_configure() {
src_install() {
default
- prune_libtool_files
+ find "${ED}" -name '*.la' -delete || die
}
src_test() {