diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 21:05:28 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:22:37 +0200 |
commit | db7a73018a98200d876ab44b25e4a95bbc9d5204 (patch) | |
tree | 078bedae9cf5d5ae4281568ed2838a911af0274c /sys-power/acpi_call/acpi_call-1.1.0-r1.ebuild | |
parent | dev-ruby/pathutil: add tests and docs (diff) | |
download | gentoo-db7a73018a98200d876ab44b25e4a95bbc9d5204.tar.gz gentoo-db7a73018a98200d876ab44b25e4a95bbc9d5204.tar.bz2 gentoo-db7a73018a98200d876ab44b25e4a95bbc9d5204.zip |
sys-power/acpi_call: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sys-power/acpi_call/acpi_call-1.1.0-r1.ebuild')
-rw-r--r-- | sys-power/acpi_call/acpi_call-1.1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/acpi_call/acpi_call-1.1.0-r1.ebuild b/sys-power/acpi_call/acpi_call-1.1.0-r1.ebuild index 0ca7375c2194..b3f3963c65cf 100644 --- a/sys-power/acpi_call/acpi_call-1.1.0-r1.ebuild +++ b/sys-power/acpi_call/acpi_call-1.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ inherit eutils linux-info linux-mod if [ "${PV}" = "9999" ]; then inherit git-2 - EGIT_REPO_URI="git://github.com/mkottman/acpi_call.git" + EGIT_REPO_URI="https://github.com/mkottman/acpi_call.git" KEYWORDS="" else inherit vcs-snapshot |