commit: 9cc4a6b940f842402cc1036f17aafd0126e5a20e
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 10:10:10 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 10:10:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc4a6b9
app-emacs/apel: [QA] Fix ${HOMEPAGE} in SRC_URI
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-emacs/apel/apel-10.8_p20190407.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/apel/apel-10.8_p20190407.ebuild
b/app-emacs/apel/apel-10.8_p20190407.ebuild
index a218a947a7b..a810dc04e8d 100644
--- a/app-emacs/apel/apel-10.8_p20190407.ebuild
+++ b/app-emacs/apel/apel-10.8_p20190407.ebuild
@@ -8,7 +8,7 @@ inherit elisp
DESCRIPTION="A Portable Emacs Library is a library for making portable Emacs
Lisp programs"
HOMEPAGE="https://github.com/wanderlust/apel"
GITHUB_SHA1="d146ddbf8818e81d3577d5eee7825d377bec0c73"
-SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/wanderlust/apel/archive/${GITHUB_SHA1}.tar.gz ->
${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"