Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/vte-common/
Date: Mon, 26 Sep 2022 16:00:30
Message-Id: 1664208015.d7881d42cc9b11d1c005ee77bf63c02ac9b435c2.mattst88@gentoo
1 commit: d7881d42cc9b11d1c005ee77bf63c02ac9b435c2
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 15:59:56 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 16:00:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7881d42
7
8 gui-libs/vte-common: Fix SRC_URI
9
10 Closes: https://bugs.gentoo.org/873067
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 gui-libs/vte-common/vte-common-0.70.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/gui-libs/vte-common/vte-common-0.70.0.ebuild b/gui-libs/vte-common/vte-common-0.70.0.ebuild
17 index 56323d80fd76..23bef45e9c29 100644
18 --- a/gui-libs/vte-common/vte-common-0.70.0.ebuild
19 +++ b/gui-libs/vte-common/vte-common-0.70.0.ebuild
20 @@ -16,7 +16,7 @@ IUSE="systemd"
21 KEYWORDS="~amd64"
22
23 # Upstream is hostile and refuses to upload tarballs.
24 -SRC_URI="https://gitlab.gnome.org/GNOME/vte-${PV}/-/archive/${PV}/vte-${PV}.tar.bz2"
25 +SRC_URI="https://gitlab.gnome.org/GNOME/vte/-/archive/${PV}/vte-${PV}.tar.bz2"
26
27 DEPEND="
28 || ( >=gui-libs/gtk-4.0.1:4 >=x11-libs/gtk+-3.24.22:3 )