diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-08-24 10:07:42 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-08-24 10:08:14 -0400 |
commit | cfa9c314548364dde2307760fec6f40b7cfb7ab2 (patch) | |
tree | d6ea4bf331795d81ee73e334b9120c97488dd616 /x11-apps | |
parent | sys-process/btop: keyword 1.2.8 for ~riscv (diff) | |
download | gentoo-cfa9c314548364dde2307760fec6f40b7cfb7ab2.tar.gz gentoo-cfa9c314548364dde2307760fec6f40b7cfb7ab2.tar.bz2 gentoo-cfa9c314548364dde2307760fec6f40b7cfb7ab2.zip |
x11-apps/xisxwayland: Bump to EAPI=8
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xisxwayland/xisxwayland-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-apps/xisxwayland/xisxwayland-9999.ebuild b/x11-apps/xisxwayland/xisxwayland-9999.ebuild index 9ecc6cb03fe4..aaa53f42f155 100644 --- a/x11-apps/xisxwayland/xisxwayland-9999.ebuild +++ b/x11-apps/xisxwayland/xisxwayland-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 if [[ ${PV} = 9999* ]]; then GIT_ECLASS="git-r3" @@ -21,7 +21,6 @@ fi LICENSE="MIT" SLOT="0" -IUSE="" RDEPEND=" x11-libs/libX11 |