From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-922215-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5220F139085 for <garchives@archives.gentoo.org>; Mon, 9 Jan 2017 18:37:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CD86E0C1E; Mon, 9 Jan 2017 18:37:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6951BE0C1E for <gentoo-commits@lists.gentoo.org>; Mon, 9 Jan 2017 18:37:51 +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 8DE6E340F2A for <gentoo-commits@lists.gentoo.org>; Mon, 9 Jan 2017 18:37:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30BE4261B for <gentoo-commits@lists.gentoo.org>; Mon, 9 Jan 2017 18:37:49 +0000 (UTC) From: "William Hubbs" <williamh@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" <williamh@gentoo.org> Message-ID: <1483987034.e6efec2474a3d3f2eb0278dcf9d9ffb5b48ff8d5.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker/docker-1.12.5.ebuild X-VCS-Directories: app-emulation/docker/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: e6efec2474a3d3f2eb0278dcf9d9ffb5b48ff8d5 X-VCS-Branch: master Date: Mon, 9 Jan 2017 18:37:49 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: eb017632-c442-4fee-971d-cb83f6680ae0 X-Archives-Hash: c84fa8be8cd115b94d1cddc853e51d7f commit: e6efec2474a3d3f2eb0278dcf9d9ffb5b48ff8d5 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Mon Jan 9 18:36:47 2017 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Mon Jan 9 18:37:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6efec24 app-emulation/docker: fix dependencies in 1.12.5 Package-Manager: portage-2.3.0 app-emulation/docker/docker-1.12.5.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emulation/docker/docker-1.12.5.ebuild b/app-emulation/docker/docker-1.12.5.ebuild index 17927b0..a857543 100644 --- a/app-emulation/docker/docker-1.12.5.ebuild +++ b/app-emulation/docker/docker-1.12.5.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$ @@ -44,7 +44,7 @@ DEPEND=" dev-go/go-md2man btrfs? ( - >=sys-fs/btrfs-progs-3.8 + >=sys-fs/btrfs-progs-3.16.1 ) " @@ -59,7 +59,7 @@ RDEPEND=" >=dev-vcs/git-1.7 >=app-arch/xz-utils-4.9 - >app-emulation/containerd-0.2.2 + >=app-emulation/containerd-0.2.5 app-emulation/runc[apparmor?,seccomp?] "