summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libpo6/libpo6-0.8.0.ebuild')
-rw-r--r--dev-libs/libpo6/libpo6-0.8.0.ebuild12
1 files changed, 8 insertions, 4 deletions
diff --git a/dev-libs/libpo6/libpo6-0.8.0.ebuild b/dev-libs/libpo6/libpo6-0.8.0.ebuild
index 810e8444c7be..94435303959f 100644
--- a/dev-libs/libpo6/libpo6-0.8.0.ebuild
+++ b/dev-libs/libpo6/libpo6-0.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,11 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
+src_configure() {
+ econf --disable-static
+}
-DEPEND=""
-RDEPEND="${DEPEND}"
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}