libudev-215-r1.ebuild 562 B

1234567891011121314151617181920
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit multilib-build
  5. DESCRIPTION="Virtual for libudev providers"
  6. SLOT="0/1"
  7. KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
  8. IUSE="static-libs systemd"
  9. REQUIRED_USE="systemd? ( !static-libs )"
  10. RDEPEND="
  11. !systemd? ( || (
  12. >=sys-fs/eudev-1.3:0/0[${MULTILIB_USEDEP},static-libs?]
  13. >=sys-fs/udev-208-r1:0/0[${MULTILIB_USEDEP},static-libs?]
  14. ) )
  15. systemd? ( >=sys-apps/systemd-212-r5:0/2[${MULTILIB_USEDEP}] )
  16. "