diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-12-26 11:34:00 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-12-26 11:34:00 +0000 |
commit | 398f3e9a9a7d1948c6f425a1b11291fa846509bb (patch) | |
tree | 4c5d5f5831ff63eda9dc6831f8946bdae9e8f6ac /dev-util/cmake | |
parent | app-text/docbook-dsssl-stylesheets: stable 1.79-r2 for ppc/ppc64, bug #642234 (diff) | |
download | gentoo-398f3e9a9a7d1948c6f425a1b11291fa846509bb.tar.gz gentoo-398f3e9a9a7d1948c6f425a1b11291fa846509bb.tar.bz2 gentoo-398f3e9a9a7d1948c6f425a1b11291fa846509bb.zip |
dev-util/cmake: stable 3.9.6 for ppc/ppc64, bug #642236
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc ppc64"
Diffstat (limited to 'dev-util/cmake')
-rw-r--r-- | dev-util/cmake/cmake-3.9.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cmake/cmake-3.9.6.ebuild b/dev-util/cmake/cmake-3.9.6.ebuild index 1d584aebefba..feafcc5ac55c 100644 --- a/dev-util/cmake/cmake-3.9.6.ebuild +++ b/dev-util/cmake/cmake-3.9.6.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://cmake.org/files/v$(get_version_component_range 1-2)/${MY_P}.tar LICENSE="CMake" SLOT="0" [[ "${PV}" = *_rc* ]] || \ -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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 ~ia64 ~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 server system-jsoncpp ncurses qt5" RDEPEND=" |