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 489651382C5 for ; Thu, 1 Feb 2018 16:32:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79A3EE096D; Thu, 1 Feb 2018 16:32:04 +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 5ABEDE096D for ; Thu, 1 Feb 2018 16:32:04 +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 1EBFE335C6D for ; Thu, 1 Feb 2018 16:32:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7AA51BD for ; Thu, 1 Feb 2018 16:32:01 +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: <1517502711.3ff0715e3477e6fe14ea80b491514e948cc527a0.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: 3ff0715e3477e6fe14ea80b491514e948cc527a0 X-VCS-Branch: master Date: Thu, 1 Feb 2018 16:32:01 +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: 0e8925d0-36f2-47c1-944a-2a62faabc148 X-Archives-Hash: 69b3db85de0ced05ae2c7e950fdfa808 commit: 3ff0715e3477e6fe14ea80b491514e948cc527a0 Author: Johannes Huber gentoo org> AuthorDate: Thu Feb 1 16:31:51 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Feb 1 16:31:51 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3ff0715e .travis.yml: Bump portage version to 2.3.22 .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8f593e1e3d..374bbf5858 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: python python: - pypy env: - - PORTAGE_VER="2.3.21" + - PORTAGE_VER="2.3.22" before_install: - sudo apt-get -qq update - pip install lxml