summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-08-09 11:22:02 +0200
committerPacho Ramos <pacho@gentoo.org>2024-08-09 11:53:19 +0200
commit31d0a0c12d1502f60fb39eb15f41bb77a30e5809 (patch)
tree35e6e6da7057610237b3a0b43e3de912f3533561 /x11-libs
parentx11-terms/ptyxis: New package 46.5 (diff)
downloadgentoo-31d0a0c12d1502f60fb39eb15f41bb77a30e5809.tar.gz
gentoo-31d0a0c12d1502f60fb39eb15f41bb77a30e5809.tar.bz2
gentoo-31d0a0c12d1502f60fb39eb15f41bb77a30e5809.zip
x11-libs/vte: update SRC_URI
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/vte/vte-0.76.3.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-libs/vte/vte-0.76.3.ebuild b/x11-libs/vte/vte-0.76.3.ebuild
index d9c76d94f1dd..285113a92726 100644
--- a/x11-libs/vte/vte-0.76.3.ebuild
+++ b/x11-libs/vte/vte-0.76.3.ebuild
@@ -11,7 +11,11 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/vte/"
# Upstream is hostile and refuses to upload tarballs.
SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.bz2"
-SRC_URI="${SRC_URI} !vanilla? ( https://dev.gentoo.org/~pacho/distfiles/${P}-command-notify.patch.xz https://dev.gentoo.org/~pacho/distfiles/${P}-a11y-implement-GtkAccessibleText.patch.xz )"
+SRC_URI="${SRC_URI}
+ !vanilla? (
+ https://dev.gentoo.org/~pacho/${PN}/${P}-command-notify.patch.xz
+ https://dev.gentoo.org/~pacho/${PN}/${P}-a11y-implement-GtkAccessibleText.patch.xz )
+"
# Once SIXEL support ships (0.66 or later), might need xterm license (but code might be considered upgraded to LGPL-3+)
LICENSE="LGPL-3+ GPL-3+"