From: David Seifert Date: Mon, 13 Jan 2020 10:00:13 +0000 (+0100) Subject: dev-libs/libxdg-basedir: [QA] Fix HomepageInSrcUri X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4bdc616980fdfb682c0420525eede4a19a00d981;p=gentoo.git dev-libs/libxdg-basedir: [QA] Fix HomepageInSrcUri Signed-off-by: David Seifert --- diff --git a/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild b/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild index 4d8ca2a7e832..e4b82be5bb59 100644 --- a/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild +++ b/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild @@ -6,7 +6,7 @@ inherit autotools eutils DESCRIPTION="Small library to access XDG Base Directories Specification paths" HOMEPAGE="https://github.com/devnev/libxdg-basedir" -SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz" +SRC_URI="https://github.com/devnev/libxdg-basedir/archive/${P}.tar.gz" LICENSE="MIT" SLOT="0"