diff options
author | Michael Weber <xmw@gentoo.org> | 2017-04-05 15:49:16 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-04-05 15:49:16 +0200 |
commit | 02dfa5d894cb1bd6fc6ddd49c5975e37677f90ce (patch) | |
tree | 8e5bc1516a547ff6da30fc47abdb37b44d4c5862 /app-text/editorconfig-core-c | |
parent | www-apps/cgit: add ~arm keyword (bug 604324) (diff) | |
download | gentoo-02dfa5d894cb1bd6fc6ddd49c5975e37677f90ce.tar.gz gentoo-02dfa5d894cb1bd6fc6ddd49c5975e37677f90ce.tar.bz2 gentoo-02dfa5d894cb1bd6fc6ddd49c5975e37677f90ce.zip |
app-text/editorconfig-core-c: add ~arm keyword (bug 610956).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'app-text/editorconfig-core-c')
-rw-r--r-- | app-text/editorconfig-core-c/editorconfig-core-c-0.12.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.1.ebuild b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.1.ebuild index 2267456161d5..98dc629708c8 100644 --- a/app-text/editorconfig-core-c/editorconfig-core-c-0.12.1.ebuild +++ b/app-text/editorconfig-core-c/editorconfig-core-c-0.12.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # 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 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="cli doc" CDEPEND="dev-libs/libpcre:=" DEPEND="${CDEPEND} |