summaryrefslogtreecommitdiffstats
path: root/app-text
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2020-04-27 03:00:15 +0200
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2020-04-27 17:27:41 +0000
commit128b20ebca1608f259db30a1075402c58cc6c572 (patch)
treec825bb59f784847ff926d23fd391337f32f5e905 /app-text
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 <xchrisx@uber.space>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/ispell/ispell-3.4.00.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/app-text/ispell/ispell-3.4.00.ebuild b/app-text/ispell/ispell-3.4.00.ebuild
index 3f92dfa7..a87063f6 100644
--- a/app-text/ispell/ispell-3.4.00.ebuild
+++ b/app-text/ispell/ispell-3.4.00.ebuild
@@ -2,10 +2,13 @@
# Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-RESTRICT="mirror"
+EAPI="7"
+
inherit toolchain-funcs
+# Don't use Gentoo mirrors
+RESTRICT="mirror"
+
DESCRIPTION="fast screen-oriented spelling checker"
HOMEPAGE="http://fmg-www.cs.ucla.edu/geoff/ispell.html"
SRC_URI="http://fmg-www.cs.ucla.edu/geoff/tars/${P}.tar.gz"