aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYour Name <you@example.com>2013-05-03 18:38:41 +0200
committerYour Name <you@example.com>2013-05-03 18:38:41 +0200
commitfe1a44025b4c97e647554a78f09c8299199150d0 (patch)
tree1cac3b970396b12d43b76894ba9a52ea19d5ddda
parentMerge branch 'master' of git://github.com/tom111/tatt (diff)
downloadtatt-fe1a44025b4c97e647554a78f09c8299199150d0.tar.gz
tatt-fe1a44025b4c97e647554a78f09c8299199150d0.tar.bz2
tatt-fe1a44025b4c97e647554a78f09c8299199150d0.zip
add non-https option to URL (https:// needs git curl helper and git[curl] support.
modified: tatt-9999.ebuild
-rw-r--r--tatt-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/tatt-9999.ebuild b/tatt-9999.ebuild
index d292277..6bafa7d 100644
--- a/tatt-9999.ebuild
+++ b/tatt-9999.ebuild
@@ -11,7 +11,8 @@ inherit distutils-r1 git-2
DESCRIPTION="tatt is an arch testing tool"
HOMEPAGE="http://github.com/tom111/tatt"
-EGIT_REPO_URI="https://github.com/tom111/tatt.git"
+EGIT_REPO_URI="https://github.com/tom111/tatt.git \
+ git://github.com/tom111/tatt.git"
LICENSE="GPL-2"
SLOT="0"
@@ -38,4 +39,3 @@ python_install_all() {
fi
doman tatt.1
}
-