Diff eselect-php-0.9.8 with a eselect-php-0.9.9

/usr/portage/app-eselect/eselect-php/eselect-php-0.9.9.ebuild 2023-10-09 14:52:28.744368331 +0300
1
# Copyright 1999-2022 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
TMPFILES_OPTIONAL="yes"
7 7
inherit tmpfiles
8 8

  
9 9
DESCRIPTION="PHP eselect module"
10 10
HOMEPAGE="https://gitweb.gentoo.org/proj/eselect-php.git/"
11
SRC_URI="https://dev.gentoo.org/~grknight/distfiles/${P}.tar.xz"
11
SRC_URI="https://dev.gentoo.org/~mjo/distfiles/${P}.tar.xz"
12 12

  
13 13
LICENSE="GPL-2"
14 14
SLOT="0"
Thank you!