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 6CF1C1396D0 for ; Sat, 7 Oct 2017 03:38:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B92EE0DA7; Sat, 7 Oct 2017 03:38:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 02E0FE0DA7 for ; Sat, 7 Oct 2017 03:38: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 0E88334176C for ; Sat, 7 Oct 2017 03:38:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5393590A2 for ; Sat, 7 Oct 2017 03:38:20 +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: <1507347484.2a93f3b55c7245587a2403c47d375b1be41429d1.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: 2a93f3b55c7245587a2403c47d375b1be41429d1 X-VCS-Branch: master Date: Sat, 7 Oct 2017 03:38:20 +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: ca0697ee-cb2c-4616-a588-687b161bbb71 X-Archives-Hash: 2e8f2a83cc1fcdc02b1632687853e3db commit: 2a93f3b55c7245587a2403c47d375b1be41429d1 Author: Michael Palimaka gentoo org> AuthorDate: Sat Oct 7 03:36:19 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Oct 7 03:38:04 2017 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=2a93f3b5 travis: update .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ea759bb5..b5c26f15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: python python: - pypy env: - - PORTAGE_VER="2.3.10" + - PORTAGE_VER="2.3.11" before_install: - sudo apt-get -qq update - pip install lxml