commit: cb84f99f7044a856a7f8f38dc0a90b0df497c89c Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Oct 19 18:06:14 2019 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Oct 19 18:06:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb84f99f
media-fonts/tibetan-machine-font: Port to EAPI 7 Bug: https://bugs.gentoo.org/697308 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: David Seifert <soap <AT> gentoo.org> .../tibetan-machine-font/tibetan-machine-font-1.901.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/media-fonts/tibetan-machine-font/tibetan-machine-font-1.901.ebuild b/media-fonts/tibetan-machine-font/tibetan-machine-font-1.901.ebuild index b8f91d34d57..8ee15a0cc8c 100644 --- a/media-fonts/tibetan-machine-font/tibetan-machine-font-1.901.ebuild +++ b/media-fonts/tibetan-machine-font/tibetan-machine-font-1.901.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 @@ -14,13 +14,11 @@ SRC_URI="mirror://gentoo/TibetanMachineUnicodeFont-${PV}.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" -DEPEND="app-arch/unzip" -RDEPEND="" +BDEPEND="app-arch/unzip" S="${WORKDIR}" -FONT_S="${S}" -FONT_SUFFIX="ttf" DOCS="ReadMe.txt" +FONT_S="${S}" +FONT_SUFFIX="ttf"
