Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ghostscript-gpl/
Date: Tue, 01 Dec 2020 08:25:54
Message-Id: 1606811146.12b271ca74ad09a62a1cf5c3730a8bfd27dd69c8.grobian@gentoo
1 commit: 12b271ca74ad09a62a1cf5c3730a8bfd27dd69c8
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 1 08:25:27 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 1 08:25:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b271ca
7
8 app-text/ghostscript-gpl-9.53.3-r2: fix Darwin build, add Prefix keywords
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r2.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r2.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r2.ebuild
17 index 47929e088e2..54e756c4a18 100644
18 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r2.ebuild
19 +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r2.ebuild
20 @@ -23,7 +23,7 @@ fi
21
22 LICENSE="AGPL-3 CPL-1.0"
23 SLOT="0"
24 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
25 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
26 IUSE="cups dbus gtk l10n_de static-libs unicode X"
27
28 LANGS="ja ko zh-CN zh-TW"
29 @@ -156,7 +156,8 @@ src_configure() {
30 $(use_enable gtk) \
31 $(use_with cups pdftoraster) \
32 $(use_with unicode libidn) \
33 - $(use_with X x)
34 + $(use_with X x) \
35 + DARWIN_LDFLAGS_SO_PREFIX="${EPREFIX}/usr/lib/"
36
37 cd "${S}/ijs" || die
38 econf \