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 37D5713835A for ; Fri, 19 Mar 2021 22:40:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62A8AE088B; Fri, 19 Mar 2021 22:40:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 487F0E088B for ; Fri, 19 Mar 2021 22:40:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6423F340B10 for ; Fri, 19 Mar 2021 22:40:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E34F1631 for ; Fri, 19 Mar 2021 22:40:17 +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: <1616193559.afa23e6760f6a8919fc3008004dbc80af5f918d1.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-void/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-input-void/xf86-input-void-1.4.1.ebuild X-VCS-Directories: x11-drivers/xf86-input-void/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: afa23e6760f6a8919fc3008004dbc80af5f918d1 X-VCS-Branch: master Date: Fri, 19 Mar 2021 22:40:17 +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: 6bdcf69f-f802-440b-993c-4432e030f3d4 X-Archives-Hash: e71001b7c2f44faaf09b398639e04524 commit: afa23e6760f6a8919fc3008004dbc80af5f918d1 Author: David Seifert gentoo org> AuthorDate: Fri Mar 19 22:39:19 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Mar 19 22:39:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa23e67 x11-drivers/xf86-input-void: Port to EAPI 7 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: David Seifert gentoo.org> x11-drivers/xf86-input-void/xf86-input-void-1.4.1.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/x11-drivers/xf86-input-void/xf86-input-void-1.4.1.ebuild b/x11-drivers/xf86-input-void/xf86-input-void-1.4.1.ebuild index c01eaf9d4ce..8a037ad91f8 100644 --- a/x11-drivers/xf86-input-void/xf86-input-void-1.4.1.ebuild +++ b/x11-drivers/xf86-input-void/xf86-input-void-1.4.1.ebuild @@ -1,13 +1,13 @@ -# 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="null input driver" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="" -RDEPEND=">=x11-base/xorg-server-1.9.99.1" +RDEPEND="x11-base/xorg-server" DEPEND="${RDEPEND}"