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: Sun, 29 May 2016 17:49:27
Message-Id: 1464544259.4f1d4bb799e6ec7ded5c914e251c803ab2260d26.blueness@gentoo
1 commit: 4f1d4bb799e6ec7ded5c914e251c803ab2260d26
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 17:50:59 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 17:50:59 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=4f1d4bb7
7
8 travis.yml: fix mysterious problem with ARCH
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 822c1fc..adb7122 100644
15 --- a/.travis.yml
16 +++ b/.travis.yml
17 @@ -24,4 +24,4 @@ before_script:
18 - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
19 - cd travis-overlay
20 script:
21 - - "./../portage-2.2.28/bin/repoman full -i -d"
22 + - "ARCH=amd64 ./../portage-2.2.28/bin/repoman full -i -d"