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 D60D61382C5 for ; Fri, 19 Mar 2021 22:40:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12191E08CE; Fri, 19 Mar 2021 22:40:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 F1404E08BB for ; Fri, 19 Mar 2021 22:40:21 +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 8D5FE340BDE 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 01C56632 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: <1616193562.0f3e297cbb65b2223e34da85208821ac31ab6c78.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ast/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-video-ast/xf86-video-ast-1.1.5.ebuild X-VCS-Directories: x11-drivers/xf86-video-ast/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0f3e297cbb65b2223e34da85208821ac31ab6c78 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: f433fcec-3c29-49de-9890-da0e1f8b3d94 X-Archives-Hash: df967918f6c003e9c98bd66b83017876 commit: 0f3e297cbb65b2223e34da85208821ac31ab6c78 Author: David Seifert gentoo org> AuthorDate: Fri Mar 19 22:39:22 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Mar 19 22:39:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3e297c x11-drivers/xf86-video-ast: 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-ast/xf86-video-ast-1.1.5.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/x11-drivers/xf86-video-ast/xf86-video-ast-1.1.5.ebuild b/x11-drivers/xf86-video-ast/xf86-video-ast-1.1.5.ebuild index cd4ac3b9a30..4093c3e7fd2 100644 --- a/x11-drivers/xf86-video-ast/xf86-video-ast-1.1.5.ebuild +++ b/x11-drivers/xf86-video-ast/xf86-video-ast-1.1.5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit xorg-2 +inherit xorg-3 DESCRIPTION="X.Org driver for ASpeedTech cards" -KEYWORDS="amd64 ~ppc ~ppc64 x86" + LICENSE="MIT" -IUSE="" +KEYWORDS="amd64 ~ppc ~ppc64 x86"