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 D0FB013835A for ; Mon, 14 Dec 2020 15:03:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E775CE0907; Mon, 14 Dec 2020 15:03:16 +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 CF886E0907 for ; Mon, 14 Dec 2020 15:03:16 +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 53A8E341245 for ; Mon, 14 Dec 2020 15:03:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3CB5B9 for ; Mon, 14 Dec 2020 15:03:13 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1607958069.1155fe4cdeadd1eda2a31c4862f637fc6fcc9739.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ghostscript-gpl/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r3.ebuild X-VCS-Directories: app-text/ghostscript-gpl/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 1155fe4cdeadd1eda2a31c4862f637fc6fcc9739 X-VCS-Branch: master Date: Mon, 14 Dec 2020 15:03:13 +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: 31fb8ca4-8103-47af-afd2-b7cec67a3438 X-Archives-Hash: 11eec67937a3aa3a00407318410bd885 commit: 1155fe4cdeadd1eda2a31c4862f637fc6fcc9739 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Dec 14 15:01:09 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Dec 14 15:01:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1155fe4c app-text/ghostscript-gpl: fix path Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann gentoo.org> app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r3.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r3.ebuild index 85e67bcb90f..eeee9813774 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r3.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r3.ebuild @@ -107,7 +107,7 @@ src_prepare() { # search path fix # put LDFLAGS after BINDIR, bug #383447 - sed -e "s:\$\(gsdatadir\)/lib:@datarootdir@/ghostscript/${PVM}/$(get_libdir):" \ + sed -e "s:\$\(gsdatadir\)/lib:@datarootdir@/ghostscript/${PV}/$(get_libdir):" \ -e "s:exdir=.*:exdir=@datarootdir@/doc/${PF}/examples:" \ -e "s:docdir=.*:docdir=@datarootdir@/doc/${PF}/html:" \ -e "s:GS_DOCDIR=.*:GS_DOCDIR=@datarootdir@/doc/${PF}/html:" \ @@ -183,7 +183,7 @@ src_install() { emake DESTDIR="${D}" install # install the CMaps from poppler-data properly, bug #409361 - dosym ../../../poppler/cMaps "/usr/share/ghostscript/${PVM}/Resource/CMap" + dosym ../../../poppler/cMaps "/usr/share/ghostscript/${PV}/Resource/CMap" # ps2epsi requires ps2epsi.ps in same directory, bug #749399 dosym "../share/ghostscript/${PV}/lib/ps2epsi.ps" /usr/bin/ps2epsi.ps