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 080D159CA3 for ; Tue, 15 Mar 2016 15:13:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81185E0864; Tue, 15 Mar 2016 15:13:12 +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 BC7F821C012 for ; Tue, 15 Mar 2016 15:13:11 +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 E39C8340D77 for ; Tue, 15 Mar 2016 15:13:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEDDC85B for ; Tue, 15 Mar 2016 15:13:07 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1458054775.162f0cf647a137797363d5d42515c6d617532f15.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/criu/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/criu/criu-2.0.ebuild X-VCS-Directories: sys-process/criu/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 162f0cf647a137797363d5d42515c6d617532f15 X-VCS-Branch: master Date: Tue, 15 Mar 2016 15:13:07 +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: 27b547df-4401-4e55-ae3a-2da577f5a91a X-Archives-Hash: 21de35caade43068b54c37caf9d93765 commit: 162f0cf647a137797363d5d42515c6d617532f15 Author: Alexis Ballier gentoo org> AuthorDate: Tue Mar 15 15:09:33 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Mar 15 15:12:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162f0cf6 sys-process/criu: add missing dep on libnl:3 Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier gentoo.org> sys-process/criu/criu-2.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-process/criu/criu-2.0.ebuild b/sys-process/criu/criu-2.0.ebuild index 06d9277..c1c17f8 100644 --- a/sys-process/criu/criu-2.0.ebuild +++ b/sys-process/criu/criu-2.0.ebuild @@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~arm ~arm64" IUSE="python setproctitle" RDEPEND="dev-libs/protobuf-c + dev-libs/libnl:3 python? ( ${PYTHON_DEPS} ) setproctitle? ( dev-libs/libbsd )" DEPEND="${RDEPEND}