Diff smart-live-rebuild-1.4.1 with a smart-live-rebuild-9999

/usr/portage/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild 2023-10-09 14:52:28.848368334 +0300
6 6
DISTUTILS_USE_PEP517=flit
7 7
PYTHON_COMPAT=( python3_{10..12} pypy3 )
8 8

  
9
inherit distutils-r1
9
inherit distutils-r1 git-r3
10 10

  
11 11
DESCRIPTION="Check live packages for updates and emerge them as necessary"
12 12
HOMEPAGE="https://github.com/projg2/smart-live-rebuild/"
13
SRC_URI="https://github.com/projg2/smart-live-rebuild/archive/v${PV}.tar.gz -> ${P}.tar.gz"
13
EGIT_REPO_URI="https://github.com/projg2/${PN}.git"
14 14

  
15 15
LICENSE="BSD-2"
16 16
SLOT="0"
17
KEYWORDS="amd64 arm arm64 hppa ~mips ~ppc ppc64 ~riscv sparc x86 ~x64-macos"
18 17

  
19 18
RDEPEND=">=app-portage/gentoopm-0.2.1[${PYTHON_USEDEP}]"
20 19

  
Thank you!