diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-07-03 18:15:55 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-07-03 18:30:19 -0400 |
commit | 9ba7c1c18c7b746063ef32d3d12ff47aed32d0b7 (patch) | |
tree | a8eb598200d029a29299c745c517c4fd506120be /dev-util/wayland-scanner | |
parent | app-arch/engrampa: update EAPI 6 -> 7 (diff) | |
download | gentoo-9ba7c1c18c7b746063ef32d3d12ff47aed32d0b7.tar.gz gentoo-9ba7c1c18c7b746063ef32d3d12ff47aed32d0b7.tar.bz2 gentoo-9ba7c1c18c7b746063ef32d3d12ff47aed32d0b7.zip |
dev-util/wayland-scanner: Update SRC_URI
Also use EAPI=8 and drop unnecessary slot operator on expat.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/wayland-scanner')
-rw-r--r-- | dev-util/wayland-scanner/wayland-scanner-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/wayland-scanner/wayland-scanner-9999.ebuild b/dev-util/wayland-scanner/wayland-scanner-9999.ebuild index 4761157bfcaa..a71f5f47ad48 100644 --- a/dev-util/wayland-scanner/wayland-scanner-9999.ebuild +++ b/dev-util/wayland-scanner/wayland-scanner-9999.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/wayland.git" inherit git-r3 else - SRC_URI="https://wayland.freedesktop.org/releases/wayland-${PV}.tar.xz" + SRC_URI="https://gitlab.freedesktop.org/wayland/wayland/-/releases/${PV}/downloads/wayland-${PV}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" S="${WORKDIR}/wayland-${PV}" fi @@ -22,7 +22,7 @@ SLOT="0" BDEPEND="virtual/pkgconfig" RDEPEND=" !<dev-libs/wayland-${PV} - >=dev-libs/expat-2.1.0-r3:= + >=dev-libs/expat-2.1.0-r3 " DEPEND="${RDEPEND}" |