libelf-1.ebuild 501 B

1234567891011121314151617
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit multilib-build
  5. DESCRIPTION="Virtual for libelf.so.1 provider (dev-libs/elfutils)"
  6. SLOT="0/1"
  7. KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
  8. RDEPEND="
  9. || (
  10. >=dev-libs/elfutils-0.155-r1:0/0[${MULTILIB_USEDEP}]
  11. >=sys-freebsd/freebsd-lib-9.2_rc1[${MULTILIB_USEDEP}]
  12. )"