Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmake/
Date: Sat, 03 Oct 2020 09:16:58
Message-Id: 1601716610.cb5f5c4ad5f7d68ff712e7a545a9eab0c7bc3ae6.slyfox@gentoo
1 commit: cb5f5c4ad5f7d68ff712e7a545a9eab0c7bc3ae6
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 09:16:16 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 09:16:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb5f5c4a
7
8 dev-util/cmake: stable 3.17.4-r1 for hppa
9
10 stable wrt bug #726962
11
12 Package-Manager: Portage-3.0.8, Repoman-3.0.1
13 RepoMan-Options: --include-arches="hppa"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 dev-util/cmake/cmake-3.17.4-r1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-util/cmake/cmake-3.17.4-r1.ebuild b/dev-util/cmake/cmake-3.17.4-r1.ebuild
20 index ff9f9f259db..86c3dfd6ea3 100644
21 --- a/dev-util/cmake/cmake-3.17.4-r1.ebuild
22 +++ b/dev-util/cmake/cmake-3.17.4-r1.ebuild
23 @@ -17,7 +17,7 @@ SRC_URI="https://cmake.org/files/v$(ver_cut 1-2)/${MY_P}.tar.gz"
24 LICENSE="CMake"
25 SLOT="0"
26 [[ "${PV}" = *_rc* ]] || \
27 -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"
28 +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"
29 IUSE="doc emacs ncurses qt5 test"
30 RESTRICT="!test? ( test )"