diff options
author | Jonas Stein <jstein@gentoo.org> | 2018-08-18 17:22:04 +0200 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2018-08-18 17:22:04 +0200 |
commit | 3db7b133c6030c57e18245c49a6650ff0328a6fe (patch) | |
tree | eb81e5d85559c9ab9661eea7d2a171f7a941ae9d /app-dicts/myspell-mi | |
parent | media-libs/openjpeg: EAPI-6 bump (diff) | |
download | gentoo-3db7b133c6030c57e18245c49a6650ff0328a6fe.tar.gz gentoo-3db7b133c6030c57e18245c49a6650ff0328a6fe.tar.bz2 gentoo-3db7b133c6030c57e18245c49a6650ff0328a6fe.zip |
app-dicts/myspell-mi: fix SRC_URI
The gentoo mirror is no valid source. Uploaded to devspace.
This change does not influence stabilization in
Bug: https://bugs.gentoo.org/663866
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Diffstat (limited to 'app-dicts/myspell-mi')
-rw-r--r-- | app-dicts/myspell-mi/myspell-mi-20060316-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-dicts/myspell-mi/myspell-mi-20060316-r1.ebuild b/app-dicts/myspell-mi/myspell-mi-20060316-r1.ebuild index aeb2b7bc734c..986cf8319099 100644 --- a/app-dicts/myspell-mi/myspell-mi-20060316-r1.ebuild +++ b/app-dicts/myspell-mi/myspell-mi-20060316-r1.ebuild @@ -19,7 +19,7 @@ inherit myspell-r2 DESCRIPTION="Maori dictionaries for myspell/hunspell" LICENSE="LGPL-2.1" HOMEPAGE="http://lingucomponent.openoffice.org/" -SRC_URI="mirror://gentoo/myspell-mi_NZ-${PV}.zip" +SRC_URI="https://dev.gentoo.org/~jstein/dist/myspell-mi_NZ-${PV}.zip" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" |