diff options
Diffstat (limited to 'x11-wm/qtile/qtile-9999.ebuild')
-rw-r--r-- | x11-wm/qtile/qtile-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/qtile/qtile-9999.ebuild b/x11-wm/qtile/qtile-9999.ebuild index 747e414ba271..72e680e0d9fc 100644 --- a/x11-wm/qtile/qtile-9999.ebuild +++ b/x11-wm/qtile/qtile-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/qtile-9999.ebuild,v 1.10 2015/01/20 15:51:35 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/qtile-9999.ebuild,v 1.11 2015/01/20 15:53:12 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 virtualx if [[ ${PV} == 9999* ]] ; then - EGIT_REPO_URI="git://github.com/qtile/qtile.git" + EGIT_REPO_URI="https://github.com/qtile/qtile.git" inherit git-r3 else SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> ${P}.tar.gz" |