diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-02-19 03:18:52 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-02-19 03:19:04 +0100 |
commit | 54ccd27f2cc7de7b17d6f2c601e55b40af44ca37 (patch) | |
tree | 64bfb67faa490b8f9502e8956512c6f0a9e304e0 /dev-util | |
parent | app-misc/pdfpc: Drop 4.3.0 and 4.4.0 (diff) | |
download | gentoo-54ccd27f2cc7de7b17d6f2c601e55b40af44ca37.tar.gz gentoo-54ccd27f2cc7de7b17d6f2c601e55b40af44ca37.tar.bz2 gentoo-54ccd27f2cc7de7b17d6f2c601e55b40af44ca37.zip |
dev-util/cmake: x86 stable (bug #757336)
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cmake/cmake-3.18.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cmake/cmake-3.18.5.ebuild b/dev-util/cmake/cmake-3.18.5.ebuild index a8a036ebaeec..2f725e7349b3 100644 --- a/dev-util/cmake/cmake-3.18.5.ebuild +++ b/dev-util/cmake/cmake-3.18.5.ebuild @@ -17,7 +17,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 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc emacs ncurses qt5 test" RESTRICT="!test? ( test )" |