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: Fri, 30 Jun 2017 07:08:15
Message-Id: 1498806486.8d5a8826b651e3f0dc15fb65c403620f6e6fe98e.slyfox@gentoo
1 commit: 8d5a8826b651e3f0dc15fb65c403620f6e6fe98e
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 29 21:04:16 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 30 07:08:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d5a8826
7
8 dev-util/cmake: ia64 keyworded, bug #615428
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-util/cmake/cmake-3.8.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/cmake/cmake-3.8.2.ebuild b/dev-util/cmake/cmake-3.8.2.ebuild
16 index 5b06bc5609d..c03d3c2952d 100644
17 --- a/dev-util/cmake/cmake-3.8.2.ebuild
18 +++ b/dev-util/cmake/cmake-3.8.2.ebuild
19 @@ -16,7 +16,7 @@ SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 1-2)/${MY_P}.
20 LICENSE="CMake"
21 SLOT="0"
22 [[ "${PV}" = *_rc* ]] || \
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-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 ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
25 IUSE="doc emacs server system-jsoncpp ncurses qt5"
26
27 RDEPEND="