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 A0ED815800D for ; Fri, 7 Jul 2023 07:31:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECAB7E0866; Fri, 7 Jul 2023 07:31:43 +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 D1267E0866 for ; Fri, 7 Jul 2023 07:31:43 +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 E291F34111E for ; Fri, 7 Jul 2023 07:31:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F6FCADE for ; Fri, 7 Jul 2023 07:31:39 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1688715088.4fb39ef144ea983c6fa941954560df29f7a4601d.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/tse3/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/tse3/tse3-0.3.1-r2.ebuild X-VCS-Directories: media-libs/tse3/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 4fb39ef144ea983c6fa941954560df29f7a4601d X-VCS-Branch: master Date: Fri, 7 Jul 2023 07:31:39 +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: 9c5cb6e8-2851-44b9-8732-84e580e7d018 X-Archives-Hash: 4b221637798acba766988978a3f36344 commit: 4fb39ef144ea983c6fa941954560df29f7a4601d Author: Michael Mair-Keimberger levelnine at> AuthorDate: Thu Jul 6 09:16:28 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Fri Jul 7 07:31:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb39ef1 media-libs/tse3: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31776 Signed-off-by: Miroslav Šulc gentoo.org> media-libs/tse3/tse3-0.3.1-r2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-libs/tse3/tse3-0.3.1-r2.ebuild b/media-libs/tse3/tse3-0.3.1-r2.ebuild index 5f0dc9f72733..81f7327d4a82 100644 --- a/media-libs/tse3/tse3-0.3.1-r2.ebuild +++ b/media-libs/tse3/tse3-0.3.1-r2.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit autotools flag-o-matic DESCRIPTION="TSE3 Sequencer library" -HOMEPAGE="http://TSE3.sourceforge.net" +HOMEPAGE="https://TSE3.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz mirror://gentoo/${P}-awe_voice.h.tbz2" @@ -16,7 +16,6 @@ IUSE="alsa oss" RDEPEND="alsa? ( media-libs/alsa-lib )" DEPEND="${RDEPEND}" -BDEPEND="" PATCHES=( "${FILESDIR}/${PN}-0.2.7-size_t-64bit.patch"