commit:     2824a36ed1f84394f938a25758db97eed8ff6fe6
Author:     Aidan Harris <me <AT> aidanharr <DOT> is>
AuthorDate: Sun Jul  7 22:58:30 2019 +0000
Commit:     Stefan Strogin <steils <AT> gentoo <DOT> org>
CommitDate: Sun Jul  7 23:20:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=2824a36e

Fix travis-ci by upgrading from the deprecated 13.0 profile to the 17.0 profile

Signed-off-by: Aidan Harris <me <AT> aidanharr.is>
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index befef0a..7010d33 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@ notifications:
 env:
     global:
         - PORTAGE_VER="2.3.52"
+        - PORTAGE_PROFILE="default/linux/amd64/17.0"
 before_install:
     - sudo apt-get -qq update
     - pip install lxml pyyaml
@@ -27,7 +28,7 @@ before_script:
     - 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 /usr/portage/profiles/default/linux/amd64/13.0 
/etc/portage/make.profile
+    - ln -s /usr/portage/profiles/${PORTAGE_PROFILE} /etc/portage/make.profile
     - cd travis-overlay
 script:
     - ./../spinner.sh "python 
../portage-portage-${PORTAGE_VER}/repoman/bin/repoman full -i -d"

Reply via email to