commit:     29a5c865cbc341288add2c8d6e3080e5b1ec4369
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  3 22:27:30 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jul  3 22:30:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29a5c865

dev-libs/wayland: Update SRC_URI

Also use EAPI=8 and drop unnecessary dependencies on expat and libxml2.

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-libs/wayland/wayland-9999.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-libs/wayland/wayland-9999.ebuild 
b/dev-libs/wayland/wayland-9999.ebuild
index 5a701656ff6d..bbe4c3904bca 100644
--- a/dev-libs/wayland/wayland-9999.ebuild
+++ b/dev-libs/wayland/wayland-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/${P}.tar.xz";
+       
SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz";
        KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
 fi
 inherit meson-multilib
@@ -30,8 +30,6 @@ BDEPEND="
        )
 "
 DEPEND="
-       >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
-       dev-libs/libxml2:=
        >=dev-libs/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
 "
 RDEPEND="${DEPEND}"

Reply via email to