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 A06A1138331 for ; Sun, 13 May 2018 19:20:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2D15E0C09; Sun, 13 May 2018 19:20:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 9A9C5E0C09 for ; Sun, 13 May 2018 19:20:21 +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 6132A335CA4 for ; Sun, 13 May 2018 19:20:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E733C296 for ; Sun, 13 May 2018 19:20:15 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1526239115.61690819cd0467bcaaf13b8ef5dc3a253f2cdc58.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libaom/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libaom/libaom-0_pre20180421.ebuild media-libs/libaom/libaom-9999.ebuild X-VCS-Directories: media-libs/libaom/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 61690819cd0467bcaaf13b8ef5dc3a253f2cdc58 X-VCS-Branch: master Date: Sun, 13 May 2018 19:20:15 +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-Archives-Salt: 6eb99e04-ff12-4015-b46d-31dbec8b855e X-Archives-Hash: 0119f92bf6838d4bf34333ae5744fbf7 commit: 61690819cd0467bcaaf13b8ef5dc3a253f2cdc58 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue May 8 12:23:01 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 13 19:18:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61690819 media-libs/libaom: use HTTPS media-libs/libaom/libaom-0_pre20180421.ebuild | 2 +- media-libs/libaom/libaom-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libaom/libaom-0_pre20180421.ebuild b/media-libs/libaom/libaom-0_pre20180421.ebuild index 3a22aecb23e..93a69a35286 100644 --- a/media-libs/libaom/libaom-0_pre20180421.ebuild +++ b/media-libs/libaom/libaom-0_pre20180421.ebuild @@ -14,7 +14,7 @@ elif [[ ${PV} == *pre* ]]; then fi DESCRIPTION="Alliance for Open Media AV1 Codec SDK" -HOMEPAGE="http://aomedia.org" +HOMEPAGE="https://aomedia.org" LICENSE="BSD-2" SLOT="0/0" diff --git a/media-libs/libaom/libaom-9999.ebuild b/media-libs/libaom/libaom-9999.ebuild index 6261a1ce7e7..68a8ddfdb1a 100644 --- a/media-libs/libaom/libaom-9999.ebuild +++ b/media-libs/libaom/libaom-9999.ebuild @@ -14,7 +14,7 @@ elif [[ ${PV} == *pre* ]]; then fi DESCRIPTION="Alliance for Open Media AV1 Codec SDK" -HOMEPAGE="http://aomedia.org" +HOMEPAGE="https://aomedia.org" LICENSE="BSD-2" SLOT="0/0"