diff options
author | Chris <xchrisx@uber.space> | 2020-04-27 03:00:15 +0200 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2020-04-27 17:27:41 +0000 |
commit | 128b20ebca1608f259db30a1075402c58cc6c572 (patch) | |
tree | c825bb59f784847ff926d23fd391337f32f5e905 /www-misc | |
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 <xchrisx@uber.space>
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/hldig/hldig-1.0.2.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www-misc/hldig/hldig-1.0.2.ebuild b/www-misc/hldig/hldig-1.0.2.ebuild index 065c4442..f4c21508 100644 --- a/www-misc/hldig/hldig-1.0.2.ebuild +++ b/www-misc/hldig/hldig-1.0.2.ebuild @@ -6,6 +6,9 @@ EAPI="7" inherit autotools +# Don't use Gentoo mirrors +RESTRICT="mirror" + DESCRIPTION="HTTP/HTML indexing and searching system" HOMEPAGE="https://github.com/solbu/hldig" SRC_URI="http://github.com/solbu/${PN}/archive/v${PV}.tar.gz" |