public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/musl:master commit in: dev-util/cargo/
Date: Fri, 27 Apr 2018 10:34:17 +0000 (UTC)	[thread overview]
Message-ID: <1524825151.64245e628af8de13c9782c36088a000bd645ada7.blueness@gentoo> (raw)

commit:     64245e628af8de13c9782c36088a000bd645ada7
Author:     stefson <herrtimson <AT> yahoo <DOT> de>
AuthorDate: Fri Apr 27 05:01:43 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Apr 27 10:32:31 2018 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=64245e62

dev-util/cargo: fix CHOST detection for arm and 17.0 profiles

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 dev-util/cargo/cargo-0.22.0-r1.ebuild | 4 ++--
 dev-util/cargo/cargo-0.23.0.ebuild    | 4 ++--
 dev-util/cargo/cargo-0.24.0.ebuild    | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-util/cargo/cargo-0.22.0-r1.ebuild b/dev-util/cargo/cargo-0.22.0-r1.ebuild
index db6da09..d1b7509 100644
--- a/dev-util/cargo/cargo-0.22.0-r1.ebuild
+++ b/dev-util/cargo/cargo-0.22.0-r1.ebuild
@@ -124,7 +124,7 @@ ws2_32-sys-0.2.1
 inherit bash-completion-r1 cargo versionator
 
 case "${CHOST}" in
-	armv7a-hardfloat-*)
+	armv7a*)
 		CARGOARCH=armv7 ;;
 	arm*)
 		CARGOARCH=arm ;;
@@ -135,7 +135,7 @@ case "${CHOST}" in
 	armv7a-hardfloat-*)
 		CARGOLIBC=${ELIBC/glibc/gnu}eabihf ;;
 	arm*)
-		CARGOLIBC=${ELIBC/glibc/gnu}eabi ;;
+		CARGOLIBC=${CHOST##*-} ;;
 	*)
 		CARGOLIBC=${ELIBC/glibc/gnu} ;;
 esac

diff --git a/dev-util/cargo/cargo-0.23.0.ebuild b/dev-util/cargo/cargo-0.23.0.ebuild
index 73a3fe3..e223913 100644
--- a/dev-util/cargo/cargo-0.23.0.ebuild
+++ b/dev-util/cargo/cargo-0.23.0.ebuild
@@ -131,7 +131,7 @@ ws2_32-sys-0.2.1
 inherit bash-completion-r1 cargo versionator
 
 case "${CHOST}" in
-	armv7a-hardfloat-*)
+	armv7a*)
 		CARGOARCH=armv7 ;;
 	arm*)
 		CARGOARCH=arm ;;
@@ -142,7 +142,7 @@ case "${CHOST}" in
 	armv7a-hardfloat-*)
 		CARGOLIBC=${ELIBC/glibc/gnu}eabihf ;;
 	arm*)
-		CARGOLIBC=${ELIBC/glibc/gnu}eabi ;;
+		CARGOLIBC=${CHOST##*-} ;;
 	*)
 		CARGOLIBC=${ELIBC/glibc/gnu} ;;
 esac

diff --git a/dev-util/cargo/cargo-0.24.0.ebuild b/dev-util/cargo/cargo-0.24.0.ebuild
index 89f6a7f..14d6057 100644
--- a/dev-util/cargo/cargo-0.24.0.ebuild
+++ b/dev-util/cargo/cargo-0.24.0.ebuild
@@ -135,7 +135,7 @@ ws2_32-sys-0.2.1
 inherit bash-completion-r1 cargo versionator
 
 case "${CHOST}" in
-	armv7a-hardfloat-*)
+	armv7a*)
 		CARGOARCH=armv7 ;;
 	arm*)
 		CARGOARCH=arm ;;
@@ -146,7 +146,7 @@ case "${CHOST}" in
 	armv7a-hardfloat-*)
 		CARGOLIBC=${ELIBC/glibc/gnu}eabihf ;;
 	arm*)
-		CARGOLIBC=${ELIBC/glibc/gnu}eabi ;;
+		CARGOLIBC=${CHOST##*-} ;;
 	*)
 		CARGOLIBC=${ELIBC/glibc/gnu} ;;
 esac


             reply	other threads:[~2018-04-27 10:34 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-27 10:34 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-06-29 21:01 [gentoo-commits] proj/musl:master commit in: dev-util/cargo/ Aric Belsito
2018-06-29  0:31 Jory Pratt
2018-06-19 20:16 Aric Belsito
2018-05-11 19:47 Aric Belsito
2018-04-27 10:34 Anthony G. Basile
2018-03-16 13:21 Anthony G. Basile
2018-02-06  1:11 Aric Belsito
2018-01-24 22:18 Aric Belsito
2017-12-20 20:35 Aric Belsito
2017-12-15  0:03 Aric Belsito
2017-12-14  5:10 Aric Belsito

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=1524825151.64245e628af8de13c9782c36088a000bd645ada7.blueness@gentoo \
    --to=blueness@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