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 8488A138350 for ; Fri, 14 Feb 2020 12:58:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE0C6E0867; Fri, 14 Feb 2020 12:58:11 +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 9F8D2E0858 for ; Fri, 14 Feb 2020 12:58:10 +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 47F9534ED6B for ; Fri, 14 Feb 2020 12:58:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A28F213A for ; Fri, 14 Feb 2020 12:58:06 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1581685031.2639dff541ad33bd9487f57f6aace0072df8756f.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/hermit/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/hermit/hermit-1.1.ebuild media-fonts/hermit/hermit-1.21.ebuild X-VCS-Directories: media-fonts/hermit/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 2639dff541ad33bd9487f57f6aace0072df8756f X-VCS-Branch: master Date: Fri, 14 Feb 2020 12:58:06 +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: 5d3bf6d5-c9da-45c2-8992-5d2960483355 X-Archives-Hash: ae9392e23ca8aff2ed83951a5ca58e49 commit: 2639dff541ad33bd9487f57f6aace0072df8756f Author: Ulrich Müller gentoo org> AuthorDate: Fri Feb 14 08:10:38 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Feb 14 12:57:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2639dff5 media-fonts/hermit: Add missing FONT_S assignment. This fixes a failure of pushd/popd in font_src_install(). Closes: https://bugs.gentoo.org/709576 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Ulrich Müller gentoo.org> media-fonts/hermit/hermit-1.1.ebuild | 3 ++- media-fonts/hermit/hermit-1.21.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/media-fonts/hermit/hermit-1.1.ebuild b/media-fonts/hermit/hermit-1.1.ebuild index 0f7c6ad0393..73233bd3b52 100644 --- a/media-fonts/hermit/hermit-1.1.ebuild +++ b/media-fonts/hermit/hermit-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,4 +14,5 @@ KEYWORDS="~amd64" IUSE="" S=${WORKDIR} +FONT_S="${S}" FONT_SUFFIX="otf" diff --git a/media-fonts/hermit/hermit-1.21.ebuild b/media-fonts/hermit/hermit-1.21.ebuild index 0f7c6ad0393..73233bd3b52 100644 --- a/media-fonts/hermit/hermit-1.21.ebuild +++ b/media-fonts/hermit/hermit-1.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,4 +14,5 @@ KEYWORDS="~amd64" IUSE="" S=${WORKDIR} +FONT_S="${S}" FONT_SUFFIX="otf"