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 EFFF11396D9 for ; Fri, 27 Oct 2017 20:32:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E82B2BC00E; Fri, 27 Oct 2017 20:32:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 2FC352BC00E for ; Fri, 27 Oct 2017 20:32:57 +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 5789833BEB4 for ; Fri, 27 Oct 2017 20:32:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E280F30B for ; Fri, 27 Oct 2017 20:32:54 +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: <1509136338.8dd5e8c84854ed8597e9254b241d38c38af8cbf3.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: 8dd5e8c84854ed8597e9254b241d38c38af8cbf3 X-VCS-Branch: master Date: Fri, 27 Oct 2017 20:32:54 +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: 35bd8f88-a562-4a50-8630-cd9f0b3144e8 X-Archives-Hash: cc096404ac104d9d2807e0190737802d commit: 8dd5e8c84854ed8597e9254b241d38c38af8cbf3 Author: Johannes Huber gentoo org> AuthorDate: Fri Oct 27 20:32:18 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Oct 27 20:32:18 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8dd5e8c8 .travis.yml: Bump portage version to 2.3.12 .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 687f984c35..18a336a3c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: python python: - pypy env: - - PORTAGE_VER="2.3.11" + - PORTAGE_VER="2.3.12" before_install: - sudo apt-get -qq update - pip install lxml