diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-07 15:45:16 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-07 15:51:01 +0100 |
commit | c563ace7ba452be16cced871d0504a997b5d457c (patch) | |
tree | a6c653092aa2263d8d333d370b869552ea8b60df /app-text/krop | |
parent | sys-block/ms-sys: Test LINGUAS rather than linguas_* USE flags. (diff) | |
download | gentoo-c563ace7ba452be16cced871d0504a997b5d457c.tar.gz gentoo-c563ace7ba452be16cced871d0504a997b5d457c.tar.bz2 gentoo-c563ace7ba452be16cced871d0504a997b5d457c.zip |
app-text/krop: Fix SRC_URI
Closes: https://bugs.gentoo.org/642966
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-text/krop')
-rw-r--r-- | app-text/krop/krop-0.4.13.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/krop/krop-0.4.13.5.ebuild b/app-text/krop/krop-0.4.13.5.ebuild index 23966dc8cf43..f2542d1c5965 100644 --- a/app-text/krop/krop-0.4.13.5.ebuild +++ b/app-text/krop/krop-0.4.13.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ inherit eutils distutils-r1 DESCRIPTION="A tool to crop PDF files" HOMEPAGE="http://arminstraub.com/software/krop" #SRC_URI="http://arminstraub.com/downloads/${PN}/${P}.tar.gz" -SRC_URI="https://dev.gentoo.org/~huettel/distfiles/${P}.tar.gz" +SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.gz" # this is a snapshot of the qt5 branch LICENSE="GPL-3" |