diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 17:26:15 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 20:06:03 +0100 |
commit | b1e1746d619d33db2858b4c6a6f8f63c5dd7a712 (patch) | |
tree | 783bd603a71ea029d0e634896e21276f968278f6 /media-fonts | |
parent | media-fonts/source-pro: EAPI-7 bump (diff) | |
download | gentoo-b1e1746d619d33db2858b4c6a6f8f63c5dd7a712.tar.gz gentoo-b1e1746d619d33db2858b4c6a6f8f63c5dd7a712.tar.bz2 gentoo-b1e1746d619d33db2858b4c6a6f8f63c5dd7a712.zip |
media-fonts/clearsans: EAPI-7 bump
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/clearsans/clearsans-1.00.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-fonts/clearsans/clearsans-1.00.ebuild b/media-fonts/clearsans/clearsans-1.00.ebuild index d8195af05a17..dcf5264b489b 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" |