From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4BC7B59CB2 for ; Sun, 17 Apr 2016 17:23:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98D19E07ED; Sun, 17 Apr 2016 17:23:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 443DBE07ED for ; Sun, 17 Apr 2016 17:23:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45628340ADB for ; Sun, 17 Apr 2016 17:23:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB41E7E for ; Sun, 17 Apr 2016 17:23:47 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1460913817.c6bdcdc7a398d31936e64a84c30e322989e1e1f1.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: dev-util/gitlab-ci-multi-runner/ X-VCS-Repository: dev/mrueg X-VCS-Files: dev-util/gitlab-ci-multi-runner/gitlab-ci-multi-runner-1.1.2.ebuild X-VCS-Directories: dev-util/gitlab-ci-multi-runner/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: c6bdcdc7a398d31936e64a84c30e322989e1e1f1 X-VCS-Branch: master Date: Sun, 17 Apr 2016 17:23:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 29b567db-17e0-497b-9018-04d88939f0ea X-Archives-Hash: f74aef1ab465c558a74de1e2cb044e00 commit: c6bdcdc7a398d31936e64a84c30e322989e1e1f1 Author: Manuel Rüger gentoo org> AuthorDate: Sun Apr 17 17:23:37 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Apr 17 17:23:37 2016 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=c6bdcdc7 dev-util/gitlab-ci-multi-runner: Add dependency on docker Package-Manager: portage-2.2.28 dev-util/gitlab-ci-multi-runner/gitlab-ci-multi-runner-1.1.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-util/gitlab-ci-multi-runner/gitlab-ci-multi-runner-1.1.2.ebuild b/dev-util/gitlab-ci-multi-runner/gitlab-ci-multi-runner-1.1.2.ebuild index 93430c4..8b201b9 100644 --- a/dev-util/gitlab-ci-multi-runner/gitlab-ci-multi-runner-1.1.2.ebuild +++ b/dev-util/gitlab-ci-multi-runner/gitlab-ci-multi-runner-1.1.2.ebuild @@ -18,7 +18,8 @@ SLOT="0/${PVR}" IUSE="docker-build" DEPEND="dev-go/gox - dev-go/go-bindata" + dev-go/go-bindata + docker-build? ( >=app-emulation/docker-1.5 )" RESTRICT="test"