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

/usr/portage/gnustep-base/gnustep-base/gnustep-base-1.28.0-r1.ebuild 2023-10-09 14:52:31.168368392 +0300
10 10

  
11 11
LICENSE="GPL-2 LGPL-2.1"
12 12
SLOT="0/$(ver_cut 1-2)"
13
KEYWORDS="~alpha amd64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
14
IUSE="+gnutls +icu +libffi zeroconf"
13
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
14
IUSE="+gnutls +iconv +icu +libffi zeroconf"
15 15

  
16 16
RDEPEND="${GNUSTEP_CORE_DEPEND}
17 17
	>=gnustep-base/gnustep-make-2.6.0
18 18
	gnutls? ( net-libs/gnutls:= )
19
	iconv? ( virtual/libiconv )
19 20
	icu? ( >=dev-libs/icu-49.0:= )
20 21
	!libffi? ( dev-libs/ffcall
21 22
		gnustep-base/gnustep-make[-native-exceptions] )
......
30 31

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

  
36 36
src_configure() {
......
44 44
	fi
45 45

  
46 46
	myconf="$myconf $(use_enable gnutls tls)"
47
	myconf="$myconf $(use_enable iconv)"
47 48
	myconf="$myconf $(use_enable icu)"
48 49
	myconf="$myconf $(use_enable zeroconf)"
49 50
	myconf="$myconf --with-xml-prefix=${EPREFIX}/usr"
Thank you!