Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libudev/
Date: Sun, 27 Oct 2019 15:31:58
Message-Id: 1572190241.ed39af49141278062057ddc0f33909ce64be4000.mgorny@gentoo
1 commit: ed39af49141278062057ddc0f33909ce64be4000
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 26 18:52:56 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 27 15:30:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed39af49
7
8 virtual/libudev: Add support for udev & systemd providing static-libs
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 virtual/libudev/libudev-232-r2.ebuild | 15 +++++++++++++++
13 1 file changed, 15 insertions(+)
14
15 diff --git a/virtual/libudev/libudev-232-r2.ebuild b/virtual/libudev/libudev-232-r2.ebuild
16 new file mode 100644
17 index 00000000000..6e8f0950d07
18 --- /dev/null
19 +++ b/virtual/libudev/libudev-232-r2.ebuild
20 @@ -0,0 +1,15 @@
21 +# Copyright 1999-2019 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=7
25 +inherit multilib-build
26 +
27 +DESCRIPTION="Virtual for libudev providers"
28 +SLOT="0/1"
29 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
30 +IUSE="static-libs systemd"
31 +
32 +RDEPEND="
33 + !systemd? ( >=sys-fs/udev-232:0/0[${MULTILIB_USEDEP},static-libs(-)?] )
34 + systemd? ( >=sys-apps/systemd-232:0/2[${MULTILIB_USEDEP},static-libs(-)?] )
35 +"