diff options
author | David Seifert <soap@gentoo.org> | 2019-08-29 13:38:01 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-29 13:38:01 +0200 |
commit | f8349562ef5825a5a956d47d512eddf4c520a1a6 (patch) | |
tree | 50b5b54e704007526de8ee49497881e4c1356c6f /app-mobilephone | |
parent | app-misc/xmind: [QA] Add missing DEPEND="app-arch/unzip" (diff) | |
download | gentoo-f8349562ef5825a5a956d47d512eddf4c520a1a6.tar.gz gentoo-f8349562ef5825a5a956d47d512eddf4c520a1a6.tar.bz2 gentoo-f8349562ef5825a5a956d47d512eddf4c520a1a6.zip |
app-mobilephone/gnocky: [QA] Fix ${HOMEPAGE} in SRC_URI
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/gnocky/gnocky-0.0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-mobilephone/gnocky/gnocky-0.0.7.ebuild b/app-mobilephone/gnocky/gnocky-0.0.7.ebuild index db68d7f735f3..abb294597d73 100644 --- a/app-mobilephone/gnocky/gnocky-0.0.7.ebuild +++ b/app-mobilephone/gnocky/gnocky-0.0.7.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="GTK-2 version of gnokii" HOMEPAGE="http://www.gnokii.org/" -SRC_URI="${HOMEPAGE}download/${PN}/${P}.tar.bz2" +SRC_URI="http://www.gnokii.org/download/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |