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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2CAE3158042 for ; Wed, 23 Oct 2024 09:33:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33AC0E0974; Wed, 23 Oct 2024 09:33:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DF35E0974 for ; Wed, 23 Oct 2024 09:33:26 +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 445BE34133B for ; Wed, 23 Oct 2024 09:33:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68C8611DF for ; Wed, 23 Oct 2024 09:33:23 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1729675926.45b4204e4e54d892d54f9f39a5d6432b33e8057f.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-gbm/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/egl-gbm/egl-gbm-1.1.2.ebuild X-VCS-Directories: gui-libs/egl-gbm/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 45b4204e4e54d892d54f9f39a5d6432b33e8057f X-VCS-Branch: master Date: Wed, 23 Oct 2024 09:33:23 +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: e800a7ba-a154-409d-8a54-89265707ec3d X-Archives-Hash: 6c11d500dc1078e0c23265ba9494d5c6 commit: 45b4204e4e54d892d54f9f39a5d6432b33e8057f Author: Ionen Wolkens gentoo org> AuthorDate: Wed Oct 23 09:29:19 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Oct 23 09:32:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b4204e gui-libs/egl-gbm: adjust description Clarify it's for NVIDIA and sync with egl-{x11,wayland,gbm}. Signed-off-by: Ionen Wolkens gentoo.org> gui-libs/egl-gbm/egl-gbm-1.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-libs/egl-gbm/egl-gbm-1.1.2.ebuild b/gui-libs/egl-gbm/egl-gbm-1.1.2.ebuild index 2309eed1d1df..f53e71c2435d 100644 --- a/gui-libs/egl-gbm/egl-gbm-1.1.2.ebuild +++ b/gui-libs/egl-gbm/egl-gbm-1.1.2.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit meson-multilib -DESCRIPTION="GBM EGL external platform library" +DESCRIPTION="NVIDIA GBM EGL external platform library" HOMEPAGE="https://github.com/NVIDIA/egl-gbm/" SRC_URI=" https://github.com/NVIDIA/egl-gbm/archive/${PV}.tar.gz