commit:     76b5e49b87f29e2efa18a713493ed5b4e6325ec4
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 09:47:00 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 09:57:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b5e49b

dev-libs/libunistring: marked *-macos, *-solaris

Package-Manager: portage-2.3.0

 dev-libs/libunistring/libunistring-0.9.7.ebuild | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libunistring/libunistring-0.9.7.ebuild 
b/dev-libs/libunistring/libunistring-0.9.7.ebuild
index 0c3abab..88b5623 100644
--- a/dev-libs/libunistring/libunistring-0.9.7.ebuild
+++ b/dev-libs/libunistring/libunistring-0.9.7.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
 
-inherit eutils multilib-minimal
+inherit eutils multilib-minimal libtool
 
 DESCRIPTION="Library for manipulating Unicode strings and C strings according 
to the Unicode standard"
 HOMEPAGE="https://www.gnu.org/software/libunistring/";
@@ -12,13 +12,18 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3 GPL-3"
 SLOT="0/2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc static-libs"
 
 PATCHES=(
        "${FILESDIR}"/${PN}-nodocs.patch
 )
 
+src_prepare() {
+       default
+       elibtoolize  # for Solaris shared libraries
+}
+
 multilib_src_configure() {
        ECONF_SOURCE="${S}" \
        econf $(use_enable static-libs static)

Reply via email to