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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3EC2815808B for ; Sat, 26 Mar 2022 05:05:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 279F0E0844; Sat, 26 Mar 2022 05:05:07 +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 EE84FE0844 for ; Sat, 26 Mar 2022 05:05:06 +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 19296342DB8 for ; Sat, 26 Mar 2022 05:05:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A9B1335 for ; Sat, 26 Mar 2022 05:05:04 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1648271092.be4fe1ef01f1245eb9a8852bf101c4da0071e0e6.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/ecm.eclass X-VCS-Directories: eclass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: be4fe1ef01f1245eb9a8852bf101c4da0071e0e6 X-VCS-Branch: master Date: Sat, 26 Mar 2022 05:05:04 +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: 331b91ec-0505-4396-bb83-ee728bd10fcf X-Archives-Hash: 20da0c6ab0c3c2a5d7af23dcf22fb5eb commit: be4fe1ef01f1245eb9a8852bf101c4da0071e0e6 Author: Sam James gentoo org> AuthorDate: Sat Mar 26 00:27:25 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 26 05:04:52 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=be4fe1ef ecm.eclass: provides virtualx.eclass As discussed with asturm. Signed-off-by: Sam James gentoo.org> eclass/ecm.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass index 042280b77f..09916c44db 100644 --- a/eclass/ecm.eclass +++ b/eclass/ecm.eclass @@ -5,7 +5,7 @@ # @MAINTAINER: # kde@gentoo.org # @SUPPORTED_EAPIS: 7 8 -# @PROVIDES: cmake +# @PROVIDES: cmake virtualx # @BLURB: Support eclass for packages that use KDE Frameworks with ECM. # @DESCRIPTION: # This eclass is intended to streamline the creation of ebuilds for packages