Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmake/
Date: Sat, 09 May 2020 02:25:59
Message-Id: 1588991132.97fb6379f08053df30a36ebce2513ddd2ec18173.bman@gentoo
1 commit: 97fb6379f08053df30a36ebce2513ddd2ec18173
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 9 02:25:32 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat May 9 02:25:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97fb6379
7
8 dev-util/cmake: arm64 stable
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-util/cmake/cmake-3.16.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/cmake/cmake-3.16.5.ebuild b/dev-util/cmake/cmake-3.16.5.ebuild
16 index 1671d545b7e..49f4e63a42b 100644
17 --- a/dev-util/cmake/cmake-3.16.5.ebuild
18 +++ b/dev-util/cmake/cmake-3.16.5.ebuild
19 @@ -17,7 +17,7 @@ SRC_URI="https://cmake.org/files/v$(ver_cut 1-2)/${MY_P}.tar.gz"
20 LICENSE="CMake"
21 SLOT="0"
22 [[ "${PV}" = *_rc* ]] || \
23 -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
24 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
25 IUSE="doc emacs ncurses qt5 test"
26 RESTRICT="!test? ( test )"