diff options
author | Michael Weber <xmw@gentoo.org> | 2017-04-05 15:44:49 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-04-05 15:44:49 +0200 |
commit | a53d38b664404279e6c93cac4f854e0771187611 (patch) | |
tree | c105649f03ad27a7da4b76925cb4360283f8fc9f /www-apps/cgit | |
parent | www-apache/mod_wsgi: add ~arm keyword (bug 59701) (diff) | |
download | gentoo-a53d38b664404279e6c93cac4f854e0771187611.tar.gz gentoo-a53d38b664404279e6c93cac4f854e0771187611.tar.bz2 gentoo-a53d38b664404279e6c93cac4f854e0771187611.zip |
www-apps/cgit: add ~arm keyword (bug 604324)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
Diffstat (limited to 'www-apps/cgit')
-rw-r--r-- | www-apps/cgit/cgit-0.12.ebuild | 4 | ||||
-rw-r--r-- | www-apps/cgit/cgit-1.1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www-apps/cgit/cgit-0.12.ebuild b/www-apps/cgit/cgit-0.12.ebuild index a44fa6ef06ea..443d7f856dcb 100644 --- a/www-apps/cgit/cgit-0.12.ebuild +++ b/www-apps/cgit/cgit-0.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,7 +18,7 @@ SRC_URI="mirror://kernel/software/scm/git/git-${GIT_V}.tar.xz LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm x86" IUSE="doc +highlight +lua +jit" RDEPEND=" diff --git a/www-apps/cgit/cgit-1.1.ebuild b/www-apps/cgit/cgit-1.1.ebuild index d399333eb3a6..cd69e657df24 100644 --- a/www-apps/cgit/cgit-1.1.ebuild +++ b/www-apps/cgit/cgit-1.1.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://kernel/software/scm/git/git-${GIT_V}.tar.xz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="doc +highlight +lua +jit" RDEPEND=" |