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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D79513835A for ; Fri, 19 Mar 2021 22:40:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38FDBE0921; Fri, 19 Mar 2021 22:40:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D711E0921 for ; Fri, 19 Mar 2021 22:40:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1407A340A51 for ; Fri, 19 Mar 2021 22:40:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75808638 for ; Fri, 19 Mar 2021 22:40:18 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1616193580.b50fa6de9448ed7364e7929ac1f84501b56cef9e.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-nv/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-video-nv/xf86-video-nv-2.1.21.ebuild X-VCS-Directories: x11-drivers/xf86-video-nv/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: b50fa6de9448ed7364e7929ac1f84501b56cef9e X-VCS-Branch: master Date: Fri, 19 Mar 2021 22:40:18 +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: a6bafcfa-dfa4-4553-a7b2-be16eb872da7 X-Archives-Hash: 3f3cd956a6133f5d15854e3d61588169 commit: b50fa6de9448ed7364e7929ac1f84501b56cef9e Author: David Seifert gentoo org> AuthorDate: Fri Mar 19 22:39:40 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Mar 19 22:39:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b50fa6de x11-drivers/xf86-video-nv: Port to EAPI 7 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: David Seifert gentoo.org> x11-drivers/xf86-video-nv/xf86-video-nv-2.1.21.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.21.ebuild b/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.21.ebuild index f96f675ae5a..edac3c64b1e 100644 --- a/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.21.ebuild +++ b/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.21.ebuild @@ -1,14 +1,15 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit xorg-2 +EAPI=7 + +inherit xorg-3 DESCRIPTION="Nvidia 2D only video driver" KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 x86" -IUSE="" -RDEPEND="x11-base/xorg-server +RDEPEND=" + x11-base/xorg-server >=x11-libs/libpciaccess-0.10.7" DEPEND="${RDEPEND}"