diff options
author | 2019-07-31 14:06:43 +0200 | |
---|---|---|
committer | 2019-07-31 14:06:43 +0200 | |
commit | ec06c37a83a97be6679e1f23dd050cf3a654a13b (patch) | |
tree | 4627580976f59670e77dd26de082daa6781cc3d9 | |
parent | net-libs/libssh: amd64 stable wrt bug #691110 (diff) | |
download | gentoo-ec06c37a83a97be6679e1f23dd050cf3a654a13b.tar.gz gentoo-ec06c37a83a97be6679e1f23dd050cf3a654a13b.tar.bz2 gentoo-ec06c37a83a97be6679e1f23dd050cf3a654a13b.zip |
dev-util/cmake: amd64 stable wrt bug #691114
Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | dev-util/cmake/cmake-3.14.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cmake/cmake-3.14.6.ebuild b/dev-util/cmake/cmake-3.14.6.ebuild index 42678a33d014..baaf2433b16b 100644 --- a/dev-util/cmake/cmake-3.14.6.ebuild +++ b/dev-util/cmake/cmake-3.14.6.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://cmake.org/files/v$(ver_cut 1-2)/${MY_P}.tar.gz" LICENSE="CMake" SLOT="0" [[ "${PV}" = *_rc* ]] || \ -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc emacs system-jsoncpp ncurses qt5 test" RDEPEND=" |