commit: b1e1746d619d33db2858b4c6a6f8f63c5dd7a712 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Mar 21 16:26:15 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Mar 21 19:06:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e1746d
media-fonts/clearsans: EAPI-7 bump Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-fonts/clearsans/clearsans-1.00.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-fonts/clearsans/clearsans-1.00.ebuild b/media-fonts/clearsans/clearsans-1.00.ebuild index d8195af05a1..dcf5264b489 100644 --- a/media-fonts/clearsans/clearsans-1.00.ebuild +++ b/media-fonts/clearsans/clearsans-1.00.ebuild @@ -1,23 +1,23 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit font DESCRIPTION="OpenType font optimized for readability on small screens" HOMEPAGE="https://01.org/clear-sans" SRC_URI="https://01.org/sites/default/files/downloads/clear-sans/${P}.zip" +S="${WORKDIR}" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 x86" IUSE="" + RESTRICT="binchecks strip" -DEPEND="app-arch/unzip" -RDEPEND="" +BDEPEND="app-arch/unzip" -S="${WORKDIR}" FONT_S="${S}/TTF" FONT_SUFFIX="ttf"
