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 A7242138359 for ; Thu, 7 May 2020 17:08:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 960D9E0946; Thu, 7 May 2020 17:08:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7A6D5E0946 for ; Thu, 7 May 2020 17:08:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 18DE934F281 for ; Thu, 7 May 2020 17:08:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F55E103 for ; Thu, 7 May 2020 17:08:52 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1588871323.40b8502ad5eb2228bb1c13fbeae34938284c16cb.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libaom/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libaom/libaom-1.0.0_p20200507.ebuild X-VCS-Directories: media-libs/libaom/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 40b8502ad5eb2228bb1c13fbeae34938284c16cb X-VCS-Branch: master Date: Thu, 7 May 2020 17:08:52 +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: fb5d5099-2daa-4148-853f-3de50d5e7a2f X-Archives-Hash: 4cc2ffe2c3a916814f6218343737a852 commit: 40b8502ad5eb2228bb1c13fbeae34938284c16cb Author: Thomas Deutschmann gentoo org> AuthorDate: Thu May 7 17:08:25 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu May 7 17:08:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b8502a media-libs/libaom: mirror file Upstream SRC_URI is unstable. Bug: https://bugs.gentoo.org/721490 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann gentoo.org> media-libs/libaom/libaom-1.0.0_p20200507.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/libaom/libaom-1.0.0_p20200507.ebuild b/media-libs/libaom/libaom-1.0.0_p20200507.ebuild index 93b1de3953f..bb1078b69e7 100644 --- a/media-libs/libaom/libaom-1.0.0_p20200507.ebuild +++ b/media-libs/libaom/libaom-1.0.0_p20200507.ebuild @@ -11,7 +11,8 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://aomedia.googlesource.com/aom" else MY_COMMIT="1a090d5d5ac322add74ebb6b5df7f4074909cd09" - SRC_URI="https://aomedia.googlesource.com/aom/+archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" + #SRC_URI="https://aomedia.googlesource.com/aom/+archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://dev.gentoo.org/~whissi/dist/${PN}/${P}.tar.gz" S="${WORKDIR}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" fi