diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-26 15:53:05 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-26 15:53:05 +0100 |
commit | e6cc74c890f99e44f97a34065cf175dc0507aa65 (patch) | |
tree | 68420b47cb70f540e89b78e5f20b6c451c77d672 | |
parent | www-client/qupzilla: x86 stable wrt bug #607298 (diff) | |
download | gentoo-e6cc74c890f99e44f97a34065cf175dc0507aa65.tar.gz gentoo-e6cc74c890f99e44f97a34065cf175dc0507aa65.tar.bz2 gentoo-e6cc74c890f99e44f97a34065cf175dc0507aa65.zip |
dev-util/cmake: x86 stable wrt bug #607220
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-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 72aa1385840a..bf1b6b52a2c5 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 ~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 ~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=" |