diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-12-28 11:55:48 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-12-28 11:58:46 +0000 |
commit | d3c650cf3294e0ed186f6da25de4a4dec57fdce5 (patch) | |
tree | 4199015a9dd1c193ef613ec7177740363862f0c7 /dev-util/cmake | |
parent | app-emulation/x48: stable 0.6.4-r1 for hppa, bug #642224 (diff) | |
download | gentoo-d3c650cf3294e0ed186f6da25de4a4dec57fdce5.tar.gz gentoo-d3c650cf3294e0ed186f6da25de4a4dec57fdce5.tar.bz2 gentoo-d3c650cf3294e0ed186f6da25de4a4dec57fdce5.zip |
dev-util/cmake: stable 3.9.6 for hppa, bug #642236
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"
Diffstat (limited to 'dev-util/cmake')
-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 b0e1849c4aac..73b44cdb99bf 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=" |