Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: /
Date: Wed, 21 Mar 2018 00:14:44
Message-Id: 1521591272.b8791b613da9e5c1ac780ed81702111d3aa3b26e.blueness@gentoo
1 commit: b8791b613da9e5c1ac780ed81702111d3aa3b26e
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 21 00:14:32 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 21 00:14:32 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=b8791b61
7
8 .travis.yml: update the profile
9
10 .travis.yml | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/.travis.yml b/.travis.yml
14 index f8e2d13..6e6cfef 100644
15 --- a/.travis.yml
16 +++ b/.travis.yml
17 @@ -26,7 +26,7 @@ before_script:
18 - echo "portage::250:portage,travis" >> /etc/group
19 - wget "https://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
20 - ln -s portage-portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/repos.conf
21 - - ln -s /usr/portage/profiles/default/linux/amd64/13.0 /etc/portage/make.profile
22 + - ln -s /usr/portage/profiles/default/linux/amd64/17.0/musl /etc/portage/make.profile
23 - cd travis-overlay
24 script:
25 - ./../spinner.sh "python ../portage-portage-${PORTAGE_VER}/repoman/bin/repoman full -i -d"