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 4940C1382C5 for ; Sun, 21 Mar 2021 22:39:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D01CE0821; Sun, 21 Mar 2021 22:39:11 +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 853B2E0821 for ; Sun, 21 Mar 2021 22:39:11 +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 856D933D5A5 for ; Sun, 21 Mar 2021 22:39:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35D88592 for ; Sun, 21 Mar 2021 22:39:09 +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: <1616366314.dbfd10d95463f2ee0fdd00ebbc64c2cd07b70a4e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/culmus/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/culmus/culmus-0.133-r1.ebuild X-VCS-Directories: media-fonts/culmus/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dbfd10d95463f2ee0fdd00ebbc64c2cd07b70a4e X-VCS-Branch: master Date: Sun, 21 Mar 2021 22:39:09 +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: c01d63ba-4eb8-4d7f-b7bd-8285b9ef6ff8 X-Archives-Hash: 1ef675df5a3d557a9c8bf25f7d5b38f1 commit: dbfd10d95463f2ee0fdd00ebbc64c2cd07b70a4e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 21 22:38:34 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 21 22:38:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbfd10d9 media-fonts/culmus: Fix src_install w/o IUSE=fontforge Closes: https://bugs.gentoo.org/777603 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> media-fonts/culmus/culmus-0.133-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-fonts/culmus/culmus-0.133-r1.ebuild b/media-fonts/culmus/culmus-0.133-r1.ebuild index 8ffd82a5308..670db31c7b5 100644 --- a/media-fonts/culmus/culmus-0.133-r1.ebuild +++ b/media-fonts/culmus/culmus-0.133-r1.ebuild @@ -130,7 +130,7 @@ src_compile() { popd > /dev/null || die if use ancient; then - pushd ${MY_A_P}$(use fontforge || echo .TTF)/fonts > /dev/null || die + pushd ${MY_A_P}$(usex fontforge '' .TTF)/fonts > /dev/null || die mv *.ttf "${FONT_S}" || die popd > /dev/null || die fi @@ -161,7 +161,7 @@ src_install() { ewarn "QA: missed font file: ${font}" done - pushd ${PN}$(usex fontforge '' -src)-${PV} > /dev/null || die + pushd ${PN}$(usex fontforge -src '')-${PV} > /dev/null || die dodoc CHANGES popd > /dev/null || die