diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-25 15:00:37 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-26 02:16:48 -0800 |
commit | 15a54f0f3e79087b8bb94228198357af1e025671 (patch) | |
tree | 75a05655e86258b5acf21547138cf11d46ea87b7 /app-text/editorconfig-core-c | |
parent | kde-frameworks/syntax-highlighting: keyword on ~ppc64 (diff) | |
download | gentoo-15a54f0f3e79087b8bb94228198357af1e025671.tar.gz gentoo-15a54f0f3e79087b8bb94228198357af1e025671.tar.bz2 gentoo-15a54f0f3e79087b8bb94228198357af1e025671.zip |
app-text/editorconfig-core-c: keyword on ~ppc64
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-text/editorconfig-core-c')
-rw-r--r-- | app-text/editorconfig-core-c/editorconfig-core-c-0.12.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.2.ebuild b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.2.ebuild index 1bfe84ca069f..8b49daf591d8 100644 --- a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.2.ebuild +++ b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/editorconfig/${PN}/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="cli doc" CDEPEND="dev-libs/libpcre:=" DEPEND="${CDEPEND} |