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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E3A6315800F for ; Mon, 9 Jan 2023 19:47:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C604E08A2; Mon, 9 Jan 2023 19:47:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 644C4E08AD for ; Mon, 9 Jan 2023 19:47:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92001340E5B for ; Mon, 9 Jan 2023 19:47:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3528E87B for ; Mon, 9 Jan 2023 19:47:49 +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: <1673293654.ab1fab50c70eb5aee7e8411b8082c6cc3ba6b514.asturm@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.9.1-r1.ebuild X-VCS-Directories: media-gfx/kphotoalbum/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ab1fab50c70eb5aee7e8411b8082c6cc3ba6b514 X-VCS-Branch: master Date: Mon, 9 Jan 2023 19:47:49 +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: 45b72db4-8664-404d-90ce-cfe0fa7befe5 X-Archives-Hash: de725bf996a5ce2039af46b86771cbbd commit: ab1fab50c70eb5aee7e8411b8082c6cc3ba6b514 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Nov 12 16:29:10 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 9 19:47:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1fab50 media-gfx/kphotoalbum: update HOMEPAGE Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/kphotoalbum/kphotoalbum-5.9.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/kphotoalbum/kphotoalbum-5.9.1-r1.ebuild b/media-gfx/kphotoalbum/kphotoalbum-5.9.1-r1.ebuild index 4f3157a6a7d6..a722a776175c 100644 --- a/media-gfx/kphotoalbum/kphotoalbum-5.9.1-r1.ebuild +++ b/media-gfx/kphotoalbum/kphotoalbum-5.9.1-r1.ebuild @@ -11,7 +11,7 @@ VIRTUALX_REQUIRED="test" inherit ecm kde.org DESCRIPTION="Tool for indexing, searching, and viewing images" -HOMEPAGE="https://kphotoalbum.org/" +HOMEPAGE="https://www.kphotoalbum.org/" if [[ ${KDE_BUILD_TYPE} != live ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"