commit:     b4e07f1507201fb45ab179e0c28d7223a2ff91f3
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 11:38:51 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 11:38:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e07f15

app-vim/cream: [QA] Fix ${HOMEPAGE} in SRC_URI

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-vim/cream/cream-0.43.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-vim/cream/cream-0.43.ebuild b/app-vim/cream/cream-0.43.ebuild
index 2d8b551361c..996ccd4a5a6 100644
--- a/app-vim/cream/cream-0.43.ebuild
+++ b/app-vim/cream/cream-0.43.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -14,10 +14,10 @@ DICT_ES="spa_3.0"
 DICT_DE="ger_2.0.1"
 
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
-       l10n_de? ( ${HOMEPAGE}/cream-spell-dict-${DICT_DE}.zip )
-       l10n_en? ( ${HOMEPAGE}/cream-spell-dict-${DICT_EN}.zip )
-       l10n_es? ( ${HOMEPAGE}/cream-spell-dict-${DICT_ES}.zip )
-       l10n_fr? ( ${HOMEPAGE}/cream-spell-dict-${DICT_FR}.zip )"
+       l10n_de? ( http://cream.sourceforge.net/cream-spell-dict-${DICT_DE}.zip 
)
+       l10n_en? ( http://cream.sourceforge.net/cream-spell-dict-${DICT_EN}.zip 
)
+       l10n_es? ( http://cream.sourceforge.net/cream-spell-dict-${DICT_ES}.zip 
)
+       l10n_fr? ( http://cream.sourceforge.net/cream-spell-dict-${DICT_FR}.zip 
)"
 
 IUSE="l10n_de l10n_en l10n_fr l10n_es"
 LICENSE="GPL-2"

Reply via email to