diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-01-21 20:44:34 -0600 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-01-21 22:59:24 -0500 |
commit | 97cfb9f819443efbbf6440f30835841792cefa5a (patch) | |
tree | 61146a5aa1191b736829be24be0eb271c0f96a1c /dev-libs/wayland-protocols | |
parent | dev-libs/wayland-protocols: Version bump to 1.33 (diff) | |
download | gentoo-97cfb9f819443efbbf6440f30835841792cefa5a.tar.gz gentoo-97cfb9f819443efbbf6440f30835841792cefa5a.tar.bz2 gentoo-97cfb9f819443efbbf6440f30835841792cefa5a.zip |
dev-libs/wayland-protocols: fix EmptyGlobalAssignment
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
Closes: https://github.com/gentoo/gentoo/pull/34953
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs/wayland-protocols')
-rw-r--r-- | dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild | 1 | ||||
-rw-r--r-- | dev-libs/wayland-protocols/wayland-protocols-9999.ebuild | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild index 5385cc4b3ff1..7310be696158 100644 --- a/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild +++ b/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild @@ -24,7 +24,6 @@ RESTRICT="!test? ( test )" DEPEND=" test? ( dev-libs/wayland ) " -RDEPEND="" BDEPEND=" dev-util/wayland-scanner virtual/pkgconfig diff --git a/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild b/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild index 4eff41270cb0..7310be696158 100644 --- a/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild +++ b/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,7 +24,6 @@ RESTRICT="!test? ( test )" DEPEND=" test? ( dev-libs/wayland ) " -RDEPEND="" BDEPEND=" dev-util/wayland-scanner virtual/pkgconfig |