Diff emerge-delta-webrsync-3.7.6 with a emerge-delta-webrsync-3.7.7

/usr/portage/app-portage/emerge-delta-webrsync/emerge-delta-webrsync-3.7.7.ebuild 2023-10-09 14:52:28.844368334 +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
DESCRIPTION="emerge-webrsync using patches to minimize bandwidth"
6 7
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage"
7
SRC_URI="https://gitweb.gentoo.org/proj/portage.git/plain/misc/emerge-delta-webrsync?id=829623eadbeda97d37c0ea50dc5f08f19bf4561b -> ${P}"
8
SRC_URI="https://gitweb.gentoo.org/proj/portage.git/plain/misc/emerge-delta-webrsync?id=fe8b6d95b9c46b67cd4cf0040b5ae81704056cb7 -> ${P}"
9
S=${WORKDIR}
10

  
8 11
LICENSE="GPL-2"
9 12
SLOT="0"
10
KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~sparc x86"
11
IUSE=""
13
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
12 14

  
13
DEPEND=""
14 15
RDEPEND="
15 16
	app-shells/bash
16
	>=sys-apps/portage-2.3.69
17
	>=dev-util/diffball-0.6.5"
18

  
19
S=${WORKDIR}
17
	>=dev-util/diffball-0.6.5
18
	>=sys-apps/portage-3.0.49
19
"
20 20

  
21 21
src_unpack() {
22 22
	cp "${DISTDIR}/${P}" "${WORKDIR}/" || die
Thank you!