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 E0D291395E3 for ; Sat, 26 Nov 2016 19:41:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9AF2E09C5; Sat, 26 Nov 2016 19:41:47 +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 9DC25E09C5 for ; Sat, 26 Nov 2016 19:41:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4EBC83411D7 for ; Sat, 26 Nov 2016 19:41:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DB0E4A8 for ; Sat, 26 Nov 2016 19:41:44 +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: <1480189302.b11f70cd634e81dcf3df2d122c344015ab11b91a.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libudev/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libudev/libudev-215-r1.ebuild virtual/libudev/libudev-232.ebuild X-VCS-Directories: virtual/libudev/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: b11f70cd634e81dcf3df2d122c344015ab11b91a X-VCS-Branch: master Date: Sat, 26 Nov 2016 19:41:44 +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: 2e8c0bc1-d080-4c0e-b55b-9177b6bfc0c8 X-Archives-Hash: 13635fa603c188a38f580f4259198ff7 commit: b11f70cd634e81dcf3df2d122c344015ab11b91a Author: Mike Gilbert gentoo org> AuthorDate: Sat Nov 26 19:39:27 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Nov 26 19:41:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b11f70cd virtual/libudev: simplify systemd dep Package-Manager: portage-2.3.2_p8 virtual/libudev/libudev-215-r1.ebuild | 7 ++----- virtual/libudev/libudev-232.ebuild | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/virtual/libudev/libudev-215-r1.ebuild b/virtual/libudev/libudev-215-r1.ebuild index 9f1e1a3..3250349 100644 --- a/virtual/libudev/libudev-215-r1.ebuild +++ b/virtual/libudev/libudev-215-r1.ebuild @@ -20,10 +20,7 @@ RDEPEND=" >=sys-fs/eudev-1.3:0/0[${MULTILIB_USEDEP},static-libs?] >=sys-fs/udev-208-r1:0/0[${MULTILIB_USEDEP},static-libs?] ) ) - systemd? ( || ( - >=sys-apps/systemd-212-r5:0/2[${MULTILIB_USEDEP}] - >=sys-apps/systemd-208-r3:0/1[${MULTILIB_USEDEP}] - >=sys-apps/systemd-208:0/0[${MULTILIB_USEDEP}] - ) )" + systemd? ( >=sys-apps/systemd-212-r5:0/2[${MULTILIB_USEDEP}] ) +" REQUIRED_USE="systemd? ( !static-libs )" diff --git a/virtual/libudev/libudev-232.ebuild b/virtual/libudev/libudev-232.ebuild index 811d231..00c667a 100644 --- a/virtual/libudev/libudev-232.ebuild +++ b/virtual/libudev/libudev-232.ebuild @@ -25,10 +25,7 @@ RDEPEND=" >=sys-fs/udev-232:0/0[${MULTILIB_USEDEP}] ) ) ) - systemd? ( || ( - >=sys-apps/systemd-212-r5:0/2[${MULTILIB_USEDEP}] - >=sys-apps/systemd-208-r3:0/1[${MULTILIB_USEDEP}] - >=sys-apps/systemd-208:0/0[${MULTILIB_USEDEP}] ) - )" + systemd? ( >=sys-apps/systemd-212-r5:0/2[${MULTILIB_USEDEP}] ) +" REQUIRED_USE="systemd? ( !static-libs )"