diff options
author | Alexey Sokolov <sokolov@google.com> | 2018-12-12 00:29:37 +0000 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2018-12-12 19:36:35 -0800 |
commit | e949a5296bb796628be47a260f22ad5a2103f976 (patch) | |
tree | 4ddcebfd6d25b8eaa13ff83160a3dab258431a75 /dev-util/cpputest | |
parent | media-gfx/viewnior: version bump to 1.7 (diff) | |
download | gentoo-e949a5296bb796628be47a260f22ad5a2103f976.tar.gz gentoo-e949a5296bb796628be47a260f22ad5a2103f976.tar.bz2 gentoo-e949a5296bb796628be47a260f22ad5a2103f976.zip |
dev-util/cpputest: add ~arm
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10618
Signed-off-by: Alexey Sokolov <sokolov@google.com>
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-util/cpputest')
-rw-r--r-- | dev-util/cpputest/cpputest-3.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cpputest/cpputest-3.8.ebuild b/dev-util/cpputest/cpputest-3.8.ebuild index af20f1f08b02..4c3046bb40e4 100644 --- a/dev-util/cpputest/cpputest-3.8.ebuild +++ b/dev-util/cpputest/cpputest-3.8.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 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm x86" IUSE="test" DEPEND=" |