lc-gacts-9999.ebuild 349 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="Allows other LeechCraft modules to register global shortcuts"
  6. SLOT="0"
  7. KEYWORDS=""
  8. IUSE="debug"
  9. DEPEND="~app-leechcraft/lc-core-${PV}
  10. dev-qt/qtwidgets:5
  11. dev-qt/qtx11extras:5
  12. "
  13. RDEPEND="${DEPEND}"