commit:     15c079c31d2701c39c4b00ab67539d881296de6a
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 07:04:45 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun May 29 07:04:45 2016 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=15c079c3

travis.yml: fix portage version

 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 43ba3d9..822c1fc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,11 +17,11 @@ before_script:
     - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> 
/etc/passwd
     - echo "portage::250:portage,travis" >> /etc/group
     - mkdir -p /etc/portage/ /usr/portage/distfiles
-    - tar xjf portage-2.2.24.tar.bz2
+    - tar xjf portage-2.2.28.tar.bz2
     - tar xJf portage-latest.tar.xz -C /usr/
-    - cp portage-2.2.24/cnf/repos.conf /etc/portage/
+    - cp portage-2.2.28/cnf/repos.conf /etc/portage/
     - rsync --recursive --links --safe-links --perms --times --omit-dir-times 
--compress --force --whole-file --delete --stats --human-readable --timeout=180 
--exclude=/distfiles --checksum --quiet rsync://rsync.gentoo.org/gentoo-portage 
/usr/portage
     - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
     - cd travis-overlay
 script:
-    - "./../portage-2.2.24/bin/repoman full -i -d"
+    - "./../portage-2.2.28/bin/repoman full -i -d"

Reply via email to