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 99E0C139085 for ; Tue, 24 Jan 2017 09:57:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6231E0C87; Tue, 24 Jan 2017 09:57:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 937E1E0C87 for ; Tue, 24 Jan 2017 09:57:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A931234169F for ; Tue, 24 Jan 2017 09:57:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01DB52D7D for ; Tue, 24 Jan 2017 09:57:41 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1485251852.76b5e49b87f29e2efa18a713493ed5b4e6325ec4.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libunistring/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libunistring/libunistring-0.9.7.ebuild X-VCS-Directories: dev-libs/libunistring/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 76b5e49b87f29e2efa18a713493ed5b4e6325ec4 X-VCS-Branch: master Date: Tue, 24 Jan 2017 09:57:41 +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-Archives-Salt: c33e0c91-2f8e-4433-ab08-5cacc2246db6 X-Archives-Hash: c9e855652895157f7c72bfa8d4aa98a2 commit: 76b5e49b87f29e2efa18a713493ed5b4e6325ec4 Author: Fabian Groffen gentoo org> AuthorDate: Tue Jan 24 09:47:00 2017 +0000 Commit: Fabian Groffen gentoo 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)