Skip to content

Commit

Permalink
media-plugins/kodi-pvr-dvblink: Depend on the correct versions of kodi
Browse files Browse the repository at this point in the history
Closes: gentoo#3739
  • Loading branch information
candrews authored and SoapGentoo committed Feb 1, 2017
1 parent 5b02bb4 commit b80fecb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ case ${PV} in
;;
*)
CODENAME="Krypton"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/kodi-pvr/pvr.dvblink/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/pvr.dvblink-${PV}-${CODENAME}"
;;
Expand All @@ -29,8 +29,8 @@ SLOT="0"
IUSE=""

DEPEND="
=media-tv/kodi-16*
=media-libs/kodi-platform-16*
=media-tv/kodi-17*
=media-libs/kodi-platform-17*
dev-libs/tinyxml2
"

Expand Down

0 comments on commit b80fecb

Please sign in to comment.