commit:     6dc66382d54ea80050bfd2873b0117e72596b690
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 18:01:02 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 18:01:02 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6dc66382

.travis.yml: Bump portage version to 2.3.19

 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 006749dc0e..03d9799aba 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ language: python
 python:
     - pypy
 env:
-    - PORTAGE_VER="2.3.16"
+    - PORTAGE_VER="2.3.19"
 before_install:
     - sudo apt-get -qq update
     - pip install lxml
@@ -23,7 +23,7 @@ before_script:
     - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> 
/etc/passwd
     - echo "portage::250:portage,travis" >> /etc/group
     - wget "https://www.gentoo.org/dtd/metadata.dtd"; -O 
/usr/portage/distfiles/metadata.dtd
-    - ln -s portage-portage-${PORTAGE_VER}/cnf/repos.conf 
/etc/portage/repos.conf
+    - ln -s $TRAVIS_BUILD_DIR/portage-portage-${PORTAGE_VER}/cnf/repos.conf 
/etc/portage/repos.conf
     - ln -s /usr/portage/profiles/default/linux/amd64/13.0 
/etc/portage/make.profile
     - SIZE=$(stat -c %s .travis.yml.upstream)
     - if ! cmp -n $SIZE -s .travis.yml .travis.yml.upstream; then echo -e 
"\e[31m !!! .travis.yml outdated! Update available 
https://github.com/mrueg/repoman-travis \e[0m" > /tmp/update ; fi

Reply via email to