diff options
Diffstat (limited to 'dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild')
-rw-r--r-- | dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild b/dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild index 62329fcec464..c055bb2fca97 100644 --- a/dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild +++ b/dev-util/qdevicemonitor/qdevicemonitor-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" @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/alopatindev/qdevicemonitor" if [[ ${PV} == "9999" ]] ; then inherit git-r3 - EGIT_REPO_URI="git://github.com/alopatindev/qdevicemonitor" + EGIT_REPO_URI="https://github.com/alopatindev/${PN}" else SRC_URI="https://github.com/alopatindev/qdevicemonitor/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" |