Skip to content

Commit

Permalink
Fixes an issue with the nuvexport ebuild not being to download the ta…
Browse files Browse the repository at this point in the history
…rball from github
  • Loading branch information
kormoc committed May 16, 2011
1 parent 44aa89c commit 23c4782
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Gentoo/eclass/mythtv.eclass
Expand Up @@ -31,10 +31,11 @@ case "${PN}" in
S="${WORKDIR}/MythTV-${REPO}-${MYTHTV_SREV}/"
;;
nuvexport)
REPO="nuvexport"
MY_PN="nuvexport"
S="${WORKDIR}/MythTV-${REPO}-${NUVEXPORT_SREV}/"
;;
REPO="nuvexport"
MY_PN="nuvexport"
MYTHTV_REV="$NUVEXPORT_REV"
S="${WORKDIR}/MythTV-${REPO}-${NUVEXPORT_SREV}/"
;;
*)
REPO="mythtv"
MY_PN="mythplugins"
Expand Down

0 comments on commit 23c4782

Please sign in to comment.