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 1C42B138359 for ; Wed, 23 Sep 2020 11:08:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 701F7E085E; Wed, 23 Sep 2020 11:08: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 356EFE0858 for ; Wed, 23 Sep 2020 11:08: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 4A02C340D68 for ; Wed, 23 Sep 2020 11:08:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EFFE38C for ; Wed, 23 Sep 2020 11:07:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1600859275.d172c525595dd09b400c911634ca4d9c90254000.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/yasm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/yasm/yasm-1.3.0-r1.ebuild X-VCS-Directories: dev-lang/yasm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d172c525595dd09b400c911634ca4d9c90254000 X-VCS-Branch: master Date: Wed, 23 Sep 2020 11:07:59 +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: 3e3708c6-b514-4619-a1c9-85aa46b93d83 X-Archives-Hash: 2a49a75da68245f85d192a8f6396a09d commit: d172c525595dd09b400c911634ca4d9c90254000 Author: Michał Górny gentoo org> AuthorDate: Wed Sep 23 11:06:16 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 23 11:07:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d172c525 dev-lang/yasm: Use HTTPS Signed-off-by: Michał Górny gentoo.org> dev-lang/yasm/yasm-1.3.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/yasm/yasm-1.3.0-r1.ebuild b/dev-lang/yasm/yasm-1.3.0-r1.ebuild index 43b4badc305..5d0209b792f 100644 --- a/dev-lang/yasm/yasm-1.3.0-r1.ebuild +++ b/dev-lang/yasm/yasm-1.3.0-r1.ebuild @@ -9,12 +9,12 @@ if [[ ${PV} == 9999* ]] ; then EGIT_REPO_URI="https://github.com/yasm/yasm.git" inherit autotools git-r3 else - SRC_URI="http://www.tortall.net/projects/yasm/releases/${P}.tar.gz" + SRC_URI="https://www.tortall.net/projects/yasm/releases/${P}.tar.gz" KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" fi DESCRIPTION="An assembler for x86 and x86_64 instruction sets" -HOMEPAGE="http://yasm.tortall.net/" +HOMEPAGE="https://yasm.tortall.net/" LICENSE="BSD-2 BSD || ( Artistic GPL-2 LGPL-2 )" SLOT="0"