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: dev-util/cpptest/
Date: Sat, 29 Aug 2020 18:47:00 +0000 (UTC)	[thread overview]
Message-ID: <1598726743.b23194d52ce457b89f34e116647146d32a0121ea.soap@gentoo> (raw)

commit:     b23194d52ce457b89f34e116647146d32a0121ea
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 29 18:45:43 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Aug 29 18:45:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b23194d5

dev-util/cpptest: [QA] Remove IUSE="static-libs"

Closes: https://bugs.gentoo.org/724290
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-util/cpptest/cpptest-2.0.0-r1.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-util/cpptest/cpptest-2.0.0-r1.ebuild b/dev-util/cpptest/cpptest-2.0.0-r1.ebuild
index 044ea47a4a8..f3723fecf37 100644
--- a/dev-util/cpptest/cpptest-2.0.0-r1.ebuild
+++ b/dev-util/cpptest/cpptest-2.0.0-r1.ebuild
@@ -10,18 +10,20 @@ SRC_URI="https://github.com/cpptest/cpptest/releases/download/${PV}/${P}.tar.bz2
 LICENSE="LGPL-2.1"
 SLOT="1"  # for soversion 1.x.x
 KEYWORDS="amd64 ~arm ppc ppc64 x86"
-IUSE="doc static-libs"
+IUSE="doc"
 
-DEPEND="doc? ( app-doc/doxygen )"
 RDEPEND="!dev-util/cpptest:0"
+BDEPEND="doc? ( app-doc/doxygen )"
 
 DOCS=( AUTHORS BUGS NEWS README )
 
 src_configure() {
-	econf $(use_enable doc) $(use_enable static-libs static)
+	econf \
+		--disable-static \
+		$(use_enable doc)
 }
 
 src_install() {
 	default
-	find "${D}" -name '*.la' -delete || die
+	find "${ED}" -name '*.la' -delete || die
 }


             reply	other threads:[~2020-08-29 18:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-29 18:47 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-29  0:43 [gentoo-commits] repo/gentoo:master commit in: dev-util/cpptest/ Sebastian Pipping
2020-08-29 18:47 David Seifert
2020-05-24  7:40 Agostino Sarubbo
2020-05-22  8:02 Sergei Trofimovich
2020-05-21  9:05 Agostino Sarubbo
2020-05-21  9:03 Agostino Sarubbo
2020-05-20 23:20 Sebastian Pipping
2019-01-07 22:57 Sebastian Pipping
2017-12-03 22:14 James Le Cuirot

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=1598726743.b23194d52ce457b89f34e116647146d32a0121ea.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