From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/ucpp/
Date: Wed, 17 Feb 2021 09:37:15 +0000 (UTC) [thread overview]
Message-ID: <1613554600.7a49e63119f26602676e19cf769b7a2db6082c31.soap@gentoo> (raw)
commit: 7a49e63119f26602676e19cf769b7a2db6082c31
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Wed Feb 17 09:36:40 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 09:36:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a49e631
sys-devel/ucpp: Drop static libs
Closes: https://github.com/gentoo/gentoo/pull/19481
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sys-devel/ucpp/ucpp-1.3.5.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/sys-devel/ucpp/ucpp-1.3.5.ebuild b/sys-devel/ucpp/ucpp-1.3.5.ebuild
index dd47d341342..858f87bb784 100644
--- a/sys-devel/ucpp/ucpp-1.3.5.ebuild
+++ b/sys-devel/ucpp/ucpp-1.3.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,17 +10,16 @@ SRC_URI="https://gitlab.com/scarabeusiv/${PN}/uploads/79f08e39c676f15ed8a59335f6
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE="static-libs"
src_configure() {
econf \
--disable-werror \
- $(use_enable static-libs static)
+ --disable-static
}
src_install() {
default
- # package provides .pc files
- find "${D}" -name '*.la' -type f -delete || die
+ # no static archives
+ find "${ED}" -name '*.la' -type f -delete || die
}
next reply other threads:[~2021-02-17 9:37 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-17 9:37 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-03-07 0:18 [gentoo-commits] repo/gentoo:master commit in: sys-devel/ucpp/ Yixun Lan
2022-08-12 12:26 WANG Xuerui
2021-06-10 15:34 Andreas Sturmlechner
2021-06-01 10:48 Sam James
2021-06-01 9:00 Sam James
2021-05-31 22:38 Sam James
2019-10-27 16:25 Andreas Sturmlechner
2019-10-27 16:25 Andreas Sturmlechner
2019-08-10 5:08 Joonas Niilola
2019-08-01 16:09 Aaron Bauman
2019-06-16 16:10 David Seifert
2019-06-16 16:10 David Seifert
2018-09-19 18:35 Matt Turner
2017-08-27 15:34 Michael Palimaka
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=1613554600.7a49e63119f26602676e19cf769b7a2db6082c31.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