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 2766B1382C5 for ; Sun, 28 Jun 2020 20:51:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C77AE09C4; Sun, 28 Jun 2020 20:51:30 +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 36579E09C4 for ; Sun, 28 Jun 2020 20:51:30 +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 5421034F2AB for ; Sun, 28 Jun 2020 20:51:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DFB32BE for ; Sun, 28 Jun 2020 20:51:28 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1593377474.04b13f4cb1315f8064fd9c3d2fcc2b92e5e61332.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/keystone/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/keystone/keystone-0.9.1-r1.ebuild dev-libs/keystone/keystone-0.9.1.ebuild dev-libs/keystone/keystone-9999.ebuild X-VCS-Directories: dev-libs/keystone/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 04b13f4cb1315f8064fd9c3d2fcc2b92e5e61332 X-VCS-Branch: master Date: Sun, 28 Jun 2020 20:51:28 +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: 938194c7-9965-4eb1-b99e-44f753906683 X-Archives-Hash: 5fadd3877a319b7e650a12e33b5f9247 commit: 04b13f4cb1315f8064fd9c3d2fcc2b92e5e61332 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Jun 28 15:38:52 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Jun 28 20:51:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b13f4c dev-libs/keystone: use HTTPS Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16472 Signed-off-by: Aaron Bauman gentoo.org> dev-libs/keystone/keystone-0.9.1-r1.ebuild | 2 +- dev-libs/keystone/keystone-0.9.1.ebuild | 2 +- dev-libs/keystone/keystone-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/keystone/keystone-0.9.1-r1.ebuild b/dev-libs/keystone/keystone-0.9.1-r1.ebuild index a4863b0bced..b5390fca67d 100644 --- a/dev-libs/keystone/keystone-0.9.1-r1.ebuild +++ b/dev-libs/keystone/keystone-0.9.1-r1.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{6,7,8} ) inherit cmake distutils-r1 llvm DESCRIPTION="assembly/assembler framework + bindings" -HOMEPAGE="http://www.keystone-engine.org/" +HOMEPAGE="https://www.keystone-engine.org/" if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/keystone-engine/keystone.git" diff --git a/dev-libs/keystone/keystone-0.9.1.ebuild b/dev-libs/keystone/keystone-0.9.1.ebuild index eefe42cfab5..862e1fa1556 100644 --- a/dev-libs/keystone/keystone-0.9.1.ebuild +++ b/dev-libs/keystone/keystone-0.9.1.ebuild @@ -10,7 +10,7 @@ PYTHON_COMPAT=( python3_6 ) inherit cmake-utils distutils-r1 llvm DESCRIPTION="assembly/assembler framework + bindings" -HOMEPAGE="http://www.keystone-engine.org/" +HOMEPAGE="https://www.keystone-engine.org/" if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/keystone-engine/keystone.git" diff --git a/dev-libs/keystone/keystone-9999.ebuild b/dev-libs/keystone/keystone-9999.ebuild index a4863b0bced..b5390fca67d 100644 --- a/dev-libs/keystone/keystone-9999.ebuild +++ b/dev-libs/keystone/keystone-9999.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{6,7,8} ) inherit cmake distutils-r1 llvm DESCRIPTION="assembly/assembler framework + bindings" -HOMEPAGE="http://www.keystone-engine.org/" +HOMEPAGE="https://www.keystone-engine.org/" if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/keystone-engine/keystone.git"