x42-plugins/x42-plugins-99999999.ebuild: set git url to LADI one

This commit is contained in:
Nedko Arnaudov 2023-02-03 17:48:15 +02:00
parent 7624225bf9
commit 9ce299c34d
1 changed files with 4 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -8,13 +8,9 @@ inherit toolchain-funcs
DESCRIPTION="Collection of LV2 plugins"
HOMEPAGE="https://github.com/x42/x42-plugins"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/x42/x42-plugins.git"
else
SRC_URI="http://gareus.org/misc/x42-plugins/${P}.tar.xz"
KEYWORDS="~amd64"
fi
inherit git-r3
EGIT_REPO_URI="https://github.com/LADI/x42-plugins.git"
KEYWORDS="~amd64"
LICENSE="GPL-2"
SLOT="0"