commit: 1ef7af633fa78d96aa3e5bf75b9b0b9bf3a52333 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Sat Jan 28 06:55:44 2017 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sat Jan 28 07:05:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ef7af63
sys-cluster/zookeepercli: add dev-lang/go to DEPEND Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-cluster/zookeepercli/zookeepercli-1.0.10.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-cluster/zookeepercli/zookeepercli-1.0.10.ebuild b/sys-cluster/zookeepercli/zookeepercli-1.0.10.ebuild index 82a8775..0ad3a99 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
