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 5E03913835A for ; Sat, 23 May 2020 22:00:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F12EE08A4; Sat, 23 May 2020 22:00:37 +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 39032E08A4 for ; Sat, 23 May 2020 22:00:37 +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 0F5FD34F05E for ; Sat, 23 May 2020 22:00:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B182825A for ; Sat, 23 May 2020 22:00:18 +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: <1590270139.49d03c705b8a6314d0e965571bc21865ccce90b6.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: 49d03c705b8a6314d0e965571bc21865ccce90b6 X-VCS-Branch: master Date: Sat, 23 May 2020 22:00:18 +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: af34e875-e588-4054-97d4-342bfcbf85da X-Archives-Hash: da05677b4a5e19a6ec6436483cd28cc2 commit: 49d03c705b8a6314d0e965571bc21865ccce90b6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 23 21:42:19 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 23 21:42:19 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=49d03c70 dev-libs/kdiagram: Set KDE_ORG_CATEGORY="graphics" Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/kdiagram/kdiagram-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/kdiagram/kdiagram-9999.ebuild b/dev-libs/kdiagram/kdiagram-9999.ebuild index 3a28eac60d..1b212f5283 100644 --- a/dev-libs/kdiagram/kdiagram-9999.ebuild +++ b/dev-libs/kdiagram/kdiagram-9999.ebuild @@ -6,6 +6,7 @@ EAPI=7 ECM_EXAMPLES="true" ECM_QTHELP="true" ECM_TEST="true" +KDE_ORG_CATEGORY="graphics" QTMIN=5.12.3 VIRTUALX_REQUIRED="test" inherit ecm kde.org