summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2019-10-28 13:10:00 -0400
committerMike Gilbert <floppym@gentoo.org>2019-10-28 13:10:00 -0400
commitd4d874557a7a28796a656efb18d4be80c54d72fb (patch)
tree7ddfc569f2f382db695a57c9a8c459539d57436c
parentdev-python/setuptools: Bump to 41.5.0 (diff)
downloadgentoo-d4d874557a7a28796a656efb18d4be80c54d72fb.tar.gz
gentoo-d4d874557a7a28796a656efb18d4be80c54d72fb.tar.bz2
gentoo-d4d874557a7a28796a656efb18d4be80c54d72fb.zip
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@gentoo.org>
-rw-r--r--virtual/libudev/libudev-232-r3.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/virtual/libudev/libudev-232-r3.ebuild b/virtual/libudev/libudev-232-r3.ebuild
new file mode 100644
index 000000000000..cda316a78bad
--- /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(-)?] )
+"