Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland/
Date: Sun, 03 Jul 2022 22:30:40
Message-Id: 1656887419.29a5c865cbc341288add2c8d6e3080e5b1ec4369.mattst88@gentoo
1 commit: 29a5c865cbc341288add2c8d6e3080e5b1ec4369
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 22:27:30 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 22:30:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29a5c865
7
8 dev-libs/wayland: Update SRC_URI
9
10 Also use EAPI=8 and drop unnecessary dependencies on expat and libxml2.
11
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 dev-libs/wayland/wayland-9999.ebuild | 6 ++----
15 1 file changed, 2 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-libs/wayland/wayland-9999.ebuild b/dev-libs/wayland/wayland-9999.ebuild
18 index 5a701656ff6d..bbe4c3904bca 100644
19 --- a/dev-libs/wayland/wayland-9999.ebuild
20 +++ b/dev-libs/wayland/wayland-9999.ebuild
21 @@ -1,13 +1,13 @@
22 # Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=7
26 +EAPI=8
27
28 if [[ ${PV} = *9999* ]]; then
29 EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/wayland.git"
30 inherit git-r3
31 else
32 - SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
33 + SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz"
34 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
35 fi
36 inherit meson-multilib
37 @@ -30,8 +30,6 @@ BDEPEND="
38 )
39 "
40 DEPEND="
41 - >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
42 - dev-libs/libxml2:=
43 >=dev-libs/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
44 "
45 RDEPEND="${DEPEND}"