Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/libidn/
Date: Tue, 24 Jan 2017 08:58:06
Message-Id: 1485248269.6c743ef1686d974d41766a6dc7aed68e5aef409c.grobian@gentoo
1 commit: 6c743ef1686d974d41766a6dc7aed68e5aef409c
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 08:57:49 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 08:57:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c743ef1
7
8 net-dns/libidn: fix installing shared library on Solaris
9
10 Package-Manager: portage-2.3.0
11
12 net-dns/libidn/libidn-1.33.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/net-dns/libidn/libidn-1.33.ebuild b/net-dns/libidn/libidn-1.33.ebuild
16 index 5c0725c..78ea297 100644
17 --- a/net-dns/libidn/libidn-1.33.ebuild
18 +++ b/net-dns/libidn/libidn-1.33.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI=6
26 -inherit elisp-common java-pkg-opt-2 mono-env multilib-minimal
27 +inherit elisp-common java-pkg-opt-2 mono-env multilib-minimal libtool
28
29 DESCRIPTION="Internationalized Domain Names (IDN) implementation"
30 HOMEPAGE="https://www.gnu.org/software/libidn/"
31 @@ -52,6 +52,8 @@ src_prepare() {
32 rm "${S}/java/${P}.jar" || die
33
34 eapply_user
35 +
36 + elibtoolize # for Solaris shared objects
37 }
38
39 multilib_src_configure() {