diff options
author | Henrik Pihl <ahvenas@gmail.com> | 2020-08-01 20:25:32 +0300 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-08-11 13:17:34 -0700 |
commit | f8dcd811df0634f10a065bbb5d3a1c7720b167fb (patch) | |
tree | 7ff1d8ae72ff9c6dc1204781074f74cbd678c2ef /x11-drivers | |
parent | app-emulation/docker-compose: 1.27.0_rc1 (diff) | |
download | gentoo-f8dcd811df0634f10a065bbb5d3a1c7720b167fb.tar.gz gentoo-f8dcd811df0634f10a065bbb5d3a1c7720b167fb.tar.bz2 gentoo-f8dcd811df0634f10a065bbb5d3a1c7720b167fb.zip |
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@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.5.0-r1.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
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 000000000000..d5220b88d3c0 --- /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" |