summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-19 17:33:44 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-19 18:10:14 +0200
commitc02ea34ffc29db4319f92c7abf48e41401ce5b57 (patch)
tree082ac886a0cd3581bb16de1621205500260f244d
parentmedia-libs/qt-gstreamer: Drop obsolete live switch (diff)
downloadgentoo-c02ea34ffc29db4319f92c7abf48e41401ce5b57.tar.gz
gentoo-c02ea34ffc29db4319f92c7abf48e41401ce5b57.tar.bz2
gentoo-c02ea34ffc29db4319f92c7abf48e41401ce5b57.zip
media-fonts/oldstandard: Bump to EAPI 7
Bug: https://bugs.gentoo.org/697304 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--media-fonts/oldstandard/oldstandard-2.2.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/media-fonts/oldstandard/oldstandard-2.2.ebuild b/media-fonts/oldstandard/oldstandard-2.2.ebuild
index d5aa25d9ec5f..ece12183130a 100644
--- a/media-fonts/oldstandard/oldstandard-2.2.ebuild
+++ b/media-fonts/oldstandard/oldstandard-2.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
inherit font
@@ -18,7 +18,7 @@ IUSE=""
DEPEND="app-arch/unzip"
RDEPEND=""
-S="${WORKDIR}"
-FONT_S="${S}"
+S=${WORKDIR}
+FONT_S=${WORKDIR}
FONT_SUFFIX="otf ttf"
-DOCS="OFL.txt OFL-FAQ.txt FONTLOG.txt"
+DOCS=( OFL.txt OFL-FAQ.txt FONTLOG.txt )