summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2019-08-15 12:04:48 +0300
committerSergey Popov <pinkbyte@gentoo.org>2019-08-15 12:30:23 +0300
commitec43ba6233c0e11dfbc84ac5bbce6cf4aa2ba542 (patch)
treef2c3a256d2ccf9cebdb7ebbaaf71f25a06017b0f /dev-libs
parentapp-crypt/gifshuffle: Version the distfile (diff)
downloadgentoo-ec43ba6233c0e11dfbc84ac5bbce6cf4aa2ba542.tar.gz
gentoo-ec43ba6233c0e11dfbc84ac5bbce6cf4aa2ba542.tar.bz2
gentoo-ec43ba6233c0e11dfbc84ac5bbce6cf4aa2ba542.zip
dev-libs/confuse: QA fix
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
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/confuse/confuse-3.2.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/confuse/confuse-3.2.2.ebuild b/dev-libs/confuse/confuse-3.2.2.ebuild
index 52a38f545bfb..a36fb39e57e8 100644
--- a/dev-libs/confuse/confuse-3.2.2.ebuild
+++ b/dev-libs/confuse/confuse-3.2.2.ebuild
@@ -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"