Diff netclasses-1.1.0 with a netclasses-1.1.0-r1

/usr/portage/gnustep-libs/netclasses/netclasses-1.1.0-r1.ebuild 2023-10-09 14:52:31.168368392 +0300
1
# Copyright 1999-2017 Gentoo Foundation
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=6
4
EAPI=8
5

  
5 6
inherit gnustep-2
6 7

  
7
DESCRIPTION="An asynchronous networking library for GNUstep"
8
HOMEPAGE="http://gap.nongnu.org/talksoup/"
8
DESCRIPTION="Asynchronous networking library for GNUstep"
9
HOMEPAGE="https://gap.nongnu.org/talksoup/"
9 10
SRC_URI="https://savannah.nongnu.org/download/gap/${P}.tar.gz"
10 11

  
11
KEYWORDS="amd64 ppc x86"
12
LICENSE="GPL-2 LGPL-2.1"
12
KEYWORDS="~amd64 ~ppc ~x86"
13
LICENSE="GPL-2+ LGPL-2.1+"
13 14
SLOT="0"
14 15

  
15 16
PATCHES=( "${FILESDIR}"/${P}-no_rfc.patch )
Thank you!