public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/flam3/
Date: Thu,  3 Jun 2021 21:11:06 +0000 (UTC)	[thread overview]
Message-ID: <1622754658.19ca752c4d859c3c4575f627dde86b5c74aac5a6.sam@gentoo> (raw)

commit:     19ca752c4d859c3c4575f627dde86b5c74aac5a6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  3 21:04:53 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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


             reply	other threads:[~2021-06-03 21:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-03 21:11 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-31 20:45 [gentoo-commits] repo/gentoo:master commit in: media-gfx/flam3/ David Seifert
2019-11-13 14:37 Aaron Bauman
2019-11-13  7:44 Agostino Sarubbo
2019-11-12 10:05 Agostino Sarubbo
2019-01-17 21:53 Andreas K. Hüttel
2017-09-16 18:34 Patrick Lauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1622754658.19ca752c4d859c3c4575f627dde86b5c74aac5a6.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox