Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/wlroots/
Date: Sat, 01 Jan 2022 10:03:09
Message-Id: 1641031092.4f1f54077dc0189b1962a3b99b4f9b40c3c43569.sam@gentoo
1 commit: 4f1f54077dc0189b1962a3b99b4f9b40c3c43569
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 09:58:12 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 09:58:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f1f5407
7
8 gui-libs/wlroots: fix RedundantUriRename
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 gui-libs/wlroots/wlroots-0.15.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/gui-libs/wlroots/wlroots-0.15.0-r1.ebuild b/gui-libs/wlroots/wlroots-0.15.0-r1.ebuild
16 index 8e5a8863e196..d7d3567a21fe 100644
17 --- a/gui-libs/wlroots/wlroots-0.15.0-r1.ebuild
18 +++ b/gui-libs/wlroots/wlroots-0.15.0-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
26 inherit git-r3
27 SLOT="0/9999"
28 else
29 - SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz -> ${P}.tar.gz"
30 + SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz"
31 KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
32 SLOT="0/15"
33 fi