Diff plowshare-2.1.7-r2 with a plowshare-9999

/usr/portage/net-misc/plowshare/plowshare-9999.ebuild 2023-10-09 14:52:34.672368481 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
inherit git-r3
7

  
6 8
DESCRIPTION="Command-line downloader and uploader for file-sharing websites"
7 9
HOMEPAGE="https://github.com/mcrapet/plowshare"
8
SRC_URI="https://github.com/mcrapet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
10
EGIT_REPO_URI="https://github.com/mcrapet/plowshare.git"
9 11

  
10 12
LICENSE="GPL-3"
11 13
SLOT="0"
12
KEYWORDS="~amd64 ~arm ~ppc ~x86"
13 14
IUSE="javascript view-captcha"
14 15

  
15 16
RDEPEND="
Thank you!