commit: f8dcd811df0634f10a065bbb5d3a1c7720b167fb Author: Henrik Pihl <ahvenas <AT> gmail <DOT> com> AuthorDate: Sat Aug 1 17:25:32 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Tue Aug 11 20:17:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8dcd811
x11-drivers/xf86-video-fbdev: EAPI 7 upgrade Closes: https://bugs.gentoo.org/714580 Closes: https://github.com/gentoo/gentoo/pull/16935 Signed-off-by: Henrik Pihl <ahvenas <AT> gmail.com> Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> .../xf86-video-fbdev/xf86-video-fbdev-0.5.0-r1.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.5.0-r1.ebuild b/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.5.0-r1.ebuild new file mode 100644 index 00000000000..d5220b88d3c --- /dev/null +++ b/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.5.0-r1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit xorg-3 + +DESCRIPTION="video driver for framebuffer device" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + +DEPEND="x11-base/xorg-proto" +RDEPEND="${DEPEND} + x11-base/xorg-server"
