diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-12-26 02:55:29 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-12-26 03:05:59 +0100 |
commit | d12fea7e0850e823428d321a8a14f76f49622c05 (patch) | |
tree | 41993ff6501c42a3d643c8c7962b52081e7932fc /dev-util | |
parent | dev-lang/sassc: x86 stable (bug #642238) (diff) | |
download | gentoo-d12fea7e0850e823428d321a8a14f76f49622c05.tar.gz gentoo-d12fea7e0850e823428d321a8a14f76f49622c05.tar.bz2 gentoo-d12fea7e0850e823428d321a8a14f76f49622c05.zip |
dev-util/cmake: x86 stable (bug #642236)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-util')
-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 48cd86d38774..1d584aebefba 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=" |