Diff tangram-3.1 with a tangram-3.3

/usr/portage/www-client/tangram/tangram-3.3.ebuild 2025-07-29 16:22:17.956470324 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
14 14

  
15 15
	EGIT_REPO_URI="https://github.com/sonnyp/${PN^}.git"
16 16
else
17
	TROLL_COMMIT="63392a57392fb8ed944e859269a3751f649f64ec"
17
	TROLL_COMMIT="53155a02e06ff66e6c15d470f39d782305c1502f"
18

  
18 19
	SRC_URI="
19 20
		https://github.com/sonnyp/${PN^}/archive/refs/tags/v${PV}.tar.gz
20
			-> ${P}.tar.gz
21
			-> ${P}.gh.tar.gz
21 22
		https://github.com/sonnyp/troll/archive/${TROLL_COMMIT}.tar.gz
22
			-> troll-${TROLL_COMMIT}.tar.gz
23
			-> troll-${TROLL_COMMIT}.gh.tar.gz
23 24
	"
24 25
	S="${WORKDIR}/${P^}"
25 26

  
......
28 29

  
29 30
LICENSE="GPL-3+"
30 31
SLOT="0"
32
RESTRICT="test"
31 33

  
32 34
RDEPEND="
33 35
	>=dev-libs/gjs-1.76.0
......
42 44
	dev-util/desktop-file-utils
43 45
"
44 46

  
45
PATCHES=(
46
	"${FILESDIR}/${PN}-2.0-dont-validate-appstream.patch"
47
)
48

  
49 47
DOCS=( README.md TODO.md )
50 48

  
51 49
src_prepare() {
Thank you!