summaryrefslogtreecommitdiff
path: root/media-fonts/oto/oto-0.5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-fonts/oto/oto-0.5.ebuild')
-rw-r--r--media-fonts/oto/oto-0.5.ebuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/media-fonts/oto/oto-0.5.ebuild b/media-fonts/oto/oto-0.5.ebuild
index c00102aac5d2..8446af1576bc 100644
--- a/media-fonts/oto/oto-0.5.ebuild
+++ b/media-fonts/oto/oto-0.5.ebuild
@@ -1,7 +1,9 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
+
+inherit autotools
DESCRIPTION="Open Type Organizer"
HOMEPAGE="https://sourceforge.net/projects/oto/"
@@ -10,3 +12,9 @@ SRC_URI="mirror://sourceforge/oto/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~ia64 ~loong ~ppc ~s390 sparc x86"
+
+src_prepare() {
+ default
+
+ eautoreconf #871381
+}