From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1023971-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 BBD481382C5 for <garchives@archives.gentoo.org>; Mon, 14 May 2018 09:47:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E10DFE0806; Mon, 14 May 2018 09:47:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0DB2E0806 for <gentoo-commits@lists.gentoo.org>; Mon, 14 May 2018 09:47:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 664B7335CA1 for <gentoo-commits@lists.gentoo.org>; Mon, 14 May 2018 09:46:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A93E02E for <gentoo-commits@lists.gentoo.org>; Mon, 14 May 2018 09:46:57 +0000 (UTC) From: "Mike Frysinger" <vapier@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, "Mike Frysinger" <vapier@gentoo.org> Message-ID: <1526291168.9d51c6ca96e5ab2ff6d345145630a61866b95522.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/lxc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/lxc/lxc-3.0.0.ebuild X-VCS-Directories: app-emulation/lxc/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 9d51c6ca96e5ab2ff6d345145630a61866b95522 X-VCS-Branch: master Date: Mon, 14 May 2018 09:46:57 +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: 3d7a6531-b17e-4456-bc2c-bf3fd7cf65d2 X-Archives-Hash: 58820b4aad521274e0bdad9485b2a9fe commit: 9d51c6ca96e5ab2ff6d345145630a61866b95522 Author: Mike Frysinger <vapier <AT> chromium <DOT> org> AuthorDate: Mon May 14 09:46:08 2018 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Mon May 14 09:46:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d51c6ca app-emulation/lxc: update sgml dep sgmlspl wasn't guaranteed until 0.6.14-r2 (which the build uses), so make sure we depend on that to avoid failures. app-emulation/lxc/lxc-3.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/lxc/lxc-3.0.0.ebuild b/app-emulation/lxc/lxc-3.0.0.ebuild index c6cd017971c..4122c2e8599 100644 --- a/app-emulation/lxc/lxc-3.0.0.ebuild +++ b/app-emulation/lxc/lxc-3.0.0.ebuild @@ -23,7 +23,7 @@ RDEPEND=" selinux? ( sys-libs/libselinux )" DEPEND="${RDEPEND} - app-text/docbook-sgml-utils + >=app-text/docbook-sgml-utils-0.6.14-r2 >=sys-kernel/linux-headers-3.2" RDEPEND="${RDEPEND}