commit: ede7a91c627c60e066bf57e5a6c75a71d9911b9a Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Mar 16 15:36:56 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Mar 16 15:39:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede7a91c
media-fonts/opendesktop-fonts: EAPI-7 bump Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../opendesktop-fonts/opendesktop-fonts-1.4.2-r1.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/media-fonts/opendesktop-fonts/opendesktop-fonts-1.4.2-r1.ebuild b/media-fonts/opendesktop-fonts/opendesktop-fonts-1.4.2-r1.ebuild index 235577e63fa..adedb33342a 100644 --- a/media-fonts/opendesktop-fonts/opendesktop-fonts-1.4.2-r1.ebuild +++ b/media-fonts/opendesktop-fonts/opendesktop-fonts-1.4.2-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=7 +FONT_SUFFIX="ttf ttc" inherit font DESCRIPTION="Chinese TrueType Fonts" @@ -15,13 +16,13 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sparc ~x86" IUSE="" -FONT_SUFFIX="ttf ttc" -FONT_S="${S}" FONT_CONF=( "69-odofonts.conf" "80-odofonts-original.conf" "80-odofonts-simulate-MS-simplified-chinese.conf" "80-odofonts-simulate-MS-triditional-chinese.conf" ) -DOCS="AUTHORS Changelog*" -PATCHES=( "${FILESDIR}"/opendesktop-fonts-1.4.2-multivalue.patch ) + +DOCS=( AUTHORS Changelog Changelog.zh_TW ) + +PATCHES=( "${FILESDIR}"/${P}-multivalue.patch )