public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/mpfi/
Date: Wed,  1 Jan 2020 11:03:18 +0000 (UTC)	[thread overview]
Message-ID: <1577876590.09bf573ba60af609d172744fe89185ef58f76f0b.soap@gentoo> (raw)

commit:     09bf573ba60af609d172744fe89185ef58f76f0b
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  1 11:03:10 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jan  1 11:03:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09bf573b

sci-libs/mpfi: Remove USE="static-libs"

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-libs/mpfi/mpfi-1.5.3.ebuild | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/sci-libs/mpfi/mpfi-1.5.3.ebuild b/sci-libs/mpfi/mpfi-1.5.3.ebuild
index f3981fb6316..f1c184f6bfe 100644
--- a/sci-libs/mpfi/mpfi-1.5.3.ebuild
+++ b/sci-libs/mpfi/mpfi-1.5.3.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
@@ -12,7 +12,6 @@ SRC_URI="https://gforge.inria.fr/frs/download.php/37331/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs"
 
 DEPEND="
 	>=dev-libs/gmp-4.1.2:0=
@@ -20,14 +19,12 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 my_src_configure() {
-	ECONF_SOURCE="${S}" econf \
-		$(use_enable static-libs static)
+	econf --disable-static
 }
 
 my_src_install() {
 	default
 
-	if ! use static-libs; then
-		find "${D}" -name '*.la' -delete || die
-	fi
+	# no static archives
+	find "${D}" -name '*.la' -delete || die
 }


             reply	other threads:[~2020-01-01 11:03 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-01 11:03 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-27 11:22 [gentoo-commits] repo/gentoo:master commit in: sci-libs/mpfi/ Michael Orlitzky
2023-11-22 22:32 Michael Orlitzky
2021-01-07 10:14 David Seifert
2021-01-07  1:08 Sam James
2021-01-07  0:58 Sam James
2020-11-21 21:22 David Seifert
2020-08-25 10:25 Sam James
2020-01-26 14:27 David Seifert
2020-01-01 14:17 Agostino Sarubbo
2020-01-01 14:04 Agostino Sarubbo
2019-04-06 12:54 David Seifert

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=1577876590.09bf573ba60af609d172744fe89185ef58f76f0b.soap@gentoo \
    --to=soap@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