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 128E7139694 for ; Sat, 20 May 2017 09:23:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24F35E0D1A; Sat, 20 May 2017 09:23:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3869E0D1A for ; Sat, 20 May 2017 09:23:49 +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 AACB43416BD for ; Sat, 20 May 2017 09:23:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 220DD7446 for ; Sat, 20 May 2017 09:23:47 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1495272217.116edc8f11176aede1bd5983995c91da4fe0d8b1.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: / X-VCS-Repository: proj/kde X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 116edc8f11176aede1bd5983995c91da4fe0d8b1 X-VCS-Branch: master Date: Sat, 20 May 2017 09:23:47 +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: 53e508a5-bf59-47c2-b6bc-4a820f8e87ce X-Archives-Hash: 4129ad283a6c0e3122ef136bc42204e1 commit: 116edc8f11176aede1bd5983995c91da4fe0d8b1 Author: Johannes Huber gentoo org> AuthorDate: Sat May 20 09:23:37 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat May 20 09:23:37 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=116edc8f .travis.yml: Bump portage version to 2.3.6 .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 43935af9e8..e311a56708 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: python python: - pypy env: - - PORTAGE_VER="2.3.5" + - PORTAGE_VER="2.3.6" before_install: - sudo apt-get -qq update - pip install lxml