aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerion Entrup <gerion.entrup@flump.de>2023-10-07 20:29:57 +0200
committerGerion Entrup <gerion.entrup@flump.de>2023-10-07 20:30:24 +0200
commit94d5dc7e18fb76e0234705f30b5c8b2c3c06e0f9 (patch)
tree6f963f9bf04048b2c983f990500275d327c896ad /media-gfx/leocad/leocad-23.03.ebuild
parentdev-python/py-spy: drop, in tree (diff)
downloadgerislay-94d5dc7e18fb76e0234705f30b5c8b2c3c06e0f9.tar.gz
gerislay-94d5dc7e18fb76e0234705f30b5c8b2c3c06e0f9.tar.bz2
gerislay-94d5dc7e18fb76e0234705f30b5c8b2c3c06e0f9.zip
media-gfx/leocad: fix EAPI 8
Signed-off-by: Gerion Entrup <gerion.entrup@flump.de>
Diffstat (limited to 'media-gfx/leocad/leocad-23.03.ebuild')
-rw-r--r--media-gfx/leocad/leocad-23.03.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/leocad/leocad-23.03.ebuild b/media-gfx/leocad/leocad-23.03.ebuild
index 3c3fb9d..6954c86 100644
--- a/media-gfx/leocad/leocad-23.03.ebuild
+++ b/media-gfx/leocad/leocad-23.03.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit qmake-utils eutils
+inherit qmake-utils
DESCRIPTION="LeoCAD is a CAD program that uses bricks similar to those found in many toys."
HOMEPAGE="http://www.leocad.org"