diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 02:00:11 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:37:55 +0200 |
commit | 3cab986c641483bc528ee38f9e1bf8297492311e (patch) | |
tree | fca93779c51ee1ecadebb32c79d160416fd278c2 /dev-util/pkgconf/pkgconf-9999.ebuild | |
parent | dev-util/cppcheck: use HTTPS for GitHub (diff) | |
download | gentoo-3cab986c641483bc528ee38f9e1bf8297492311e.tar.gz gentoo-3cab986c641483bc528ee38f9e1bf8297492311e.tar.bz2 gentoo-3cab986c641483bc528ee38f9e1bf8297492311e.zip |
dev-util/pkgconf: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-util/pkgconf/pkgconf-9999.ebuild')
-rw-r--r-- | dev-util/pkgconf/pkgconf-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/pkgconf/pkgconf-9999.ebuild b/dev-util/pkgconf/pkgconf-9999.ebuild index 75020aac5d88..30537959f4d5 100644 --- a/dev-util/pkgconf/pkgconf-9999.ebuild +++ b/dev-util/pkgconf/pkgconf-9999.ebuild @@ -4,10 +4,10 @@ EAPI=6 if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI=( {https,git}://github.com/pkgconf/${PN}.git ) + EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" inherit autotools git-r3 else - SRC_URI="https://distfiles.dereferenced.org/pkgconf/${P}.tar.xz" + SRC_URI="https://distfiles.dereferenced.org/${PN}/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~x86" fi |