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 537D0158064 for ; Wed, 8 May 2024 17:06:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99711E2B6C; Wed, 8 May 2024 17:06:17 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AF38E2B6C for ; Wed, 8 May 2024 17:06:17 +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 975983431CF for ; Wed, 8 May 2024 17:06:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FA961355 for ; Wed, 8 May 2024 17:06:15 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1715187943.1559a288f0552d4434a722a1e1cbf6cccbe65908.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/clog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/clog/clog-2023.11.04.ebuild X-VCS-Directories: dev-libs/clog/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 1559a288f0552d4434a722a1e1cbf6cccbe65908 X-VCS-Branch: master Date: Wed, 8 May 2024 17:06:15 +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: 8e7aa9fa-dbcd-4bce-824c-b1f834eff732 X-Archives-Hash: 24f1873a3e9f5059f450ff68fb6b36b0 commit: 1559a288f0552d4434a722a1e1cbf6cccbe65908 Author: Alfredo Tupone gentoo org> AuthorDate: Wed May 8 17:03:35 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed May 8 17:05:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1559a288 dev-libs/clog: update DESCRIPTION Signed-off-by: Alfredo Tupone gentoo.org> dev-libs/clog/clog-2023.11.04.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/clog/clog-2023.11.04.ebuild b/dev-libs/clog/clog-2023.11.04.ebuild index 0be86df35182..c7655a4e2224 100644 --- a/dev-libs/clog/clog-2023.11.04.ebuild +++ b/dev-libs/clog/clog-2023.11.04.ebuild @@ -6,7 +6,7 @@ inherit cmake CommitId=d6860c477c99f1fce9e28eb206891af3c0e1a1d7 -DESCRIPTION="CPU INFOrmation library" +DESCRIPTION="C-style (a-la printf) logging library" HOMEPAGE="https://github.com/pytorch/cpuinfo/" SRC_URI="https://github.com/pytorch/cpuinfo/archive/${CommitId}.tar.gz -> cpuinfo-${PV}.tar.gz"