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 82E1C1382C5 for ; Tue, 3 Apr 2018 16:58:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4E65E0D91; Tue, 3 Apr 2018 16:58:03 +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 80FECE0D91 for ; Tue, 3 Apr 2018 16:58:03 +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 74478335CFB for ; Tue, 3 Apr 2018 16:58:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E46E264 for ; Tue, 3 Apr 2018 16:58: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: <1522774582.c1dd9713e9cdbc83e97eb8cd60be5209912bd90e.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: c1dd9713e9cdbc83e97eb8cd60be5209912bd90e X-VCS-Branch: master Date: Tue, 3 Apr 2018 16:58: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: ba4cc071-537f-49d3-b00f-837fe889cf42 X-Archives-Hash: 8c6655a20ab7d2f39bf3b0e108340f58 commit: c1dd9713e9cdbc83e97eb8cd60be5209912bd90e Author: Johannes Huber gentoo org> AuthorDate: Tue Apr 3 16:56:22 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Apr 3 16:56:22 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c1dd9713 travis.yml: Bump repoman version to 2.3.9 .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c7949673d0..f3a04a6f6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ python: env: global: - PORTAGE_VER="2.3.28" - - REPOMAN_VER="2.3.8" + - REPOMAN_VER="2.3.9" before_install: - sudo apt-get -qq update - pip install lxml==4.1.1