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 07E6E158095 for ; Mon, 15 Aug 2022 16:43:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D22DE0998; Mon, 15 Aug 2022 16:43:06 +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 D4181E0998 for ; Mon, 15 Aug 2022 16:43:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CFB633411C0 for ; Mon, 15 Aug 2022 16:43:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50C274FA for ; Mon, 15 Aug 2022 16:43:03 +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: <1660581580.06734486a98b5d903dcf35a0b75b82d8416e4cd2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/virtualgl/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/virtualgl/virtualgl-3.0-r1.ebuild x11-misc/virtualgl/virtualgl-3.0.1.ebuild X-VCS-Directories: x11-misc/virtualgl/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 06734486a98b5d903dcf35a0b75b82d8416e4cd2 X-VCS-Branch: master Date: Mon, 15 Aug 2022 16:43:03 +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: fae39168-df8b-491a-a12f-ccf854d370ba X-Archives-Hash: 59d4d84011b38c7f6000c218fefa2d7c commit: 06734486a98b5d903dcf35a0b75b82d8416e4cd2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 15 16:39:40 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 15 16:39:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06734486 x11-misc/virtualgl: Drop CMAKE_ECLASS meta var superfluous in EAPI-8 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/virtualgl/virtualgl-3.0-r1.ebuild | 1 - x11-misc/virtualgl/virtualgl-3.0.1.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/x11-misc/virtualgl/virtualgl-3.0-r1.ebuild b/x11-misc/virtualgl/virtualgl-3.0-r1.ebuild index 762d51d6aaab..8cb6671d67db 100644 --- a/x11-misc/virtualgl/virtualgl-3.0-r1.ebuild +++ b/x11-misc/virtualgl/virtualgl-3.0-r1.ebuild @@ -2,7 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -CMAKE_ECLASS=cmake inherit cmake-multilib flag-o-matic systemd diff --git a/x11-misc/virtualgl/virtualgl-3.0.1.ebuild b/x11-misc/virtualgl/virtualgl-3.0.1.ebuild index c29aac4b170f..6deb567c0970 100644 --- a/x11-misc/virtualgl/virtualgl-3.0.1.ebuild +++ b/x11-misc/virtualgl/virtualgl-3.0.1.ebuild @@ -2,7 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -CMAKE_ECLASS=cmake inherit cmake-multilib flag-o-matic systemd