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 14A821382C5 for ; Mon, 29 Jun 2020 05:13:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54D81E0967; Mon, 29 Jun 2020 05:13:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 40C0EE0967 for ; Mon, 29 Jun 2020 05:13:01 +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 AA79134F328 for ; Mon, 29 Jun 2020 05:12:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BA9E2BE for ; Mon, 29 Jun 2020 05:12:56 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1593407487.a5d36cc51c7f9599696029efe10e82326856576b.gyakovlev@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: / X-VCS-Repository: proj/musl X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: a5d36cc51c7f9599696029efe10e82326856576b X-VCS-Branch: master Date: Mon, 29 Jun 2020 05:12:56 +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: 9f1a5685-ad6d-4808-a20f-d571247b78f5 X-Archives-Hash: 0118b01983c7f749a6b56d1a8a84aff2 commit: a5d36cc51c7f9599696029efe10e82326856576b Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Jun 29 05:11:27 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Jun 29 05:11:27 2020 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=a5d36cc5 .travis.yml: update to portage 2.3.103 Signed-off-by: Georgy Yakovlev gentoo.org> .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f868dd1..a8a655b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ notifications: on_failure: always # options: [always|never|change] default: always on_start: false # default: false env: - - PORTAGE_VER="2.3.93" + - PORTAGE_VER="2.3.103" before_install: - sudo apt-get -qq update - pip install lxml pyyaml