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 A7C49158094 for ; Wed, 24 Aug 2022 11:38:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D7BDE07E1; Wed, 24 Aug 2022 11:38:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 53693E07EA for ; Wed, 24 Aug 2022 11:38:53 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EB23340FE5 for ; Wed, 24 Aug 2022 11:38:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 872A757D for ; Wed, 24 Aug 2022 11:38:49 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1661341124.e8bdd791aa52d61cb936cb093f4be1d9841bcaa0.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ignition-transport/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/ignition-transport/ignition-transport-8.3.0.ebuild X-VCS-Directories: net-libs/ignition-transport/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e8bdd791aa52d61cb936cb093f4be1d9841bcaa0 X-VCS-Branch: master Date: Wed, 24 Aug 2022 11:38:49 +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: d2a0d7a2-62bd-4ed5-a6a1-db3b6feda00a X-Archives-Hash: b2505c847ddb9714c3c4bb327e621615 commit: e8bdd791aa52d61cb936cb093f4be1d9841bcaa0 Author: Alexis Ballier gentoo org> AuthorDate: Wed Aug 24 10:21:48 2022 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Aug 24 11:38:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8bdd791 net-libs/ignition-transport: fix $S Signed-off-by: Alexis Ballier gentoo.org> net-libs/ignition-transport/ignition-transport-8.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/ignition-transport/ignition-transport-8.3.0.ebuild b/net-libs/ignition-transport/ignition-transport-8.3.0.ebuild index 0d785702f142..dd2ad51efb98 100644 --- a/net-libs/ignition-transport/ignition-transport-8.3.0.ebuild +++ b/net-libs/ignition-transport/ignition-transport-8.3.0.ebuild @@ -29,4 +29,4 @@ BDEPEND=" dev-util/ignition-cmake:2 virtual/pkgconfig" CMAKE_BUILD_TYPE=RelWithDebInfo -S="${WORKDIR}/ign-transport-${PN}8_${PV}" +S="${WORKDIR}/gz-transport-ignition-transport8_${PV}"