diff options
author | Michael Weber <xmw@gentoo.org> | 2017-02-05 14:55:51 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-02-05 14:56:18 +0100 |
commit | 4608236cd2fb4c9890c85795963c4994d99e2b3f (patch) | |
tree | 1ddbdc696fcc2294fa0b2c255b5182e87412019d /dev-util/cmake | |
parent | net-misc/mosh: Remove old version. (diff) | |
download | gentoo-4608236cd2fb4c9890c85795963c4994d99e2b3f.tar.gz gentoo-4608236cd2fb4c9890c85795963c4994d99e2b3f.tar.bz2 gentoo-4608236cd2fb4c9890c85795963c4994d99e2b3f.zip |
dev-util/cmake: ppc and ppc64 stable (bug 607220).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-util/cmake')
-rw-r--r-- | dev-util/cmake/cmake-3.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cmake/cmake-3.7.2.ebuild b/dev-util/cmake/cmake-3.7.2.ebuild index 8e30223ac98d..af9d18c67179 100644 --- a/dev-util/cmake/cmake-3.7.2.ebuild +++ b/dev-util/cmake/cmake-3.7.2.ebuild @@ -16,7 +16,7 @@ SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 1-2)/${MY_P}. LICENSE="CMake" SLOT="0" [[ "${PV}" = *_rc* ]] || \ -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 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" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc 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" IUSE="doc emacs system-jsoncpp ncurses qt5" RDEPEND=" |