commit: d2ee31530c5570f61c3dbdf4ee8e7ec0f7d3d4af Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org> AuthorDate: Wed Apr 2 22:17:50 2014 +0000 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org> CommitDate: Wed Apr 2 22:17:50 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d2ee3153
Keyword amd64-linux and x86-linux --- dev-lang/julia/files/julia-nopatchelf.patch | 14 -------------- dev-libs/utf8proc/ChangeLog | 4 ++++ dev-libs/utf8proc/metadata.xml | 11 ++++++++++- dev-libs/utf8proc/utf8proc-1.1.6.ebuild | 5 +++-- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/dev-lang/julia/files/julia-nopatchelf.patch b/dev-lang/julia/files/julia-nopatchelf.patch deleted file mode 100644 index 2ac5a80..0000000 --- a/dev-lang/julia/files/julia-nopatchelf.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -urN julia-9999-orig/deps/Makefile julia-9999/deps/Makefile ---- julia-9999-orig/deps/Makefile 2013-04-01 19:43:13.868529747 -0400 -+++ julia-9999/deps/Makefile 2013-04-01 19:45:35.261543816 -0400 -@@ -37,10 +37,6 @@ - endif - endif - --ifeq ($(OS), Linux) --STAGE1_DEPS += patchelf --endif -- - WGET = $(abspath .)/jldownload - WGET_DASH_O = $(WGET) - diff --git a/dev-libs/utf8proc/ChangeLog b/dev-libs/utf8proc/ChangeLog index f859697..f5afbed 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 <[email protected]> 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; <[email protected]> +files/utf8proc-1.1.6-buildflags.patch, diff --git a/dev-libs/utf8proc/metadata.xml b/dev-libs/utf8proc/metadata.xml index d369d06..f8fff5b 100644 --- a/dev-libs/utf8proc/metadata.xml +++ b/dev-libs/utf8proc/metadata.xml @@ -1,5 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci</herd> +<herd>sci</herd> +<longdescription> + 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. +</longdescription> </pkgmetadata> diff --git a/dev-libs/utf8proc/utf8proc-1.1.6.ebuild b/dev-libs/utf8proc/utf8proc-1.1.6.ebuild index 81df460..ee1cad3 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 }
