From d2ee31530c5570f61c3dbdf4ee8e7ec0f7d3d4af Mon Sep 17 00:00:00 2001 From: Sébastien Fabbro Date: Wed, 2 Apr 2014 15:17:50 -0700 Subject: Keyword amd64-linux and x86-linux --- dev-libs/utf8proc/ChangeLog | 4 ++++ dev-libs/utf8proc/metadata.xml | 11 ++++++++++- dev-libs/utf8proc/utf8proc-1.1.6.ebuild | 5 +++-- 3 files changed, 17 insertions(+), 3 deletions(-) (limited to 'dev-libs/utf8proc') diff --git a/dev-libs/utf8proc/ChangeLog b/dev-libs/utf8proc/ChangeLog index f85969704..f5afbed53 100644 --- a/dev-libs/utf8proc/ChangeLog +++ b/dev-libs/utf8proc/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 02 Apr 2014; Sébastien Fabbro metadata.xml, + utf8proc-1.1.6.ebuild: + dev-libs/utf8proc: Keyworded for amd64-linux x86-linux + *utf8proc-1.1.6 (26 Jan 2014) 26 Jan 2014; +files/utf8proc-1.1.6-buildflags.patch, diff --git a/dev-libs/utf8proc/metadata.xml b/dev-libs/utf8proc/metadata.xml index d369d068f..f8fff5b6f 100644 --- a/dev-libs/utf8proc/metadata.xml +++ b/dev-libs/utf8proc/metadata.xml @@ -1,5 +1,14 @@ - sci +sci + + utf8proc is a library for processing UTF-8 encoded Unicode + strings. Some features are Unicode normalization, stripping of + default ignorable characters, case folding and detection of grapheme + cluster boundaries. A special character mapping is available, which + converts for example the characters “Hyphen” (U+2010), “Minus” + (U+2212) and “Hyphen-Minus” (U+002D, ASCII Minus) all into the ASCII + minus sign, to make them equal for comparisons. + diff --git a/dev-libs/utf8proc/utf8proc-1.1.6.ebuild b/dev-libs/utf8proc/utf8proc-1.1.6.ebuild index 81df46089..ee1cad345 100644 --- a/dev-libs/utf8proc/utf8proc-1.1.6.ebuild +++ b/dev-libs/utf8proc/utf8proc-1.1.6.ebuild @@ -13,14 +13,15 @@ S="${WORKDIR}/${PN}-v${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs" DEPEND="" RDEPEND="${DEPEND}" src_prepare() { - epatch "${FILESDIR}"/${P}-soname.patch \ + epatch \ + "${FILESDIR}"/${P}-soname.patch \ "${FILESDIR}"/${P}-buildflags.patch } -- cgit v1.2.3-65-gdbad