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 F23801396D0 for ; Sat, 12 Aug 2017 14:31:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2035B1FC062; Sat, 12 Aug 2017 14:31:26 +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 EF3C21FC04B for ; Sat, 12 Aug 2017 14:31:25 +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 1723F34186C for ; Sat, 12 Aug 2017 14:31:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81D8F76A8 for ; Sat, 12 Aug 2017 14:31:23 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1502548272.b3563a3c2c70cb16c53befbcae2215a2bad0ca94.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/amarok/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/amarok/amarok-2.8.90-r3.ebuild X-VCS-Directories: media-sound/amarok/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: b3563a3c2c70cb16c53befbcae2215a2bad0ca94 X-VCS-Branch: master Date: Sat, 12 Aug 2017 14:31:23 +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: 6e4fcbc8-29bc-496c-b876-677a560a22c8 X-Archives-Hash: 1761ea8a6bfa3a7510be48d705ea7dfe commit: b3563a3c2c70cb16c53befbcae2215a2bad0ca94 Author: Michael Palimaka gentoo org> AuthorDate: Sat Aug 12 14:22:50 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Aug 12 14:31:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3563a3c media-sound/amarok: use HTTPS Package-Manager: Portage-2.3.6, Repoman-2.3.3 media-sound/amarok/amarok-2.8.90-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/amarok/amarok-2.8.90-r3.ebuild b/media-sound/amarok/amarok-2.8.90-r3.ebuild index 3d287faaca8..8f8dd6810d7 100644 --- a/media-sound/amarok/amarok-2.8.90-r3.ebuild +++ b/media-sound/amarok/amarok-2.8.90-r3.ebuild @@ -13,7 +13,7 @@ VIRTUALDBUS_TEST="true" inherit flag-o-matic kde4-base pax-utils DESCRIPTION="Advanced audio player based on KDE framework" -HOMEPAGE="http://amarok.kde.org/" +HOMEPAGE="https://amarok.kde.org/" if [[ ${PV} != *9999* ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" KEYWORDS="amd64 x86"