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 45976139083 for ; Mon, 25 Dec 2017 02:45:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AAEBE0D47; Mon, 25 Dec 2017 02:45:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2A830E0D47 for ; Mon, 25 Dec 2017 02:45:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5393933BEED for ; Mon, 25 Dec 2017 02:45:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1F0C747C for ; Mon, 25 Dec 2017 02:45:11 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1514169903.e093e8645e41e5f095960b3f3f6313a451d7b7d3.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: e093e8645e41e5f095960b3f3f6313a451d7b7d3 X-VCS-Branch: master Date: Mon, 25 Dec 2017 02:45:11 +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: 8cfc6bb0-b6c1-42b4-8ddb-7c28b874cc84 X-Archives-Hash: a31c2d188edef4fcbc981f9664423fb6 commit: e093e8645e41e5f095960b3f3f6313a451d7b7d3 Author: Michael Palimaka gentoo org> AuthorDate: Mon Dec 25 02:44:57 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Dec 25 02:45:03 2017 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=e093e864 travis: update .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c1954be6..4b592aa0 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