diff options
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 |