mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-libs/tox: Bugfix; Add missing variable S.
Closes: https://bugs.gentoo.org/852686 Signed-off-by: Josiah Mullins <JoMull01@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/26485 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
1e57ee7fb6
commit
4c07012874
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user