From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A3BC138334 for ; Sun, 2 Dec 2018 20:52:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CED5E0AC2; Sun, 2 Dec 2018 20:52:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41B65E0AC2 for ; Sun, 2 Dec 2018 20:52:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C83DE335C36 for ; Sun, 2 Dec 2018 20:52:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17C03266 for ; Sun, 2 Dec 2018 20:52:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1543783909.4767e4956d6458cfacb7abc3c56ec6581e1ca142.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/xvid/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/xvid/xvid-1.3.5.ebuild X-VCS-Directories: media-libs/xvid/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4767e4956d6458cfacb7abc3c56ec6581e1ca142 X-VCS-Branch: master Date: Sun, 2 Dec 2018 20:52:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2dbf5cef-2304-479d-b35b-b9cf368cff15 X-Archives-Hash: 7be0b10d7905f8749b2b252ce0eddeae commit: 4767e4956d6458cfacb7abc3c56ec6581e1ca142 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 2 20:51:49 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 2 20:51:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4767e495 media-libs/xvid: Switch SRC_URI back to http Closes: https://bugs.gentoo.org/672420 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/xvid/xvid-1.3.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/xvid/xvid-1.3.5.ebuild b/media-libs/xvid/xvid-1.3.5.ebuild index 45c020f7f1b..3cea29411dc 100644 --- a/media-libs/xvid/xvid-1.3.5.ebuild +++ b/media-libs/xvid/xvid-1.3.5.ebuild @@ -9,7 +9,7 @@ inherit flag-o-matic multilib-minimal DESCRIPTION="High performance/quality MPEG-4 video de-/encoding solution" HOMEPAGE="https://www.xvid.org/" -SRC_URI="https://downloads.xvid.org/downloads/${MY_P}.tar.bz2" +SRC_URI="http://downloads.xvid.org/downloads/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0"