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 27ACB138334 for ; Tue, 2 Oct 2018 12:12:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7F79E0919; Tue, 2 Oct 2018 12:11:58 +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 A4679E0918 for ; Tue, 2 Oct 2018 12:11:58 +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 9D554335D44 for ; Tue, 2 Oct 2018 12:11:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0885431 for ; Tue, 2 Oct 2018 12:11:54 +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: <1538482291.c1ec5a042db91dcab15bd30762a3b6367ef77401.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/faac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/faac/faac-1.29.9.2.ebuild X-VCS-Directories: media-libs/faac/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c1ec5a042db91dcab15bd30762a3b6367ef77401 X-VCS-Branch: master Date: Tue, 2 Oct 2018 12:11:54 +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: 30012c54-70de-4078-9308-f8e74c3c7b20 X-Archives-Hash: fb63a653f625c66c2cbcfbcbc4e71b80 commit: c1ec5a042db91dcab15bd30762a3b6367ef77401 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 2 12:08:49 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 2 12:11:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1ec5a04 media-libs/faac: https Package-Manager: Portage-2.3.50, Repoman-2.3.10 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/faac/faac-1.29.9.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/faac/faac-1.29.9.2.ebuild b/media-libs/faac/faac-1.29.9.2.ebuild index 291ceaf18e2..c5d4bb08d1d 100644 --- a/media-libs/faac/faac-1.29.9.2.ebuild +++ b/media-libs/faac/faac-1.29.9.2.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit autotools epunt-cxx multilib-minimal DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com" -HOMEPAGE="http://www.audiocoding.com" +HOMEPAGE="https://www.audiocoding.com" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1 MPEG-4"