diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-01-27 22:55:44 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-01-27 23:05:19 -0800 |
commit | 1ef7af633fa78d96aa3e5bf75b9b0b9bf3a52333 (patch) | |
tree | c8fd711b17781e91fbc78e7897afd65bcaf78918 /sys-cluster | |
parent | app-text/mandoc: initial ebuild #559926 (diff) | |
download | gentoo-1ef7af633fa78d96aa3e5bf75b9b0b9bf3a52333.tar.gz gentoo-1ef7af633fa78d96aa3e5bf75b9b0b9bf3a52333.tar.bz2 gentoo-1ef7af633fa78d96aa3e5bf75b9b0b9bf3a52333.zip |
sys-cluster/zookeepercli: add dev-lang/go to DEPEND
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/zookeepercli/zookeepercli-1.0.10.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-cluster/zookeepercli/zookeepercli-1.0.10.ebuild b/sys-cluster/zookeepercli/zookeepercli-1.0.10.ebuild index 82a87751b236..0ad3a99a048c 100644 --- a/sys-cluster/zookeepercli/zookeepercli-1.0.10.ebuild +++ b/sys-cluster/zookeepercli/zookeepercli-1.0.10.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 # $Id$ @@ -15,6 +15,7 @@ HOMEPAGE="https://${EGO_PN%/*}" LICENSE="Apache-2.0" SLOT="0" IUSE="" +DEPEND=">=dev-lang/go-1.4.2:=" get_archive_go_package() { local archive=${1} uri x |