diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-09-04 16:18:12 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-09-04 16:19:18 +0200 |
commit | 6540c5150c5f284577827ab2ef7aa03251c2a6c0 (patch) | |
tree | bdf1a7a6064abac05f771e26a301d5a66d0bbeb3 /media-gfx | |
parent | dev-games/openscenegraph: Drop 3.5.5 (diff) | |
download | gentoo-6540c5150c5f284577827ab2ef7aa03251c2a6c0.tar.gz gentoo-6540c5150c5f284577827ab2ef7aa03251c2a6c0.tar.bz2 gentoo-6540c5150c5f284577827ab2ef7aa03251c2a6c0.zip |
media-gfx/fbida: EAPI=7
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/fbida/fbida-2.14-r1.ebuild (renamed from media-gfx/fbida/fbida-2.14.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/fbida/fbida-2.14.ebuild b/media-gfx/fbida/fbida-2.14-r1.ebuild index 4547fdc995f8..52d9b010ac64 100644 --- a/media-gfx/fbida/fbida-2.14.ebuild +++ b/media-gfx/fbida/fbida-2.14-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit eutils toolchain-funcs +EAPI=7 +inherit desktop toolchain-funcs DESCRIPTION="Image viewers for the framebuffer console (fbi) and X11 (ida)" HOMEPAGE="https://www.kraxel.org/blog/linux/fbida/" |