diff options
author | 2021-01-22 11:56:37 +0100 | |
---|---|---|
committer | 2021-01-22 11:59:00 +0100 | |
commit | 6c83973145dfd21147a2473034e47329c70c3a80 (patch) | |
tree | 4cb6552743f48441e494468bd86a32d3c20f3c4d /gui-libs/libcsys/libcsys-9999.ebuild | |
parent | media-gfx/silicon: Use python-any-r1 for python dep (diff) | |
download | guru-6c83973145dfd21147a2473034e47329c70c3a80.tar.gz guru-6c83973145dfd21147a2473034e47329c70c3a80.tar.bz2 guru-6c83973145dfd21147a2473034e47329c70c3a80.zip |
gui-libs/libc*: update URLs
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
Diffstat (limited to 'gui-libs/libcsys/libcsys-9999.ebuild')
-rw-r--r-- | gui-libs/libcsys/libcsys-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gui-libs/libcsys/libcsys-9999.ebuild b/gui-libs/libcsys/libcsys-9999.ebuild index 5211021c3..8a6185834 100644 --- a/gui-libs/libcsys/libcsys-9999.ebuild +++ b/gui-libs/libcsys/libcsys-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,13 +8,13 @@ QTMIN="5.15.1" inherit multilib qmake-utils DESCRIPTION="Library for managing the device" -HOMEPAGE="https://gitlab.com/cubocore/coreapps/libcsys" +HOMEPAGE="https://gitlab.com/cubocore/libcsys" if [[ "${PV}" == *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git" + EGIT_REPO_URI="https://gitlab.com/cubocore/${PN}.git" else - SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/cubocore/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" S="${WORKDIR}/${PN}-v${PV}" fi |