mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-misc/opentrack: sync live ebuild
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
@@ -14,21 +14,15 @@ if [[ ${PV} == 9999 ]] ; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/opentrack/opentrack.git"
|
||||
else
|
||||
SRC_URI="https://github.com/opentrack/opentrack/archive/refs/tags/${P}.tar.gz"
|
||||
SRC_URI="https://github.com/opentrack/opentrack/archive/${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/opentrack-${P}"
|
||||
fi
|
||||
|
||||
SRC_URI="
|
||||
${SRC_URI}
|
||||
https://github.com/xioTechnologies/Fusion/archive/refs/tags/v${FUSION_PV}.tar.gz -> Fusion-${FUSION_PV}.tar.gz
|
||||
"
|
||||
SRC_URI+=" https://github.com/xioTechnologies/Fusion/archive/v${FUSION_PV}.tar.gz -> Fusion-${FUSION_PV}.tar.gz"
|
||||
|
||||
LICENSE="ISC MIT"
|
||||
SLOT="0"
|
||||
|
||||
IUSE="neuralnet opencv openmp wine"
|
||||
|
||||
REQUIRED_USE="neuralnet? ( openmp opencv )"
|
||||
|
||||
DEPEND="
|
||||
@@ -60,7 +54,7 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
git-r3_src_unpack
|
||||
else
|
||||
unpack ${P}.tar.xz
|
||||
|
||||
Reference in New Issue
Block a user