summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2020-10-09 20:57:24 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-10-09 20:57:24 +0200
commit4bf6c1938c37f47f1de32fa92b0833cc225eb229 (patch)
tree1227f7bf02b0406dcd3a5a4296cb9a925f912dd1 /app-text/krop/krop-9999.ebuild
parentnet-im/teams: Version bump (diff)
downloadgentoo-4bf6c1938c37f47f1de32fa92b0833cc225eb229.tar.gz
gentoo-4bf6c1938c37f47f1de32fa92b0833cc225eb229.tar.bz2
gentoo-4bf6c1938c37f47f1de32fa92b0833cc225eb229.zip
app-text/krop: Version bump
Closes: https://bugs.gentoo.org/746671 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-text/krop/krop-9999.ebuild')
-rw-r--r--app-text/krop/krop-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/krop/krop-9999.ebuild b/app-text/krop/krop-9999.ebuild
index 5dbe780b3d81..3f7134934cdd 100644
--- a/app-text/krop/krop-9999.ebuild
+++ b/app-text/krop/krop-9999.ebuild
@@ -3,6 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
inherit desktop distutils-r1 xdg-utils
@@ -10,7 +11,7 @@ if [[ ${PV} == 9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/arminstraub/krop.git"
else
- SRC_URI="http://arminstraub.com/downloads/${PN}/${P}.tar.gz"
+ SRC_URI="https://github.com/arminstraub/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi