commit: 4c0701287485451a3e60ef764d6115ea36c232c1 Author: Josiah Mullins <JoMull01 <AT> protonmail <DOT> com> AuthorDate: Tue Jul 19 17:36:46 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jul 19 18:27:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c070128
net-libs/tox: Bugfix; Add missing variable S. Closes: https://bugs.gentoo.org/852686 Signed-off-by: Josiah Mullins <JoMull01 <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/26485 Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/tox/{tox-0.2.18.ebuild => tox-0.2.18-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/tox/tox-0.2.18.ebuild b/net-libs/tox/tox-0.2.18-r1.ebuild similarity index 98% rename from net-libs/tox/tox-0.2.18.ebuild rename to net-libs/tox/tox-0.2.18-r1.ebuild index 4296b1ad05d7..00753d1f6819 100644 --- a/net-libs/tox/tox-0.2.18.ebuild +++ b/net-libs/tox/tox-0.2.18-r1.ebuild @@ -5,7 +5,9 @@ EAPI=8 inherit cmake systemd -MY_P=c-toxcore-${PV} +MY_P="c-toxcore-${PV}" +S="${WORKDIR}/${MY_P}" + 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}/${MY_P}.tar.gz" @@ -35,8 +37,6 @@ RDEPEND="${DEPEND} ) key-utils? ( || ( sys-devel/gcc[openmp] sys-devel/clang-runtime[openmp] ) )" -S="${WORKDIR}"/${MY_P} - src_prepare() { cmake_src_prepare
