Diff gengetopt-2.23 with a gengetopt-2.23-r1

/usr/portage/dev-util/gengetopt/gengetopt-2.23-r1.ebuild 2023-10-09 14:52:30.964368387 +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

  
6 6
inherit autotools
7 7

  
8
DESCRIPTION="A tool to write command line option parsing code for C programs"
8
DESCRIPTION="Tool to write command line option parsing code for C programs"
9 9
HOMEPAGE="https://www.gnu.org/software/gengetopt/"
10 10
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
11 11

  
12
LICENSE="GPL-3"
12
LICENSE="GPL-3+ public-domain"
13 13
SLOT="0"
14
KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
14
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
15 15

  
16 16
BDEPEND="sys-apps/texinfo"
17 17

  
Thank you!