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 033D7139694 for ; Sun, 18 Jun 2017 12:08:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AB20234014; Sun, 18 Jun 2017 12:08:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C2EF234014 for ; Sun, 18 Jun 2017 12:08:31 +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 29888341A32 for ; Sun, 18 Jun 2017 12:08:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BB41748A for ; Sun, 18 Jun 2017 12:08:27 +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: <1497787695.f02176e659712127f2630cb2a793b670459e4a5a.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/kphotoalbum/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/kphotoalbum/kphotoalbum-5.2.ebuild X-VCS-Directories: media-gfx/kphotoalbum/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: f02176e659712127f2630cb2a793b670459e4a5a X-VCS-Branch: master Date: Sun, 18 Jun 2017 12:08:27 +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: 48344a3f-5a09-43fd-9f54-8fbcada36b5b X-Archives-Hash: bdb369873e387a25a2becc51b52a212a commit: f02176e659712127f2630cb2a793b670459e4a5a Author: Michael Palimaka gentoo org> AuthorDate: Sun Jun 18 11:59:20 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Jun 18 12:08:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f02176e6 media-gfx/kphotoalbum: use HTTPS Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-gfx/kphotoalbum/kphotoalbum-5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/kphotoalbum/kphotoalbum-5.2.ebuild b/media-gfx/kphotoalbum/kphotoalbum-5.2.ebuild index 079e1b5e6a9..62864b176dd 100644 --- a/media-gfx/kphotoalbum/kphotoalbum-5.2.ebuild +++ b/media-gfx/kphotoalbum/kphotoalbum-5.2.ebuild @@ -7,7 +7,7 @@ KDE_HANDBOOK="forceoptional" inherit kde5 DESCRIPTION="Tool for indexing, searching, and viewing images" -HOMEPAGE="http://www.kphotoalbum.org/" +HOMEPAGE="https://www.kphotoalbum.org/" SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" LICENSE="GPL-2+ FDL-1.2"