dev-libs/confuse: QA fix
authorSergey Popov <pinkbyte@gentoo.org>
Thu, 15 Aug 2019 09:04:48 +0000 (12:04 +0300)
committerSergey Popov <pinkbyte@gentoo.org>
Thu, 15 Aug 2019 09:30:23 +0000 (12:30 +0300)
Replace ${HOMEPAGE} substitution in SRC_URI with clear text

Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

dev-libs/confuse/confuse-3.2.2.ebuild

index 52a38f545bfb124609de63c9ceff917aad726cb2..a36fb39e57e87321984e4d888a14a8c115b97519 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ inherit multilib-minimal
 
 DESCRIPTION="a configuration file parser library"
 HOMEPAGE="https://github.com/martinh/libconfuse"
-SRC_URI="${HOMEPAGE}/releases/download/v${PV}/${P}.tar.xz"
+SRC_URI="https://github.com/martinh/libconfuse/releases/download/v${PV}/${P}.tar.xz"
 
 LICENSE="ISC"
 SLOT="0/2.0.0"