libkdegames-4.14.3-r1.ebuild 343 B

12345678910111213141516171819
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit kde4-base
  5. DESCRIPTION="Base library common to many KDE games"
  6. KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
  7. IUSE="debug"
  8. DEPEND="
  9. media-libs/libsndfile
  10. media-libs/openal
  11. "
  12. RDEPEND="${DEPEND}"
  13. KMSAVELIBS="true"