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 BD619158020 for ; Thu, 24 Nov 2022 18:15:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7DF1E0992; Thu, 24 Nov 2022 18:15:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D8BDE0992 for ; Thu, 24 Nov 2022 18:15:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A600A340F77 for ; Thu, 24 Nov 2022 18:15:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0ABE763 for ; Thu, 24 Nov 2022 18:14:57 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1669313680.cb5688b13bb82a932bb27a36a8bf88caf7c573a5.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/libiodbc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/libiodbc/libiodbc-3.52.15-r1.ebuild X-VCS-Directories: dev-db/libiodbc/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: cb5688b13bb82a932bb27a36a8bf88caf7c573a5 X-VCS-Branch: master Date: Thu, 24 Nov 2022 18:14:57 +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: 39fcb7bf-db2d-4b12-a5f9-e06ab4933e8f X-Archives-Hash: c64fdafeed298d4d0a46e043106256cd commit: cb5688b13bb82a932bb27a36a8bf88caf7c573a5 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri Nov 18 15:25:08 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Nov 24 18:14:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb5688b1 dev-db/libiodbc: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> dev-db/libiodbc/libiodbc-3.52.15-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/libiodbc/libiodbc-3.52.15-r1.ebuild b/dev-db/libiodbc/libiodbc-3.52.15-r1.ebuild index 377c247171b3..b77e2c06acf0 100644 --- a/dev-db/libiodbc/libiodbc-3.52.15-r1.ebuild +++ b/dev-db/libiodbc/libiodbc-3.52.15-r1.ebuild @@ -8,7 +8,7 @@ inherit autotools MY_PN="iODBC" DESCRIPTION="ODBC Interface for Linux" -HOMEPAGE="http://www.iodbc.org/" +HOMEPAGE="https://www.iodbc.org/" SRC_URI="https://github.com/openlink/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${MY_PN}-${PV}"