commit: d4d874557a7a28796a656efb18d4be80c54d72fb
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 28 17:10:00 2019 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> 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 <floppym <AT> 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(-)?] )
+"