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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98CC0158091 for ; Sun, 12 Jun 2022 00:29:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC5B2E079E; Sun, 12 Jun 2022 00:29:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 519F5E079E for ; Sun, 12 Jun 2022 00:29:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48D593418DF for ; Sun, 12 Jun 2022 00:29:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9951F44B for ; Sun, 12 Jun 2022 00:28:58 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1654993726.f2546a16c0fae52bcfd6c178b69d89a99e176bb4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pkgconf/pkgconf-1.8.0-r1.ebuild dev-util/pkgconf/pkgconf-9999.ebuild X-VCS-Directories: dev-util/pkgconf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f2546a16c0fae52bcfd6c178b69d89a99e176bb4 X-VCS-Branch: master Date: Sun, 12 Jun 2022 00:28:58 +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: ee7b9aac-e52d-49d7-9670-e1f6085198a0 X-Archives-Hash: d37439699142ef1c165a2b006d044d33 commit: f2546a16c0fae52bcfd6c178b69d89a99e176bb4 Author: Sam James gentoo org> AuthorDate: Sun Jun 12 00:28:46 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 12 00:28:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2546a16 dev-util/pkgconf: use HTTPS for SRC_URI Signed-off-by: Sam James gentoo.org> dev-util/pkgconf/pkgconf-1.8.0-r1.ebuild | 2 +- dev-util/pkgconf/pkgconf-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/pkgconf/pkgconf-1.8.0-r1.ebuild b/dev-util/pkgconf/pkgconf-1.8.0-r1.ebuild index 32f93a4c62e3..09d8dc93242b 100644 --- a/dev-util/pkgconf/pkgconf-1.8.0-r1.ebuild +++ b/dev-util/pkgconf/pkgconf-1.8.0-r1.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then inherit autotools git-r3 EGIT_REPO_URI="https://gitea.treehouse.systems/ariadne/pkgconf.git" else - SRC_URI="http://distfiles.dereferenced.org/${PN}/${P}.tar.xz" + SRC_URI="https://distfiles.dereferenced.org/${PN}/${P}.tar.xz" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi diff --git a/dev-util/pkgconf/pkgconf-9999.ebuild b/dev-util/pkgconf/pkgconf-9999.ebuild index df6cb7262ced..e22b60c8f2ed 100644 --- a/dev-util/pkgconf/pkgconf-9999.ebuild +++ b/dev-util/pkgconf/pkgconf-9999.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then inherit autotools git-r3 EGIT_REPO_URI="https://gitea.treehouse.systems/ariadne/pkgconf.git" else - SRC_URI="http://distfiles.dereferenced.org/${PN}/${P}.tar.xz" + SRC_URI="https://distfiles.dereferenced.org/${PN}/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~ppc-macos ~x64-macos" fi