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 09E75138334 for ; Mon, 28 Oct 2019 17:10:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46C3DE0993; Mon, 28 Oct 2019 17:10:22 +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 26051E0993 for ; Mon, 28 Oct 2019 17:10:22 +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 8372D34C4C3 for ; Mon, 28 Oct 2019 17:10:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E457488A for ; Mon, 28 Oct 2019 17:10:17 +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: <1572282600.d4d874557a7a28796a656efb18d4be80c54d72fb.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libudev/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libudev/libudev-232-r3.ebuild X-VCS-Directories: virtual/libudev/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: d4d874557a7a28796a656efb18d4be80c54d72fb X-VCS-Branch: master Date: Mon, 28 Oct 2019 17:10:17 +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: 8fd9e59f-149f-4085-b8f2-bf66952bc403 X-Archives-Hash: 556a465ad97034f0c28dd85c3d13a07e commit: d4d874557a7a28796a656efb18d4be80c54d72fb Author: Mike Gilbert gentoo org> AuthorDate: Mon Oct 28 17:10:00 2019 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Oct 28 17:10:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d87455 virtual/libudev: revbump with proper static-libs usedep Package-Manager: Portage-2.3.78_p4, Repoman-2.3.17_p100 Signed-off-by: Mike Gilbert gentoo.org> virtual/libudev/libudev-232-r3.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/virtual/libudev/libudev-232-r3.ebuild b/virtual/libudev/libudev-232-r3.ebuild new file mode 100644 index 00000000000..cda316a78ba --- /dev/null +++ b/virtual/libudev/libudev-232-r3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit multilib-build + +DESCRIPTION="Virtual for libudev providers" +SLOT="0/1" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="static-libs systemd" + +RDEPEND=" + !systemd? ( || ( + >=sys-fs/eudev-3.2.9:0/0[${MULTILIB_USEDEP},static-libs(-)?] + >=sys-fs/udev-232:0/0[${MULTILIB_USEDEP},static-libs(-)?] + ) ) + systemd? ( >=sys-apps/systemd-232:0/2[${MULTILIB_USEDEP},static-libs(-)?] ) +"