diff options
author | Sam James <sam@gentoo.org> | 2022-01-01 09:58:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-01 09:58:12 +0000 |
commit | 4f1f54077dc0189b1962a3b99b4f9b40c3c43569 (patch) | |
tree | 3b674951ff68a55ec87fa395f51918770edaafff /gui-libs/wlroots | |
parent | games-roguelike/stone-soup: fix MissingTestRestrict (diff) | |
download | gentoo-4f1f54077dc0189b1962a3b99b4f9b40c3c43569.tar.gz gentoo-4f1f54077dc0189b1962a3b99b4f9b40c3c43569.tar.bz2 gentoo-4f1f54077dc0189b1962a3b99b4f9b40c3c43569.zip |
gui-libs/wlroots: fix RedundantUriRename
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs/wlroots')
-rw-r--r-- | gui-libs/wlroots/wlroots-0.15.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-libs/wlroots/wlroots-0.15.0-r1.ebuild b/gui-libs/wlroots/wlroots-0.15.0-r1.ebuild index 8e5a8863e196..d7d3567a21fe 100644 --- a/gui-libs/wlroots/wlroots-0.15.0-r1.ebuild +++ b/gui-libs/wlroots/wlroots-0.15.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 SLOT="0/9999" else - SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" SLOT="0/15" fi |