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 A0015138334 for ; Wed, 27 Jun 2018 05:09:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 619FFE0AA7; Wed, 27 Jun 2018 05:09:43 +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 208B4E0AA7 for ; Wed, 27 Jun 2018 05:09:41 +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 68CE8335C9F for ; Wed, 27 Jun 2018 05:09:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 535DB2DA for ; Wed, 27 Jun 2018 05:09:38 +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: <1530076168.a8ee1ceb16968f0c6fb07b7620bf01f527301b0b.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: a8ee1ceb16968f0c6fb07b7620bf01f527301b0b X-VCS-Branch: master Date: Wed, 27 Jun 2018 05:09:38 +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: db791dfe-fa29-49a0-b085-5151afed18d3 X-Archives-Hash: b951e2ecf8dd2c460fb86032dc341c15 commit: a8ee1ceb16968f0c6fb07b7620bf01f527301b0b Author: Johannes Huber gentoo org> AuthorDate: Wed Jun 27 05:09:28 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Jun 27 05:09:28 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a8ee1ceb .travis.yml: bump portage version to 2.3.41 .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d18e82dec7..04efe8af9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: python python: - pypy env: - - PORTAGE_VER="2.3.40" + - PORTAGE_VER="2.3.41" before_install: - sudo apt-get -qq update - pip install lxml pyyaml