From 8d8e8d31730f990f83fb9676accf97a8bca18b34 Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Mon, 16 Nov 2020 00:22:40 +0100 Subject: app-dicts/libydpdict: disable static libs Closes: https://bugs.gentoo.org/726498 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic Signed-off-by: David Seifert --- app-dicts/libydpdict/libydpdict-1.0.4.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'app-dicts/libydpdict') diff --git a/app-dicts/libydpdict/libydpdict-1.0.4.ebuild b/app-dicts/libydpdict/libydpdict-1.0.4.ebuild index 76fd75b28882..aff0de2c35a6 100644 --- a/app-dicts/libydpdict/libydpdict-1.0.4.ebuild +++ b/app-dicts/libydpdict/libydpdict-1.0.4.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit autotools DESCRIPTION="Library for handling the Collins Dictionary database" @@ -12,12 +13,18 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" +DOCS=( AUTHORS ) + src_prepare() { default eautoreconf } +src_configure() { + econf --disable-static +} + src_install() { default - dodoc AUTHORS + find "${ED}" -name '*.la' -delete || die } -- cgit v1.2.3-65-gdbad