public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/dietlibc/
Date: Sun, 24 Feb 2019 01:27:49 +0000 (UTC)	[thread overview]
Message-ID: <1550971576.82c681e1ef076384cf72d6c8041b7552e580880f.whissi@gentoo> (raw)

commit:     82c681e1ef076384cf72d6c8041b7552e580880f
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 24 01:25:43 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Feb 24 01:26:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c681e1

dev-libs/dietlibc: enforce minimum sys-devel/binutils version

While we are here, drop "-j1" for src_install [Bug 676704].

Bug: https://bugs.gentoo.org/676460
Bug: https://bugs.gentoo.org/676704
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-libs/dietlibc/dietlibc-0.34.ebuild | 19 +++----------------
 1 file changed, 3 insertions(+), 16 deletions(-)

diff --git a/dev-libs/dietlibc/dietlibc-0.34.ebuild b/dev-libs/dietlibc/dietlibc-0.34.ebuild
index 4a35f612fa6..856d3468195 100644
--- a/dev-libs/dietlibc/dietlibc-0.34.ebuild
+++ b/dev-libs/dietlibc/dietlibc-0.34.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -13,24 +13,11 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
-DEPEND=""
+DEPEND=">=sys-devel/binutils-2.31.1-r4"
 RDEPEND=""
 
 DIETHOME="/usr/diet"
 
-pkg_pretend() {
-	if [[ ${MERGE_TYPE} != binary ]]; then
-		if $(tc-getLD) --version | grep -q "2.31.1"; then
-			ewarn "${PN} does not work with unpatched binutils-2.31.1,"
-			ewarn "see \"${S}/FAQ\""
-			ewarn "and https://bugs.gentoo.org/672126 for details."
-			ewarn "In the meanwhile you can install another binutils version"
-			ewarn "and use binutils-config to switch version."
-			sleep 10
-		fi
-	fi
-}
-
 src_prepare() {
 	default
 
@@ -56,7 +43,7 @@ src_prepare() {
 }
 
 src_compile() {
-	emake -j1 prefix="${EPREFIX}"${DIETHOME} \
+	emake prefix="${EPREFIX}"${DIETHOME} \
 		CC="$(tc-getCC)" \
 		CFLAGS="${CFLAGS}" \
 		STRIP=":"


             reply	other threads:[~2019-02-24  1:27 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-24  1:27 Thomas Deutschmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-12  3:31 [gentoo-commits] repo/gentoo:master commit in: dev-libs/dietlibc/ Sam James
2022-05-14  8:36 Jakov Smolić
2022-05-14  8:36 Jakov Smolić
2022-05-14  8:25 Jakov Smolić
2022-05-14  3:00 Sam James
2018-11-28  2:07 Thomas Deutschmann
2018-05-28 17:55 Pacho Ramos
2018-02-18 21:09 Andreas Hüttel
2018-01-06 19:37 Andreas Hüttel
2017-06-16 22:32 Matthias Maier
2017-01-22 16:27 Agostino Sarubbo
2016-08-25 19:18 Pacho Ramos
2016-08-25 19:16 Pacho Ramos
2015-09-11 16:08 Tobias Klausmann
2015-09-05 18:37 Agostino Sarubbo
2015-09-05 18:36 Agostino Sarubbo

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=1550971576.82c681e1ef076384cf72d6c8041b7552e580880f.whissi@gentoo \
    --to=whissi@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