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 22010138334 for ; Sat, 20 Jul 2019 19:30:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA4E2E078A; Sat, 20 Jul 2019 19:30:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D0F1DE078A for ; Sat, 20 Jul 2019 19:30:54 +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 DB14C3482C9 for ; Sat, 20 Jul 2019 19:30:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 066A172B for ; Sat, 20 Jul 2019 19:30:50 +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: <1563650977.1fda59f8c116f9f51345b79ab7021b717c91d020.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/partitionmanager/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/partitionmanager/partitionmanager-4.0.0.ebuild X-VCS-Directories: sys-block/partitionmanager/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1fda59f8c116f9f51345b79ab7021b717c91d020 X-VCS-Branch: master Date: Sat, 20 Jul 2019 19:30:50 +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: 2c686cca-5f78-42a2-a319-a8e865944294 X-Archives-Hash: d85b4562512b3eb5c6fcf356fc1469cc commit: 1fda59f8c116f9f51345b79ab7021b717c91d020 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 20 19:04:48 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 20 19:29:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fda59f8 sys-block/partitionmanager: Fix HOMEPAGE Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-block/partitionmanager/partitionmanager-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/partitionmanager/partitionmanager-4.0.0.ebuild b/sys-block/partitionmanager/partitionmanager-4.0.0.ebuild index 0095c8aa964..495a7081ac0 100644 --- a/sys-block/partitionmanager/partitionmanager-4.0.0.ebuild +++ b/sys-block/partitionmanager/partitionmanager-4.0.0.ebuild @@ -8,7 +8,7 @@ KDE_HANDBOOK="optional" inherit kde5 DESCRIPTION="Utility for management of disks, partitions and file systems" -HOMEPAGE="https://kde.org/applications/system/kdepartitionmanager" +HOMEPAGE="https://kde.org/applications/system/org.kde.partitionmanager" [[ ${KDE_BUILD_TYPE} == release ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" LICENSE="GPL-3"