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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F793158094 for ; Wed, 5 Oct 2022 20:35:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88B5BE08EC; Wed, 5 Oct 2022 20:35:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70271E08E5 for ; Wed, 5 Oct 2022 20:35:39 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AB8933BDF5 for ; Wed, 5 Oct 2022 20:35:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD211603 for ; Wed, 5 Oct 2022 20:35:36 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1665002125.19c86be088834676a5aaafbce5eaad2b338174b4.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/intel-metrics-library/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/intel-metrics-library/intel-metrics-library-0_pre20220526.ebuild X-VCS-Directories: dev-libs/intel-metrics-library/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 19c86be088834676a5aaafbce5eaad2b338174b4 X-VCS-Branch: master Date: Wed, 5 Oct 2022 20:35:36 +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: 4f59f231-2f5e-4deb-9f6d-f10a02d8978a X-Archives-Hash: 859cf1bbe5d8693fb437550611d7156f commit: 19c86be088834676a5aaafbce5eaad2b338174b4 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Oct 5 20:23:47 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Oct 5 20:35:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19c86be0 dev-libs/intel-metrics-library: fix BadDescription Signed-off-by: Conrad Kostecki gentoo.org> .../intel-metrics-library/intel-metrics-library-0_pre20220526.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/intel-metrics-library/intel-metrics-library-0_pre20220526.ebuild b/dev-libs/intel-metrics-library/intel-metrics-library-0_pre20220526.ebuild index 2ed1852b32af..9011e794fe97 100644 --- a/dev-libs/intel-metrics-library/intel-metrics-library-0_pre20220526.ebuild +++ b/dev-libs/intel-metrics-library/intel-metrics-library-0_pre20220526.ebuild @@ -10,7 +10,7 @@ MY_P="${MY_PN}-${PV}" inherit cmake -DESCRIPTION="A user mode driver helper library that provides access to GPU performance counters" +DESCRIPTION="User mode driver helper library that provides access to GPU performance counters" HOMEPAGE="https://github.com/intel/metrics-library" SRC_URI="https://github.com/intel/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${MY_PN}-${EGIT_COMMIT}"