repo/gentoo:master commit in: dev-libs/wayland-protocols/
"Eli Schwartz" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786058959.6c3c8a6fd6bd3386f22871b9d9331795d01c805d.eschwartz@gentoo> |
commit: 6c3c8a6fd6bd3386f22871b9d9331795d01c805d
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 6 23:29:19 2026 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Aug 6 23:29:19 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3c8a6f
dev-libs/wayland-protocols: add missing dependency update
```
Dependency wayland-scanner for build machine found: NO. Found 1.24.0 but need: '>=1.25.0'
```
... and destabilize 1.49 for ~arm64. It passed tests only because
wayland-scanner was installed for ~arch as part of a failed test run.
Bug: https://bugs.gentoo.org/979290
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
dev-libs/wayland-protocols/wayland-protocols-1.49.ebuild | 4 ++--
dev-libs/wayland-protocols/wayland-protocols-9999.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.49.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.49.ebuild
index 1cea1b68212d..cb56218db191 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.49.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.49.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = 9999* ]]; then
inherit git-r3
else
SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz"
- KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
fi
LICENSE="MIT"
@@ -25,7 +25,7 @@ DEPEND="
test? ( dev-libs/wayland )
"
BDEPEND="
- >=dev-util/wayland-scanner-1.23.0
+ >=dev-util/wayland-scanner-1.25.0
virtual/pkgconfig
"
diff --git a/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild b/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild
index 1bdf771e56e9..e4a9e0d45bde 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild
@@ -25,7 +25,7 @@ DEPEND="
test? ( dev-libs/wayland )
"
BDEPEND="
- >=dev-util/wayland-scanner-1.23.0
+ >=dev-util/wayland-scanner-1.25.0
virtual/pkgconfig
"