From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 47E8F1382C5 for ; Thu, 3 Jun 2021 21:11:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 552EAE0863; Thu, 3 Jun 2021 21:11:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32CC2E0863 for ; Thu, 3 Jun 2021 21:11:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD16A335D30 for ; Thu, 3 Jun 2021 21:11:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F320F79F for ; Thu, 3 Jun 2021 21:11:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1622754658.19ca752c4d859c3c4575f627dde86b5c74aac5a6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/flam3/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/flam3/flam3-3.1.1.ebuild X-VCS-Directories: media-gfx/flam3/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 19ca752c4d859c3c4575f627dde86b5c74aac5a6 X-VCS-Branch: master Date: Thu, 3 Jun 2021 21:11:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2b2c1523-4f4d-4b0b-8ad7-00ff45d451b9 X-Archives-Hash: de677a6286f6d2bcca9cfe154b27da7d commit: 19ca752c4d859c3c4575f627dde86b5c74aac5a6 Author: Sam James gentoo org> AuthorDate: Thu Jun 3 21:04:53 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 3 21:10:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ca752c media-gfx/flam3: minor tidying (mostly dropping static-libs) Signed-off-by: Sam James gentoo.org> media-gfx/flam3/flam3-3.1.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/flam3/flam3-3.1.1.ebuild b/media-gfx/flam3/flam3-3.1.1.ebuild index 98af333a4fa..0b7b9d36304 100644 --- a/media-gfx/flam3/flam3-3.1.1.ebuild +++ b/media-gfx/flam3/flam3-3.1.1.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit autotools DESCRIPTION="Tools and a library for creating flame fractal images" @@ -11,7 +12,6 @@ SRC_URI="https://github.com/scottdraves/flam3/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" -IUSE="static-libs" RDEPEND="dev-libs/libxml2 media-libs/libpng:= @@ -31,13 +31,13 @@ src_prepare() { src_configure() { econf \ --enable-shared \ - $(use_enable static-libs static) + --disable-static } src_install() { default - rm -f "${D}"usr/lib*/libflam3.la + find "${ED}" -name '*.la' -delete || die docinto examples dodoc *.flam3