summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-08-13 22:45:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-08-13 23:40:12 +0200
commit83d113887151ce24211c21ebffc17d48813d2b73 (patch)
tree7e686ec0f8659d5c1e450dbada79fdee2a708a7e /media-libs/xine-lib
parentmedia-libs/xine-lib: Drop superfluous multilib inherit (diff)
downloadgentoo-83d113887151ce24211c21ebffc17d48813d2b73.tar.gz
gentoo-83d113887151ce24211c21ebffc17d48813d2b73.tar.bz2
gentoo-83d113887151ce24211c21ebffc17d48813d2b73.zip
media-libs/xine-lib: Fix EHG_REPO_URI after upstream move
Thanks-to: Andreas Fink <finkandreas@web.de> Closes: https://bugs.gentoo.org/655838 Package-Manager: Portage-2.3.46, Repoman-2.3.10
Diffstat (limited to 'media-libs/xine-lib')
-rw-r--r--media-libs/xine-lib/xine-lib-1.2.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/xine-lib/xine-lib-1.2.9999.ebuild b/media-libs/xine-lib/xine-lib-1.2.9999.ebuild
index 259b970d453b..1281812e3ddd 100644
--- a/media-libs/xine-lib/xine-lib-1.2.9999.ebuild
+++ b/media-libs/xine-lib/xine-lib-1.2.9999.ebuild
@@ -6,7 +6,7 @@ EAPI=6
inherit flag-o-matic libtool
if [[ ${PV} == *9999* ]]; then
- EHG_REPO_URI="http://hg.debian.org/hg/xine-lib/xine-lib-1.2"
+ EHG_REPO_URI="http://hg.code.sf.net/p/xine/xine-lib-1.2"
inherit autotools mercurial
unset NLS_IUSE
NLS_DEPEND="sys-devel/gettext"