diff options
author | 2017-09-12 08:26:09 +0100 | |
---|---|---|
committer | 2017-09-12 08:26:09 +0100 | |
commit | 1fdff1053ca8d3c49b30e6f0e98cdbee180d5133 (patch) | |
tree | 5c3accb93b60274104738025980662f32d9efc06 /dev-util/cmake | |
parent | app-crypt/rhash: keyworded 1.3.5 for sparc, bug #615428 (thanks to Dakon) (diff) | |
download | gentoo-1fdff1053ca8d3c49b30e6f0e98cdbee180d5133.tar.gz gentoo-1fdff1053ca8d3c49b30e6f0e98cdbee180d5133.tar.bz2 gentoo-1fdff1053ca8d3c49b30e6f0e98cdbee180d5133.zip |
dev-util/cmake: keyworded 3.8.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/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 c2b7fb1b20f6..a34f32fbf76c 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 ~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=" |