commit: c02ea34ffc29db4319f92c7abf48e41401ce5b57 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Oct 19 15:33:44 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Oct 19 16:10:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c02ea34f
media-fonts/oldstandard: Bump to EAPI 7 Bug: https://bugs.gentoo.org/697304 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> media-fonts/oldstandard/oldstandard-2.2.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-fonts/oldstandard/oldstandard-2.2.ebuild b/media-fonts/oldstandard/oldstandard-2.2.ebuild index d5aa25d9ec5..ece12183130 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 )
