diff options
author | Mike Gilbert <floppym@gentoo.org> | 2019-10-28 13:10:00 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-10-28 13:10:00 -0400 |
commit | d4d874557a7a28796a656efb18d4be80c54d72fb (patch) | |
tree | 7ddfc569f2f382db695a57c9a8c459539d57436c /virtual | |
parent | dev-python/setuptools: Bump to 41.5.0 (diff) | |
download | gentoo-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>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/libudev/libudev-232-r3.ebuild | 18 |
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(-)?] ) +" |