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 96035138334 for ; Tue, 1 Jan 2019 00:36:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6234FE0955; Tue, 1 Jan 2019 00:36:01 +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 34CCFE0955 for ; Tue, 1 Jan 2019 00:36:00 +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 E83B7335C31 for ; Tue, 1 Jan 2019 00:35:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B3E445B for ; Tue, 1 Jan 2019 00:35:56 +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: <1546302940.61cd22c5498bc01dfc36971d7afc389f5d82b712.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: 61cd22c5498bc01dfc36971d7afc389f5d82b712 X-VCS-Branch: master Date: Tue, 1 Jan 2019 00:35:56 +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: 77a2afea-5e65-4953-8717-8a74542c316d X-Archives-Hash: e4522088c6cf6981f79030ef3d338bc8 commit: 61cd22c5498bc01dfc36971d7afc389f5d82b712 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 1 00:34:44 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 1 00:35:40 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=61cd22c5 Bump portage version to 2.3.52 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 79c48c29eb..8bc6a7572f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: python python: - pypy env: - - PORTAGE_VER="2.3.51" + - PORTAGE_VER="2.3.53" before_install: - sudo apt-get -qq update - pip install lxml pyyaml