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 B67BE13835A for ; Sat, 23 May 2020 22:00:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE89FE08E0; Sat, 23 May 2020 22:00:40 +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 B4EE7E08E0 for ; Sat, 23 May 2020 22:00:40 +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 F005B34F059 for ; Sat, 23 May 2020 22:00:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DFFB261 for ; Sat, 23 May 2020 22:00:19 +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: <1590270849.186a67f2b6779c6a901b920381d93d61af5525c1.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libktorrent/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libktorrent/libktorrent-9999.ebuild X-VCS-Directories: net-libs/libktorrent/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 186a67f2b6779c6a901b920381d93d61af5525c1 X-VCS-Branch: master Date: Sat, 23 May 2020 22:00:19 +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: 7ffeef0f-023c-4698-8f29-9a8145ade0c9 X-Archives-Hash: 59883abdf66c60fa54a45d98f7f37810 commit: 186a67f2b6779c6a901b920381d93d61af5525c1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 23 21:54:09 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 23 21:54:09 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=186a67f2 net-libs/libktorrent: Set KDE_ORG_CATEGORY="network" Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/libktorrent/libktorrent-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-libs/libktorrent/libktorrent-9999.ebuild b/net-libs/libktorrent/libktorrent-9999.ebuild index d0b7d880d7..8e82bcdddd 100644 --- a/net-libs/libktorrent/libktorrent-9999.ebuild +++ b/net-libs/libktorrent/libktorrent-9999.ebuild @@ -4,6 +4,7 @@ EAPI=7 ECM_TEST="forceoptional" +KDE_ORG_CATEGORY="network" KFMIN=5.60.0 QTMIN=5.12.3 VIRTUALX_REQUIRED="test"