From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 554E11580E0 for ; Fri, 31 Jan 2025 13:09:46 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2F907343162 for ; Fri, 31 Jan 2025 13:09:46 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 256001103B6; Fri, 31 Jan 2025 13:09:45 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 1A6961103B6 for ; Fri, 31 Jan 2025 13:09:45 +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 BBA1C342FE5 for ; Fri, 31 Jan 2025 13:09:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56D02190B for ; Fri, 31 Jan 2025 13:09:43 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1738328980.5c74c8bf310a677749269e811626aba7343fe98f.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtlsrpt/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libtlsrpt/libtlsrpt-0.5.0_rc1-r1.ebuild net-libs/libtlsrpt/libtlsrpt-9999.ebuild X-VCS-Directories: net-libs/libtlsrpt/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: 5c74c8bf310a677749269e811626aba7343fe98f X-VCS-Branch: master Date: Fri, 31 Jan 2025 13:09:43 +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: 1972c7dd-2e00-4b03-a10f-dbe441c60982 X-Archives-Hash: 7c546e9dbb99502ebc3bbe829365b964 commit: 5c74c8bf310a677749269e811626aba7343fe98f Author: Marc Schiffbauer gentoo org> AuthorDate: Fri Jan 31 13:09:16 2025 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Fri Jan 31 13:09:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c74c8bf net-libs/libtlsrpt: fix live build Signed-off-by: Marc Schiffbauer gentoo.org> net-libs/libtlsrpt/libtlsrpt-0.5.0_rc1-r1.ebuild | 1 - net-libs/libtlsrpt/libtlsrpt-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/net-libs/libtlsrpt/libtlsrpt-0.5.0_rc1-r1.ebuild b/net-libs/libtlsrpt/libtlsrpt-0.5.0_rc1-r1.ebuild index 7f91034e4778..ece22a751879 100644 --- a/net-libs/libtlsrpt/libtlsrpt-0.5.0_rc1-r1.ebuild +++ b/net-libs/libtlsrpt/libtlsrpt-0.5.0_rc1-r1.ebuild @@ -9,7 +9,6 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 MY_P="${PN}${PV/_/}" EGIT_REPO_URI="https://github.com/sys4/${PN}.git" - S="${WORKDIR}/${MY_P}/${PN}" else MY_P="${PN}-${PV/_/}" SRC_URI="https://github.com/sys4/${PN}/releases/download/v${PV/_/}/${MY_P}.tar.gz" diff --git a/net-libs/libtlsrpt/libtlsrpt-9999.ebuild b/net-libs/libtlsrpt/libtlsrpt-9999.ebuild index 7f91034e4778..ece22a751879 100644 --- a/net-libs/libtlsrpt/libtlsrpt-9999.ebuild +++ b/net-libs/libtlsrpt/libtlsrpt-9999.ebuild @@ -9,7 +9,6 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 MY_P="${PN}${PV/_/}" EGIT_REPO_URI="https://github.com/sys4/${PN}.git" - S="${WORKDIR}/${MY_P}/${PN}" else MY_P="${PN}-${PV/_/}" SRC_URI="https://github.com/sys4/${PN}/releases/download/v${PV/_/}/${MY_P}.tar.gz"