Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/xvid/
Date: Sun, 02 Dec 2018 20:52:11
Message-Id: 1543783909.4767e4956d6458cfacb7abc3c56ec6581e1ca142.asturm@gentoo
1 commit: 4767e4956d6458cfacb7abc3c56ec6581e1ca142
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 2 20:51:49 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 2 20:51:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4767e495
7
8 media-libs/xvid: Switch SRC_URI back to http
9
10 Closes: https://bugs.gentoo.org/672420
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 media-libs/xvid/xvid-1.3.5.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-libs/xvid/xvid-1.3.5.ebuild b/media-libs/xvid/xvid-1.3.5.ebuild
18 index 45c020f7f1b..3cea29411dc 100644
19 --- a/media-libs/xvid/xvid-1.3.5.ebuild
20 +++ b/media-libs/xvid/xvid-1.3.5.ebuild
21 @@ -9,7 +9,7 @@ inherit flag-o-matic multilib-minimal
22
23 DESCRIPTION="High performance/quality MPEG-4 video de-/encoding solution"
24 HOMEPAGE="https://www.xvid.org/"
25 -SRC_URI="https://downloads.xvid.org/downloads/${MY_P}.tar.bz2"
26 +SRC_URI="http://downloads.xvid.org/downloads/${MY_P}.tar.bz2"
27
28 LICENSE="GPL-2"
29 SLOT="0"