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 D96D5158042 for ; Tue, 7 Sep 2021 17:37:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C4ABE0901; Tue, 7 Sep 2021 17:37:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 17B2DE0901 for ; Tue, 7 Sep 2021 17:37:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EFDF4342A87 for ; Tue, 7 Sep 2021 17:37:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B05DC8 for ; Tue, 7 Sep 2021 17:37: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: <1631036182.529733744b4dab5a5a30c30e47c306c319c71547.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libudev/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libudev/libudev-232-r4.ebuild virtual/libudev/libudev-232-r5.ebuild X-VCS-Directories: virtual/libudev/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 529733744b4dab5a5a30c30e47c306c319c71547 X-VCS-Branch: master Date: Tue, 7 Sep 2021 17:37: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e5851742-3501-41fd-bc72-83a60fa01600 X-Archives-Hash: 496735f680696782622fc8e0ba54b1ab commit: 529733744b4dab5a5a30c30e47c306c319c71547 Author: Mike Gilbert gentoo org> AuthorDate: Sun Sep 5 01:04:38 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Sep 7 17:36:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52973374 virtual/libudev: drop static libs Signed-off-by: Mike Gilbert gentoo.org> virtual/libudev/{libudev-232-r4.ebuild => libudev-232-r5.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/virtual/libudev/libudev-232-r4.ebuild b/virtual/libudev/libudev-232-r5.ebuild similarity index 58% rename from virtual/libudev/libudev-232-r4.ebuild rename to virtual/libudev/libudev-232-r5.ebuild index 817668f12fc..c835fa223ce 100644 --- a/virtual/libudev/libudev-232-r4.ebuild +++ b/virtual/libudev/libudev-232-r5.ebuild @@ -9,12 +9,12 @@ DESCRIPTION="Virtual for libudev providers" SLOT="0/1" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="static-libs systemd" +IUSE="systemd" RDEPEND=" !systemd? ( || ( - >=sys-fs/udev-232:0/0[${MULTILIB_USEDEP},static-libs(-)?] - >=sys-fs/eudev-3.2.9:0/0[${MULTILIB_USEDEP},static-libs(-)?] + >=sys-fs/udev-232:0/0[${MULTILIB_USEDEP}] + >=sys-fs/eudev-3.2.9:0/0[${MULTILIB_USEDEP}] ) ) - systemd? ( >=sys-apps/systemd-232:0/2[${MULTILIB_USEDEP},static-libs(-)?] ) + systemd? ( >=sys-apps/systemd-232:0/2[${MULTILIB_USEDEP}] ) "