From 09b1dd28891d17060ab5ae758565373a33651b2b Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 1 Oct 2023 08:54:25 +0100 Subject: x11-misc/xcb: EAPI 8 Signed-off-by: Sam James --- x11-misc/xcb/xcb-2.4-r2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-misc/xcb/xcb-2.4-r2.ebuild b/x11-misc/xcb/xcb-2.4-r2.ebuild index 407d12173224..6f10de40e823 100644 --- a/x11-misc/xcb/xcb-2.4-r2.ebuild +++ b/x11-misc/xcb/xcb-2.4-r2.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + inherit toolchain-funcs DESCRIPTION="Marc Lehmann's improved X Cut Buffers" @@ -18,11 +19,11 @@ RDEPEND=" x11-libs/libXaw x11-libs/libXext x11-libs/libXt + motif? ( >=x11-libs/motif-2.3:0 ) " DEPEND=" ${RDEPEND} x11-base/xorg-proto - motif? ( >=x11-libs/motif-2.3:0 ) " PATCHES=( -- cgit v1.2.3-65-gdbad