diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2017-12-26 19:30:29 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2017-12-26 19:31:28 +0300 |
commit | 217f6c13d296fa0c7aeac3af65a570463ba9a91a (patch) | |
tree | 7f88bcbd3a88e7492078b1e0145f1583fe5a1143 /dev-util/uncrustify | |
parent | dev-python/pygments: amd64 stable (diff) | |
download | gentoo-217f6c13d296fa0c7aeac3af65a570463ba9a91a.tar.gz gentoo-217f6c13d296fa0c7aeac3af65a570463ba9a91a.tar.bz2 gentoo-217f6c13d296fa0c7aeac3af65a570463ba9a91a.zip |
dev-util/uncrustify: amd64/x86 stable
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-util/uncrustify')
-rw-r--r-- | dev-util/uncrustify/uncrustify-0.66.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/uncrustify/uncrustify-0.66.1.ebuild b/dev-util/uncrustify/uncrustify-0.66.1.ebuild index d0891fcae6c3..27705c31b229 100644 --- a/dev-util/uncrustify/uncrustify-0.66.1.ebuild +++ b/dev-util/uncrustify/uncrustify-0.66.1.ebuild @@ -5,11 +5,11 @@ EAPI=6 if [[ $PV == *9999* ]]; then EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" - KEYWORDS="" + KEYWORDS="amd64 x86" SRC_URI="" scm_eclass=git-r3 else - KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" + KEYWORDS="amd64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz" S=${WORKDIR}/${PN}-${P} fi |