Diff awl-0.62 with a awl-0.63

/usr/portage/dev-php/awl/awl-0.63.ebuild 2023-10-09 14:52:29.964368362 +0300
1
# Copyright 1999-2021 Gentoo Authors
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
DESCRIPTION="Andrew McMillan's Web Libraries"
7 7
HOMEPAGE="https://gitlab.com/davical-project/awl"
8 8
SRC_URI="https://www.davical.org/downloads/${PN}_${PV}.orig.tar.xz -> ${P}.tar.xz"
9 9

  
10
USE_PHP="php8.0"
10
USE_PHP="php8.0 php8.1"
11 11

  
12 12
LICENSE="GPL-2 GPL-2+ GPL-3+ LGPL-2+ LGPL-3+"
13 13
SLOT="0"
Thank you!