diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-11-03 08:36:22 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-11-03 08:36:22 +0000 |
commit | f65628136faa35d0c4d3b5e7332275c7b35fcd96 (patch) | |
tree | 021998302365c5652e37824b6c26d4d969a62055 /app-text/mecab | |
parent | 70b82ae359a5538711e103b0e8dfb92654296644 (diff) |
gentoo resync : 03.11.2018
Diffstat (limited to 'app-text/mecab')
-rw-r--r-- | app-text/mecab/Manifest | 2 | ||||
-rw-r--r-- | app-text/mecab/mecab-0.996-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/mecab/Manifest b/app-text/mecab/Manifest index e794d047ea5c..a6fab29a91b3 100644 --- a/app-text/mecab/Manifest +++ b/app-text/mecab/Manifest @@ -1,4 +1,4 @@ AUX mecab-0.98-iconv.patch 302 BLAKE2B 3644a66b1bdf9099ff0258a057c930c1b2e065836b0e6332211e4d04efbbf39da1de2788d90143826a1c9d887fcb63042e533864e746b7c385baea485cb93490 SHA512 c0dcaa8637f1c16a33bd4dd4007225a4f1ed3f0eebcda28dc7d92ec0a66ea16b5bdd956fb3a904af8070ce0ac2d6c9090b602b4705e73fac1100a845b3a756ce DIST mecab-0.996.tar.gz 1398663 BLAKE2B 97ea18a00c6f2284c994681631b84a572d244b741c8e30b5fdf5404b2bf80fdd4c724c803999955e36ee252e59e6644716dbdca55a6ffb2e4de52193d7f777bd SHA512 aca6d16f411b9ba9b6687242246aeb28ede6d6c6a9122d4a32da9d8e76e79b5f4af2c8e3b13ad9462b34e9d2994cbd9bbbedebac45609684db9b703da999577f -EBUILD mecab-0.996-r1.ebuild 1177 BLAKE2B 18b4d1070b00d682411d1908312c4e01e700af26aaddfc3d8e3f0f10e4ca5b2ff2ff023723b7eb9d673c09052a710cc33d507bcf61036e6dfa91a27fc476194b SHA512 5cbf8c0f4caa80fbce2a4148113d74ada27fd9b2733cfb6c616e5bc836e54a608f9e1f3c658f9efb3d4f080e2e97203248264b406bf7fefd3a37b3e12f032d59 +EBUILD mecab-0.996-r1.ebuild 1173 BLAKE2B 4f99015ef7b0da38077415ea071b9c9eef2a7c0b9585689ca570f25cd327c5f61a75a4a969836b12d325b0cc27f49ea7adb4dd06a4acf77ba0d7baf6c463e9bd SHA512 1a7909822a6273cfb80b2cb42c9964f76d2b62c2f2163d5e65a2648ba6f00c22c6edce97a0fcb570e24415593ed3cf53535b47f1425a3ce6f659493013a9de08 MISC metadata.xml 412 BLAKE2B ca6440887d39a7ded3f9d000ec965344164f69dfdf0e98bd070cdc531804d7c94d74fe9a6a3ead7876fd9bf39eacbe5649b3e5357b1083f30d78ac51fd0a7afa SHA512 78feb6a8557ee197f02071540a3c6836cebec69cffc3d32a22f8563008614da66a6b26fafa0dae24b0c21cb7492e203c096f67c5482d1ffe617098b0db0670e0 diff --git a/app-text/mecab/mecab-0.996-r1.ebuild b/app-text/mecab/mecab-0.996-r1.ebuild index 240f68aa5a54..7e38af358bf0 100644 --- a/app-text/mecab/mecab-0.996-r1.ebuild +++ b/app-text/mecab/mecab-0.996-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -10,7 +10,7 @@ HOMEPAGE="https://taku910.github.io/mecab/" SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${P}.tar.gz" LICENSE="|| ( BSD LGPL-2.1 GPL-2 )" -KEYWORDS="amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" SLOT="0" IUSE="static-libs unicode" |