diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-03 11:29:47 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-03 11:38:04 +0100 |
commit | fdeff578a43915e891748415176b1ca26a345038 (patch) | |
tree | ca3f12aa770a46dbe90661826e255d93ff10c39b | |
parent | media-libs/libraw: ppc64 stable wrt bug #567254 (diff) | |
download | gentoo-fdeff578a43915e891748415176b1ca26a345038.tar.gz gentoo-fdeff578a43915e891748415176b1ca26a345038.tar.bz2 gentoo-fdeff578a43915e891748415176b1ca26a345038.zip |
dev-util/cmake: ppc64 stable wrt bug #602772
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | dev-util/cmake/cmake-3.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cmake/cmake-3.6.3.ebuild b/dev-util/cmake/cmake-3.6.3.ebuild index 43eb690e9e3f..071297e61912 100644 --- a/dev-util/cmake/cmake-3.6.3.ebuild +++ b/dev-util/cmake/cmake-3.6.3.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 1-2)/${MY_P}. LICENSE="CMake" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~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 ~hppa-hpux ~ia64-hpux ~x86-interix ~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=" |