diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-10-13 12:31:14 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-10-13 12:31:19 +0100 |
commit | 901a8d6199a27e49cdf16214adb6ce7382c29185 (patch) | |
tree | 0052c4ccdee7e18e0ac24797a47f346eb87196f5 /dev-util/cmake | |
parent | app-crypt/rhash: stable 1.3.5 for ia64, bug #634088 (diff) | |
download | gentoo-901a8d6199a27e49cdf16214adb6ce7382c29185.tar.gz gentoo-901a8d6199a27e49cdf16214adb6ce7382c29185.tar.bz2 gentoo-901a8d6199a27e49cdf16214adb6ce7382c29185.zip |
dev-util/cmake: stable 3.8.2 for ia64, bug #634088
Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"
Diffstat (limited to 'dev-util/cmake')
-rw-r--r-- | dev-util/cmake/cmake-3.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cmake/cmake-3.8.2.ebuild b/dev-util/cmake/cmake-3.8.2.ebuild index a34f32fbf76c..15c2fb44f896 100644 --- a/dev-util/cmake/cmake-3.8.2.ebuild +++ b/dev-util/cmake/cmake-3.8.2.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=" |