diff options
author | Chris <[email protected]> | 2020-04-27 03:00:15 +0200 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2020-04-27 17:27:41 +0000 |
commit | 128b20ebca1608f259db30a1075402c58cc6c572 (patch) | |
tree | c825bb59f784847ff926d23fd391337f32f5e905 /media-libs/lcms/lcms-1.19-r1.ebuild | |
parent | 2788aaf9a6a4ba446c39edc9690f36390140baad (diff) | |
download | tde-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.ebuild | 5 |
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" |