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 95E3E138334 for ; Fri, 2 Nov 2018 09:03:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E428E07F1; Fri, 2 Nov 2018 09:03:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2486EE07F1 for ; Fri, 2 Nov 2018 09:03:57 +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 19990335CA6 for ; Fri, 2 Nov 2018 09:03:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEE4343D for ; Fri, 2 Nov 2018 09:03:53 +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: <1541149413.a7ea63dbf27ef894e8fa180b0440e42aa9dfd7e4.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: a7ea63dbf27ef894e8fa180b0440e42aa9dfd7e4 X-VCS-Branch: master Date: Fri, 2 Nov 2018 09:03:53 +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: 026b8ae4-db95-42c9-b836-368c745b371e X-Archives-Hash: 699adaa594f1f2b48e68920e3e7974de commit: a7ea63dbf27ef894e8fa180b0440e42aa9dfd7e4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 2 09:03:15 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 2 09:03:33 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a7ea63db travis.yml: Bump portage version to 2.3.51 .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 022b909e60..79c48c29eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: python python: - pypy env: - - PORTAGE_VER="2.3.43" + - PORTAGE_VER="2.3.51" before_install: - sudo apt-get -qq update - pip install lxml pyyaml