From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D08BE1382C5 for ; Sun, 21 Mar 2021 19:06:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BB20E0864; Sun, 21 Mar 2021 19:06:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0468EE0864 for ; Sun, 21 Mar 2021 19:06:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C85D2335D7D for ; Sun, 21 Mar 2021 19:06:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 293FC630 for ; Sun, 21 Mar 2021 19:06:35 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1616353561.63289a05dee7fde005677fa74dedad7682b63584.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/powerline-symbols/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/powerline-symbols/powerline-symbols-20170508.ebuild X-VCS-Directories: media-fonts/powerline-symbols/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 63289a05dee7fde005677fa74dedad7682b63584 X-VCS-Branch: master Date: Sun, 21 Mar 2021 19:06:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f5cf2e77-fce7-4475-abee-38a6951da7ea X-Archives-Hash: 3b1e124f1179dd6ffcbcca000f71b1a4 commit: 63289a05dee7fde005677fa74dedad7682b63584 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 21 16:15:08 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 21 19:06:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63289a05 media-fonts/powerline-symbols: EAPI-7 bump Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> media-fonts/powerline-symbols/powerline-symbols-20170508.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/media-fonts/powerline-symbols/powerline-symbols-20170508.ebuild b/media-fonts/powerline-symbols/powerline-symbols-20170508.ebuild index e48ce54b5a1..7a2d0156245 100644 --- a/media-fonts/powerline-symbols/powerline-symbols-20170508.ebuild +++ b/media-fonts/powerline-symbols/powerline-symbols-20170508.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 + inherit font DESCRIPTION="OpenType Unicode font with symbols for Powerline/Airline" @@ -14,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ~arm x86" IUSE="" -FONT_S="${S}" -FONT_SUFFIX="otf" FONT_CONF=( 10-powerline-symbols.conf ) -DOCS="README.rst" +FONT_SUFFIX="otf" + +DOCS=( README.rst )