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 B5FE6138335 for ; Sat, 13 Oct 2018 16:34:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6072CE094A; Sat, 13 Oct 2018 16:34:51 +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 37845E094A for ; Sat, 13 Oct 2018 16:34:51 +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 067C3335CCD for ; Sat, 13 Oct 2018 16:34:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B7BC438 for ; Sat, 13 Oct 2018 16:34:47 +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: <1539447841.abef9826471348494b7714ac35b8818a2b1316d0.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/kdiagram/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/kdiagram/kdiagram-9999.ebuild X-VCS-Directories: dev-libs/kdiagram/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: abef9826471348494b7714ac35b8818a2b1316d0 X-VCS-Branch: master Date: Sat, 13 Oct 2018 16:34:47 +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: e323d5ed-ad75-4349-8c9b-030d0e3070ae X-Archives-Hash: 1d3739bc8829eb0fb460563cfd75437a commit: abef9826471348494b7714ac35b8818a2b1316d0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 13 00:52:44 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 13 16:24:01 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=abef9826 dev-libs/kdiagram: Update HOMEPAGE Package-Manager: Portage-2.3.49, Repoman-2.3.10 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/kdiagram/kdiagram-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/kdiagram/kdiagram-9999.ebuild b/dev-libs/kdiagram/kdiagram-9999.ebuild index 9a92400c66..b84f7948dd 100644 --- a/dev-libs/kdiagram/kdiagram-9999.ebuild +++ b/dev-libs/kdiagram/kdiagram-9999.ebuild @@ -10,7 +10,7 @@ VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Powerful libraries (KChart, KGantt) for creating business diagrams" -HOMEPAGE="https://www.kde.org/" +HOMEPAGE="https://www.kde.org/ https://www.kdab.com/development-resources/qt-tools/kd-chart/" IUSE="" REQUIRED_USE="test? ( examples )"