summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-10-26 19:35:12 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-11-05 22:00:49 +0100
commit3d22e0437060b1e11787d639ddd0e9feaa283786 (patch)
treeafffb989e76cfc21eb9323afcdecf9c94b7c5705 /app-text/libstaroffice/libstaroffice-9999.ebuild
parentapp-office/libreoffice: Add media-libs/harfbuzz[graphite] to DEPEND (diff)
downloadgentoo-3d22e0437060b1e11787d639ddd0e9feaa283786.tar.gz
gentoo-3d22e0437060b1e11787d639ddd0e9feaa283786.tar.bz2
gentoo-3d22e0437060b1e11787d639ddd0e9feaa283786.zip
app-text/libstaroffice: Add 0.0.2 release
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-text/libstaroffice/libstaroffice-9999.ebuild')
-rw-r--r--app-text/libstaroffice/libstaroffice-9999.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/app-text/libstaroffice/libstaroffice-9999.ebuild b/app-text/libstaroffice/libstaroffice-9999.ebuild
index e5d61b81986b..e6ce45953053 100644
--- a/app-text/libstaroffice/libstaroffice-9999.ebuild
+++ b/app-text/libstaroffice/libstaroffice-9999.ebuild
@@ -5,10 +5,7 @@
EAPI=6
EGIT_REPO_URI="https://github.com/fosnola/libstaroffice.git"
-
-[[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools"
-inherit eutils ${GITECLASS}
-unset GITECLASS
+[[ ${PV} == 9999 ]] && inherit git-r3 autotools
DESCRIPTION="Import filter for old StarOffice documents"
HOMEPAGE="https://github.com/fosnola/libstaroffice"
@@ -44,5 +41,5 @@ src_configure() {
src_install() {
default
- prune_libtool_files --all
+ find "${D}" -name '*.la' -delete || die
}