diff options
author | Michael Weber <xmw@gentoo.org> | 2017-03-29 00:23:20 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-03-29 00:29:44 +0200 |
commit | 0ac726fcdeecb3d27b8fa5a70dc5c00da165397a (patch) | |
tree | e8363d8285d23a7234a79af481958f954812ed18 /dev-util | |
parent | net-print/cups: Bump to version 2.2.3 (diff) | |
download | gentoo-0ac726fcdeecb3d27b8fa5a70dc5c00da165397a.tar.gz gentoo-0ac726fcdeecb3d27b8fa5a70dc5c00da165397a.tar.bz2 gentoo-0ac726fcdeecb3d27b8fa5a70dc5c00da165397a.zip |
dev-util/cmake: arm64 stable.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'dev-util')
-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 b2ccbe761b67..06143f3399bb 100644 --- a/dev-util/cmake/cmake-3.7.2.ebuild +++ b/dev-util/cmake/cmake-3.7.2.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" [[ "${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 system-jsoncpp ncurses qt5" RDEPEND=" |