diff options
author | 2017-07-29 10:55:15 +1000 | |
---|---|---|
committer | 2017-07-30 10:46:20 +0200 | |
commit | 4180ea7d6201e7b5ac4215b9603a81bacb50413d (patch) | |
tree | 92780d34a065086a4ac6834be84441913942340a /app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild | |
parent | app-laptop/mbpfan: use HTTPS for GitHub (diff) | |
download | gentoo-4180ea7d6201e7b5ac4215b9603a81bacb50413d.tar.gz gentoo-4180ea7d6201e7b5ac4215b9603a81bacb50413d.tar.bz2 gentoo-4180ea7d6201e7b5ac4215b9603a81bacb50413d.zip |
app-laptop/tpacpi-bat: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild')
-rw-r--r-- | app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild b/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild index 2d21f1607b33..c3feb204bff7 100644 --- a/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild +++ b/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit systemd if [ "${PV}" = "9999" ]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/teleshoes/tpacpi-bat.git https://github.com/teleshoes/tpacpi-bat.git" + EGIT_REPO_URI="https://github.com/teleshoes/tpacpi-bat.git" KEYWORDS="" else SRC_URI="https://github.com/teleshoes/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" |