diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-12 08:26:13 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-12 08:26:13 +0100 |
commit | c81200588f10017c0fc8e719b4adbf5e2e572165 (patch) | |
tree | 475e5ccdc3bd3d389b8089ffee26a481f7c803be /dev-util | |
parent | dev-util/cmake: keyworded 3.8.2 for sparc, bug #615428 (thanks to Dakon) (diff) | |
download | gentoo-c81200588f10017c0fc8e719b4adbf5e2e572165.tar.gz gentoo-c81200588f10017c0fc8e719b4adbf5e2e572165.tar.bz2 gentoo-c81200588f10017c0fc8e719b4adbf5e2e572165.zip |
dev-util/cmake: keyworded 3.9.2 for sparc, bug #615428 (thanks to Dakon)
Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cmake/cmake-3.9.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cmake/cmake-3.9.2.ebuild b/dev-util/cmake/cmake-3.9.2.ebuild index 768050931d47..5ff11523d79a 100644 --- a/dev-util/cmake/cmake-3.9.2.ebuild +++ b/dev-util/cmake/cmake-3.9.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 ~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=" |