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 A9C5A1382C5 for ; Fri, 19 Mar 2021 22:40:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C283E092A; Fri, 19 Mar 2021 22:40:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1D80CE092A for ; Fri, 19 Mar 2021 22:40:23 +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 F241A340C3E for ; Fri, 19 Mar 2021 22:40:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A61D639 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: <1616193583.7dfbb414d0c1c29a5841a515d809183e6f8f4004.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-omap/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-video-omap/xf86-video-omap-0.4.5.ebuild X-VCS-Directories: x11-drivers/xf86-video-omap/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 7dfbb414d0c1c29a5841a515d809183e6f8f4004 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: e7360776-0cc8-40f7-901c-1cc4cf347a51 X-Archives-Hash: 1dcfe234bab01174b7fe72053fc35671 commit: 7dfbb414d0c1c29a5841a515d809183e6f8f4004 Author: David Seifert gentoo org> AuthorDate: Fri Mar 19 22:39:43 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Mar 19 22:39:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dfbb414 x11-drivers/xf86-video-omap: 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-omap/xf86-video-omap-0.4.5.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.5.ebuild b/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.5.ebuild index a28ec1b05d2..3e9d78bc3c1 100644 --- a/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.5.ebuild +++ b/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.5.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 + XORG_DRI=always -inherit xorg-2 +inherit xorg-3 DESCRIPTION="OMAP video driver" KEYWORDS="arm" -RDEPEND=">=x11-base/xorg-server-1.3 +RDEPEND=" + >=x11-base/xorg-server-1.3 >=x11-libs/libdrm-2.4.36[video_cards_omap]" DEPEND="${RDEPEND}" -PATCHES=( - "${FILESDIR}/${PN}-0.4.5-null-dereference.patch" -) +PATCHES=( "${FILESDIR}"/${PN}-0.4.5-null-dereference.patch )