summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2018-12-19 12:28:29 -0500
committerMike Gilbert <floppym@gentoo.org>2018-12-19 12:28:29 -0500
commita3066841a7f134523d525855f7630909ef5307fe (patch)
treec8b57a1a0730475b0918db9b4bda21926c46067d /dev-util/pkgconf/pkgconf-9999.ebuild
parentapp-forensics/sleuthkit: handle automagic detection of libewf #672502 (diff)
downloadgentoo-a3066841a7f134523d525855f7630909ef5307fe.tar.gz
gentoo-a3066841a7f134523d525855f7630909ef5307fe.tar.bz2
gentoo-a3066841a7f134523d525855f7630909ef5307fe.zip
dev-util/pkgconf: use http until upstream renews their cert
Closes: https://bugs.gentoo.org/673424 Package-Manager: Portage-2.3.52_p8, Repoman-2.3.12_p20 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-util/pkgconf/pkgconf-9999.ebuild')
-rw-r--r--dev-util/pkgconf/pkgconf-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pkgconf/pkgconf-9999.ebuild b/dev-util/pkgconf/pkgconf-9999.ebuild
index 4a4d43a5f74e..9e8d44de69d1 100644
--- a/dev-util/pkgconf/pkgconf-9999.ebuild
+++ b/dev-util/pkgconf/pkgconf-9999.ebuild
@@ -7,7 +7,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
inherit autotools git-r3
else
- SRC_URI="https://distfiles.dereferenced.org/${PN}/${P}.tar.xz"
+ SRC_URI="http://distfiles.dereferenced.org/${PN}/${P}.tar.xz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
fi