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 5C810158091 for ; Thu, 16 Jun 2022 19:33:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96612E087A; Thu, 16 Jun 2022 19:33:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 79095E087A for ; Thu, 16 Jun 2022 19:33:27 +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 8A4163420D2 for ; Thu, 16 Jun 2022 19:33:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6568501 for ; Thu, 16 Jun 2022 19:33:24 +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: <1655407998.5b3f1c8440edbdb68956f557b13f8621a42b9107.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/tox/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/tox/tox-0.2.18.ebuild X-VCS-Directories: net-libs/tox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5b3f1c8440edbdb68956f557b13f8621a42b9107 X-VCS-Branch: master Date: Thu, 16 Jun 2022 19:33:24 +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: 269ad98d-a6a7-47cc-8ddd-dd5f25ab66a8 X-Archives-Hash: eb93c69353d44465eaf123cc5b9e0245 commit: 5b3f1c8440edbdb68956f557b13f8621a42b9107 Author: Sam James gentoo org> AuthorDate: Thu Jun 16 19:33:02 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 16 19:33:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b3f1c84 net-libs/tox: fix S Closes: https://bugs.gentoo.org/852632 Signed-off-by: Sam James gentoo.org> net-libs/tox/tox-0.2.18.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-libs/tox/tox-0.2.18.ebuild b/net-libs/tox/tox-0.2.18.ebuild index 19cb445abe6f..4296b1ad05d7 100644 --- a/net-libs/tox/tox-0.2.18.ebuild +++ b/net-libs/tox/tox-0.2.18.ebuild @@ -5,9 +5,10 @@ EAPI=8 inherit cmake systemd +MY_P=c-toxcore-${PV} DESCRIPTION="Encrypted P2P, messaging, and audio/video calling platform" HOMEPAGE="https://tox.chat https://github.com/TokTok/c-toxcore" -SRC_URI="https://github.com/TokTok/c-toxcore/releases/download/v${PV}/c-toxcore-${PV}.tar.gz" +SRC_URI="https://github.com/TokTok/c-toxcore/releases/download/v${PV}/${MY_P}.tar.gz" LICENSE="GPL-3+" SLOT="0/0.2" @@ -34,7 +35,7 @@ RDEPEND="${DEPEND} ) key-utils? ( || ( sys-devel/gcc[openmp] sys-devel/clang-runtime[openmp] ) )" -S="${WORKDIR}/${MY_P}" +S="${WORKDIR}"/${MY_P} src_prepare() { cmake_src_prepare