From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98883158093 for ; Sun, 3 Jul 2022 22:30:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B760BE0B0F; Sun, 3 Jul 2022 22:30:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9295AE0B0C for ; Sun, 3 Jul 2022 22:30:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96E66341EB2 for ; Sun, 3 Jul 2022 22:30:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0034520 for ; Sun, 3 Jul 2022 22:30:34 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1656887419.9ba7c1c18c7b746063ef32d3d12ff47aed32d0b7.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/wayland-scanner/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/wayland-scanner/wayland-scanner-9999.ebuild X-VCS-Directories: dev-util/wayland-scanner/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9ba7c1c18c7b746063ef32d3d12ff47aed32d0b7 X-VCS-Branch: master Date: Sun, 3 Jul 2022 22:30:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 265b6a55-6029-4694-a681-1234d55a8e62 X-Archives-Hash: bd1700ac09539d9d80331d87499210c2 commit: 9ba7c1c18c7b746063ef32d3d12ff47aed32d0b7 Author: Matt Turner gentoo org> AuthorDate: Sun Jul 3 22:15:55 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jul 3 22:30:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba7c1c1 dev-util/wayland-scanner: Update SRC_URI Also use EAPI=8 and drop unnecessary slot operator on expat. Signed-off-by: Matt Turner gentoo.org> dev-util/wayland-scanner/wayland-scanner-9999.ebuild | 6 +++--- 1 file 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/expat-2.1.0-r3:= + >=dev-libs/expat-2.1.0-r3 " DEPEND="${RDEPEND}"