diff options
author | Sam James <sam@gentoo.org> | 2023-10-01 08:54:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-01 08:54:25 +0100 |
commit | 09b1dd28891d17060ab5ae758565373a33651b2b (patch) | |
tree | 6136e7061639720c9a2f69caaf003c4918032161 | |
parent | x11-misc/xcb: Ports to clang-16 (diff) | |
download | gentoo-09b1dd28891d17060ab5ae758565373a33651b2b.tar.gz gentoo-09b1dd28891d17060ab5ae758565373a33651b2b.tar.bz2 gentoo-09b1dd28891d17060ab5ae758565373a33651b2b.zip |
x11-misc/xcb: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | x11-misc/xcb/xcb-2.4-r2.ebuild | 5 |
1 files 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=( |