diff options
author | 2017-01-26 11:13:59 +0100 | |
---|---|---|
committer | 2017-01-26 11:14:07 +0100 | |
commit | 55d9710d3ad4a9117a90360c4a264134fc9768b7 (patch) | |
tree | 6ca812d96a023c56c4229146f8da979cac4c571d /dev-util/cmake | |
parent | x11-misc/ktsuss: amd64 stable wrt bug #607162 (diff) | |
download | gentoo-55d9710d3ad4a9117a90360c4a264134fc9768b7.tar.gz gentoo-55d9710d3ad4a9117a90360c4a264134fc9768b7.tar.bz2 gentoo-55d9710d3ad4a9117a90360c4a264134fc9768b7.zip |
dev-util/cmake-3.7.2-r0: stable on alpha
Gentoo-Bug: 607220
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 d549c542399f..72aa1385840a 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=" |