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 10F8F1396D0 for ; Wed, 20 Sep 2017 05:20:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39C5A1FC048; Wed, 20 Sep 2017 05:20:37 +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 180F51FC048 for ; Wed, 20 Sep 2017 05:20:36 +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 02BFA3402FE for ; Wed, 20 Sep 2017 05:20:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7390D907A for ; Wed, 20 Sep 2017 05:20:34 +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: <1505884814.1227124fa87accf37221bdafcc799c110211baee.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: 1227124fa87accf37221bdafcc799c110211baee X-VCS-Branch: master Date: Wed, 20 Sep 2017 05:20:34 +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: b2d68b5b-dcaa-46b5-8d20-949ddeb928a4 X-Archives-Hash: 2d28a3861eec3d62c1dc3ca7cae04e1f commit: 1227124fa87accf37221bdafcc799c110211baee Author: Johannes Huber gentoo org> AuthorDate: Wed Sep 20 05:20:14 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Sep 20 05:20:14 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1227124f .travis.yml: Bump portage version to 2.3.10 .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d4b1f33d70..01b6e44498 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: python python: - pypy env: - - PORTAGE_VER="2.3.8" + - PORTAGE_VER="2.3.10" before_install: - sudo apt-get -qq update - pip install lxml