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 AF924138334 for ; Thu, 31 Jan 2019 21:29:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DBC0E0BD3; Thu, 31 Jan 2019 21:29:19 +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 D7E6BE0BD3 for ; Thu, 31 Jan 2019 21:29:18 +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 1CB23335D5B for ; Thu, 31 Jan 2019 21:29:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3CE444B for ; Thu, 31 Jan 2019 21:29:15 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1548970138.c8d508d1974aa585ab1b0fb3064e23af5f53400a.asturm@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: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c8d508d1974aa585ab1b0fb3064e23af5f53400a X-VCS-Branch: master Date: Thu, 31 Jan 2019 21:29:15 +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: 41303bd7-fbbe-4aa2-85cb-0aa03c0209f0 X-Archives-Hash: 915b0bd3d53098ea197485ed5533c8e0 commit: c8d508d1974aa585ab1b0fb3064e23af5f53400a Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 31 21:28:58 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 31 21:28:58 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c8d508d1 .travis.yml: Bump portage version to 2.3.59 Signed-off-by: Andreas Sturmlechner gentoo.org> .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8bc6a7572f..e0649be2ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: python python: - pypy env: - - PORTAGE_VER="2.3.53" + - PORTAGE_VER="2.3.59" before_install: - sudo apt-get -qq update - pip install lxml pyyaml