lc-dbusmanager-9999.ebuild 335 B

12345678910111213141516171819
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit leechcraft
  5. DESCRIPTION="DBusManager provides some basic D-Bus interoperability for LeechCraft"
  6. SLOT="0"
  7. KEYWORDS=""
  8. IUSE="debug"
  9. DEPEND="
  10. ~app-leechcraft/lc-core-${PV}
  11. dev-qt/qtdbus:5
  12. "
  13. RDEPEND="${DEPEND}"