Diff gnustep-base-1.28.0-r1 with a gnustep-base-1.28.0-r2

/usr/portage/gnustep-base/gnustep-base/gnustep-base-1.28.0-r2.ebuild 2023-10-09 14:52:31.168368392 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5
inherit gnustep-base toolchain-funcs
6 6

  
7 7
DESCRIPTION="A library of general-purpose, non-graphical Objective C objects"
......
31 31

  
32 32
PATCHES=(
33 33
	"${FILESDIR}"/${PN}-1.26.0-no_compress_man.patch
34
	"${FILESDIR}"/${P}-c99.patch
34 35
)
35 36

  
36 37
src_configure() {
Thank you!