From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 387401395E3 for ; Mon, 5 Dec 2016 18:03:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 570C521C1BB; Mon, 5 Dec 2016 18:03:17 +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 16CE221C1BB for ; Mon, 5 Dec 2016 18:03:16 +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 30499341142 for ; Mon, 5 Dec 2016 18:03:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C530A1F2F for ; Mon, 5 Dec 2016 18:03:13 +0000 (UTC) From: "Mike Gilbert" 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 Gilbert" Message-ID: <1480960992.c00ead23da48d5cd08ec3da47f930f446435ad7a.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd/systemd-226-r2.ebuild sys-apps/systemd/systemd-231.ebuild sys-apps/systemd/systemd-232.ebuild sys-apps/systemd/systemd-9999.ebuild X-VCS-Directories: sys-apps/systemd/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: c00ead23da48d5cd08ec3da47f930f446435ad7a X-VCS-Branch: master Date: Mon, 5 Dec 2016 18:03:13 +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: 48e8a354-09f8-4542-b4c5-c795b7c70bfd X-Archives-Hash: 9ff4ba45d0a3c70844cca27394cf4c63 commit: c00ead23da48d5cd08ec3da47f930f446435ad7a Author: Mike Gilbert gentoo org> AuthorDate: Mon Dec 5 18:02:55 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Dec 5 18:03:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c00ead23 sys-apps/systemd: add build USE flag to fix stage1 builds Package-Manager: portage-2.3.2_p13 sys-apps/systemd/systemd-226-r2.ebuild | 6 +++--- sys-apps/systemd/systemd-231.ebuild | 6 +++--- sys-apps/systemd/systemd-232.ebuild | 6 +++--- sys-apps/systemd/systemd-9999.ebuild | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/sys-apps/systemd/systemd-226-r2.ebuild b/sys-apps/systemd/systemd-226-r2.ebuild index f7bc771..93afa35 100644 --- a/sys-apps/systemd/systemd-226-r2.ebuild +++ b/sys-apps/systemd/systemd-226-r2.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd" LICENSE="GPL-2 LGPL-2.1 MIT public-domain" SLOT="0/2" -IUSE="acl apparmor audit cryptsetup curl elfutils gcrypt gnuefi http +IUSE="acl apparmor audit build cryptsetup curl elfutils gcrypt gnuefi http idn importd +kdbus +kmod +lz4 lzma nat pam policykit qrcode +seccomp selinux ssl sysv-utils test vanilla xkb" @@ -65,11 +65,11 @@ COMMON_DEPEND=">=sys-apps/util-linux-2.26:0=[${MULTILIB_USEDEP}] # baselayout-2.2 has /run RDEPEND="${COMMON_DEPEND} >=sys-apps/baselayout-2.2 - || ( + !build? ( || ( sys-apps/util-linux[kill(-)] sys-process/procps[kill(+)] sys-apps/coreutils[kill(-)] - ) + ) ) !sys-auth/nss-myhostname !sys-fs/eudev !sys-fs/udev" diff --git a/sys-apps/systemd/systemd-231.ebuild b/sys-apps/systemd/systemd-231.ebuild index 6b536d5..1561160 100644 --- a/sys-apps/systemd/systemd-231.ebuild +++ b/sys-apps/systemd/systemd-231.ebuild @@ -22,7 +22,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd" LICENSE="GPL-2 LGPL-2.1 MIT public-domain" SLOT="0/2" -IUSE="acl apparmor audit cryptsetup curl doc elfutils +gcrypt gnuefi http +IUSE="acl apparmor audit build cryptsetup curl doc elfutils +gcrypt gnuefi http idn importd +kmod +lz4 lzma nat pam policykit qrcode +seccomp selinux ssl sysv-utils test vanilla xkb" @@ -68,11 +68,11 @@ COMMON_DEPEND=">=sys-apps/util-linux-2.27.1:0=[${MULTILIB_USEDEP}] RDEPEND="${COMMON_DEPEND} >=sys-apps/baselayout-2.2 selinux? ( sec-policy/selinux-base-policy[systemd] ) - || ( + !build? ( || ( sys-apps/util-linux[kill(-)] sys-process/procps[kill(+)] sys-apps/coreutils[kill(-)] - ) + ) ) !sys-auth/nss-myhostname !=sys-apps/baselayout-2.2 selinux? ( sec-policy/selinux-base-policy[systemd] ) - || ( + !build? ( || ( sys-apps/util-linux[kill(-)] sys-process/procps[kill(+)] sys-apps/coreutils[kill(-)] - ) + ) ) !sys-auth/nss-myhostname !=sys-apps/baselayout-2.2 selinux? ( sec-policy/selinux-base-policy[systemd] ) - || ( + !build? ( || ( sys-apps/util-linux[kill(-)] sys-process/procps[kill(+)] sys-apps/coreutils[kill(-)] - ) + ) ) !sys-auth/nss-myhostname !