From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E69D7138334 for ; Sat, 21 Jul 2018 18:30:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2197E07E0; Sat, 21 Jul 2018 18:30:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD925E07E0 for ; Sat, 21 Jul 2018 18:30:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 659F9335C7F for ; Sat, 21 Jul 2018 18:30:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B59B8365 for ; Sat, 21 Jul 2018 18:30:30 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1532197821.6d91a3e71d3abffb9959d1d600a4372b27965a72.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: / X-VCS-Repository: proj/qt X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 6d91a3e71d3abffb9959d1d600a4372b27965a72 X-VCS-Branch: master Date: Sat, 21 Jul 2018 18:30:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0f6c6206-b010-4fc1-a611-2a7a148d0107 X-Archives-Hash: ee3efcea69a134d020be1215a5e4a7b4 commit: 6d91a3e71d3abffb9959d1d600a4372b27965a72 Author: Davide Pesavento gentoo org> AuthorDate: Sat Jul 21 18:30:21 2018 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sat Jul 21 18:30:21 2018 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=6d91a3e7 travis: update .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3217506a..56db7a38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: python python: - pypy env: - - PORTAGE_VER="2.3.38" + - PORTAGE_VER="2.3.43" before_install: - sudo apt-get -qq update - pip install lxml pyyaml