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 00969138334 for ; Thu, 28 Nov 2019 19:40:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D795E090E; Thu, 28 Nov 2019 19:40:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 37DE6E090E for ; Thu, 28 Nov 2019 19:40:23 +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 D742E34D540 for ; Thu, 28 Nov 2019 19:40:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E9BB8A6 for ; Thu, 28 Nov 2019 19:40:18 +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: <1574969997.c01cec15d686996bd4265f9f6e091540a0cd45d8.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: c01cec15d686996bd4265f9f6e091540a0cd45d8 X-VCS-Branch: master Date: Thu, 28 Nov 2019 19:40:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d6712264-3edc-4475-812f-9ab342bbb823 X-Archives-Hash: 04af0af1eb13fb4ef9188d6ef778a388 commit: c01cec15d686996bd4265f9f6e091540a0cd45d8 Author: Davide Pesavento gentoo org> AuthorDate: Thu Nov 28 19:36:03 2019 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Thu Nov 28 19:39:57 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=c01cec15 travis: update Signed-off-by: Davide Pesavento gentoo.org> .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ca8af29c..0f7089be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: python python: - pypy env: - - PORTAGE_VER="2.3.68" + - PORTAGE_VER="2.3.78" before_install: - sudo apt-get -qq update - pip install lxml pyyaml