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-util/wayland-scanner/
Date: Sun, 03 Jul 2022 22:30:38
Message-Id: 1656887419.9ba7c1c18c7b746063ef32d3d12ff47aed32d0b7.mattst88@gentoo
1 commit: 9ba7c1c18c7b746063ef32d3d12ff47aed32d0b7
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 22:15:55 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=9ba7c1c1
7
8 dev-util/wayland-scanner: Update SRC_URI
9
10 Also use EAPI=8 and drop unnecessary slot operator on expat.
11
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 dev-util/wayland-scanner/wayland-scanner-9999.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-util/wayland-scanner/wayland-scanner-9999.ebuild b/dev-util/wayland-scanner/wayland-scanner-9999.ebuild
18 index 4761157bfcaa..a71f5f47ad48 100644
19 --- a/dev-util/wayland-scanner/wayland-scanner-9999.ebuild
20 +++ b/dev-util/wayland-scanner/wayland-scanner-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/wayland-${PV}.tar.xz"
33 + SRC_URI="https://gitlab.freedesktop.org/wayland/wayland/-/releases/${PV}/downloads/wayland-${PV}.tar.xz"
34 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
35 S="${WORKDIR}/wayland-${PV}"
36 fi
37 @@ -22,7 +22,7 @@ SLOT="0"
38 BDEPEND="virtual/pkgconfig"
39 RDEPEND="
40 !<dev-libs/wayland-${PV}
41 - >=dev-libs/expat-2.1.0-r3:=
42 + >=dev-libs/expat-2.1.0-r3
43 "
44 DEPEND="${RDEPEND}"