diff options
Diffstat (limited to 'media-tv/xbmc/xbmc-9999.ebuild')
-rw-r--r-- | media-tv/xbmc/xbmc-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/xbmc/xbmc-9999.ebuild b/media-tv/xbmc/xbmc-9999.ebuild index 87bb2598514e..170e1ddaf206 100644 --- a/media-tv/xbmc/xbmc-9999.ebuild +++ b/media-tv/xbmc/xbmc-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.31 2009/09/26 11:45:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.32 2009/09/26 12:11:40 vapier Exp $ # XXX: be nice to split out packages that come bundled and use the # system libraries ... @@ -12,7 +12,7 @@ inherit eutils # Use XBMC_ESVN_REPO_URI to track a different branch ESVN_REPO_URI=${XBMC_ESVN_REPO_URI:-http://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk} ESVN_PROJECT=${ESVN_REPO_URI##*/svnroot/} -ESVN_PROJECT=${ESVN_PROJECT%/XBMC} +ESVN_PROJECT=${ESVN_PROJECT%/*} if [[ ${PV} == "9999" ]] ; then inherit subversion autotools KEYWORDS="" |