From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/toolchain:master commit in: scripts/
Date: Fri, 24 Oct 2014 05:26:43 +0000 (UTC) [thread overview]
Message-ID: <1414128397.5cdf1fee959700fd0ce38e7e57a324f77ae4a2bc.vapier@gentoo> (raw)
commit: 5cdf1fee959700fd0ce38e7e57a324f77ae4a2bc
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 24 05:26:37 2014 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Oct 24 05:26:37 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/toolchain.git;a=commit;h=5cdf1fee
gcc: handle gcc-5.x
---
scripts/update-gcc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/update-gcc b/scripts/update-gcc
index a84f724..2fa5412 100755
--- a/scripts/update-gcc
+++ b/scripts/update-gcc
@@ -51,6 +51,8 @@ for m in ${majors} ; do
exit 1
fi
fi
+ # Pad out to 2 versions if the listing doesn't have it.
+ [[ ${m} != *.* ]] && m+=".0"
echo "### ${m}: ${curr}"
for s in ${snaps} ; do
s="${PN}-${m}.0_alpha${s}.ebuild"
next reply other threads:[~2014-10-24 5:26 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-24 5:26 Mike Frysinger [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-01-14 21:40 [gentoo-commits] proj/toolchain:master commit in: scripts/ Mike Frysinger
2016-01-14 21:40 Mike Frysinger
2015-07-15 4:11 Mike Frysinger
2015-04-23 19:42 Mike Frysinger
2015-04-13 4:14 Mike Frysinger
2014-10-17 4:06 Mike Frysinger
2014-10-17 4:05 Mike Frysinger
2014-06-15 0:58 Mike Frysinger
2014-06-15 0:57 Mike Frysinger
2014-06-15 0:55 Mike Frysinger
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=1414128397.5cdf1fee959700fd0ce38e7e57a324f77ae4a2bc.vapier@gentoo \
--to=vapier@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