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 05DED1382C5 for ; Mon, 25 Jan 2021 17:23:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40506E09EC; Mon, 25 Jan 2021 17:23:29 +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 1EA8FE09EC for ; Mon, 25 Jan 2021 17:23:29 +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 ECE933411FE for ; Mon, 25 Jan 2021 17:23:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E36C54AA for ; Mon, 25 Jan 2021 17:23:24 +0000 (UTC) From: "Marco Leise" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marco Leise" Message-ID: <1611595023.3bd9100a54efd9da5ada8ffd357a58c63dcb607b.mleise@gentoo> Subject: [gentoo-commits] repo/user/dlang:master commit in: / X-VCS-Repository: repo/user/dlang X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: mleise X-VCS-Committer-Name: Marco Leise X-VCS-Revision: 3bd9100a54efd9da5ada8ffd357a58c63dcb607b X-VCS-Branch: master Date: Mon, 25 Jan 2021 17:23:24 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b3684436-c176-4d28-91dd-e2bf6cf296aa X-Archives-Hash: 379dbfe98265a2500cb7e28daf4d1b04 commit: 3bd9100a54efd9da5ada8ffd357a58c63dcb607b Author: Marco Leise gmx de> AuthorDate: Mon Jan 25 17:17:03 2021 +0000 Commit: Marco Leise gmx de> CommitDate: Mon Jan 25 17:17:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=3bd9100a updated .travis.yml Signed-off-by: Marco Leise gmx.de> .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f549d7..e3ebb84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: python python: - "3.8" env: - - PORTAGE_VER="3.0.8" + - PORTAGE_VER="3.0.13" before_install: - sudo apt-get -qq update - pip install lxml pyyaml