selinux-dropbox-9999.ebuild 433 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="6"
  4. IUSE=""
  5. MODS="dropbox"
  6. inherit selinux-policy-2
  7. DESCRIPTION="SELinux policy for dropbox"
  8. if [[ ${PV} != 9999* ]] ; then
  9. KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
  10. fi
  11. DEPEND="${DEPEND}
  12. sec-policy/selinux-xserver
  13. sec-policy/selinux-dbus
  14. "
  15. RDEPEND="${RDEPEND}
  16. sec-policy/selinux-xserver
  17. sec-policy/selinux-dbus
  18. "