commit: 7f64633a1afa8fc091c7fb56c298aadec76bba09
Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Sat May 11 19:40:50 2019 +0000
Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Sat May 11 19:40:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f64633a
dev-libs/libutf8proc: bump to 2.4.0
Also, propagate ~arm64 which was recently keyworded but not to later
versions.
Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
dev-libs/libutf8proc/Manifest | 2 +-
.../{libutf8proc-2.3.0-r1.ebuild => libutf8proc-2.4.0.ebuild} | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-libs/libutf8proc/Manifest b/dev-libs/libutf8proc/Manifest
index a49190ee9c9..88837e1a87f 100644
--- a/dev-libs/libutf8proc/Manifest
+++ b/dev-libs/libutf8proc/Manifest
@@ -1,2 +1,2 @@
DIST libutf8proc-2.2.0-1-src.tar.gz 156447 BLAKE2B
1ccf32760bcb8a0d4d9fbf94177ffee97e735a8cb309d5522df1b5ecd5f313a6d0c681209adb066c16ac65573c9c1edaa336b52de1b057a4b74ed6a7e9ca2671
SHA512
eedaafb2fdb3b6bd47da002a48043c26c1cd3c6b96c447a02f2fea19954c1689dcdb5f64b7c662dd8c5de4f971d75b2d69c8483bd29d49675ef47b362ad0c9ad
-DIST libutf8proc-2.3.0.tar.gz 154282 BLAKE2B
d9e33cb9e3e587ddcb2c72cb84cb97ed5481a837df788636990f29415beff20dcc80985f2d2354b43f244b6a8122d3bffd9bd1e91c321f22a0ea70015b6ed611
SHA512
3935cd280e14ed570caa89a983b2d56a981e74da9298a1ea26064da78ece288ff48a73306446d3e1d777e6ecd8ea881f7a29169eaae2153cb015daefb8df8656
+DIST libutf8proc-2.4.0.tar.gz 154936 BLAKE2B
a4fea823806bb784c83504de2ade985d3f0e86aa8d64747f389724ef10122953312e398a7a342cf28f25502693ee507be246338dba37c976998f6a1922cd94c5
SHA512
2bbd056b488cd30faca26618389d8af84edc39ade9b705e147b676bf39eee65b40239d01c32c46dfc2a289d79e869ed1bb3c347365603dcaab2f69e34427441a
diff --git a/dev-libs/libutf8proc/libutf8proc-2.3.0-r1.ebuild
b/dev-libs/libutf8proc/libutf8proc-2.4.0.ebuild
similarity index 91%
rename from dev-libs/libutf8proc/libutf8proc-2.3.0-r1.ebuild
rename to dev-libs/libutf8proc/libutf8proc-2.4.0.ebuild
index eae095d0a26..49d42f6e965 100644
--- a/dev-libs/libutf8proc/libutf8proc-2.3.0-r1.ebuild
+++ b/dev-libs/libutf8proc/libutf8proc-2.4.0.ebuild
@@ -12,7 +12,7 @@
SRC_URI="https://github.com/JuliaStrings/utf8proc/archive/v${PV}.tar.gz -> ${P}.
LICENSE="MIT"
SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="test"
S="${WORKDIR}/${MY_P}"
@@ -27,7 +27,7 @@ PATCHES=(
)
_emake() {
- emake CC=$(tc-getCC) AR=$(tc-getAR) $@
+ emake CC=$(tc-getCC) AR=$(tc-getAR) "$@"
}
src_compile() {