summaryrefslogtreecommitdiffstats
path: root/media-libs/lcms/lcms-1.19-r1.ebuild
diff options
context:
space:
mode:
authorChris <[email protected]>2020-04-27 03:00:15 +0200
committerTDE Gitea <[email protected]>2020-04-27 17:27:41 +0000
commit128b20ebca1608f259db30a1075402c58cc6c572 (patch)
treec825bb59f784847ff926d23fd391337f32f5e905 /media-libs/lcms/lcms-1.19-r1.ebuild
parent2788aaf9a6a4ba446c39edc9690f36390140baad (diff)
downloadtde-packaging-gentoo-128b20ebca1608f259db30a1075402c58cc6c572.tar.gz
tde-packaging-gentoo-128b20ebca1608f259db30a1075402c58cc6c572.zip
Use `RESTRICT="mirror"` for the overlay.
Also: Fix the SRC_URI of `lcms`. Signed-off-by: Chris <[email protected]>
Diffstat (limited to 'media-libs/lcms/lcms-1.19-r1.ebuild')
-rw-r--r--media-libs/lcms/lcms-1.19-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/media-libs/lcms/lcms-1.19-r1.ebuild b/media-libs/lcms/lcms-1.19-r1.ebuild
index 2446b575..d7aa73c9 100644
--- a/media-libs/lcms/lcms-1.19-r1.ebuild
+++ b/media-libs/lcms/lcms-1.19-r1.ebuild
@@ -7,9 +7,12 @@ PYTHON_COMPAT=( python2_{6,7} )
inherit autotools eutils python-r1
+# Don't use Gentoo mirrors
+RESTRICT="mirror"
+
DESCRIPTION="A lightweight, speed optimized color management engine"
HOMEPAGE="http://www.littlecms.com/"
-SRC_URI="http://www.littlecms.com/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/lcms/${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"