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 481DC1382C5 for ; Thu, 29 Apr 2021 01:52:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41B66E089A; Thu, 29 Apr 2021 01:52:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 28E62E089A for ; Thu, 29 Apr 2021 01:52:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 77456340FF1 for ; Thu, 29 Apr 2021 01:52:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA81275D for ; Thu, 29 Apr 2021 01:52:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1619661130.7ceb74afe8da3a3862cbb11c61dda7f60a197645.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/droid/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/droid/droid-113-r5.ebuild X-VCS-Directories: media-fonts/droid/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7ceb74afe8da3a3862cbb11c61dda7f60a197645 X-VCS-Branch: master Date: Thu, 29 Apr 2021 01:52:40 +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: 07591e60-54f4-4bb3-ba6f-ff6687f8ec42 X-Archives-Hash: 4fc337c1aa74d64ef447a10377992491 commit: 7ceb74afe8da3a3862cbb11c61dda7f60a197645 Author: Sam James gentoo org> AuthorDate: Thu Apr 29 01:46:10 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 29 01:52:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ceb74af media-fonts/droid: fix variable reference style Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> media-fonts/droid/droid-113-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-fonts/droid/droid-113-r5.ebuild b/media-fonts/droid/droid-113-r5.ebuild index 06a2a1d627c..4883bcdd608 100644 --- a/media-fonts/droid/droid-113-r5.ebuild +++ b/media-fonts/droid/droid-113-r5.ebuild @@ -6,7 +6,7 @@ EAPI=7 MY_PN="${PN/d/D}" inherit font -# $PV is a build number, use fontforge to find it out. 113 was taken from: +# ${PV} is a build number, use fontforge to find it out. 113 was taken from: # https://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;f=data/fonts;hb=HEAD DESCRIPTION="Font family from Google's Android project" HOMEPAGE="https://www.cosmix.org/software/#Drois%20Sans%20Mono%20%28Slashed%20Zero%29"