diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-01 23:59:15 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-01 23:59:15 +0100 |
commit | a8c8545c8f931db557116df4857ef77a2d97b5fd (patch) | |
tree | 76d6db4c0500350f0d8fbef5472f0d628f9ff932 /dev-util | |
parent | dev-libs/jansson: stable 2.13.1 for ppc (diff) | |
download | gentoo-a8c8545c8f931db557116df4857ef77a2d97b5fd.tar.gz gentoo-a8c8545c8f931db557116df4857ef77a2d97b5fd.tar.bz2 gentoo-a8c8545c8f931db557116df4857ef77a2d97b5fd.zip |
dev-util/cmake: stable 3.17.4-r1 for ppc
stable wrt bug #726962
Package-Manager: Portage-3.0.8, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cmake/cmake-3.17.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cmake/cmake-3.17.4-r1.ebuild b/dev-util/cmake/cmake-3.17.4-r1.ebuild index 54a00bf1b376..ebbddde4a3f2 100644 --- a/dev-util/cmake/cmake-3.17.4-r1.ebuild +++ b/dev-util/cmake/cmake-3.17.4-r1.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 ~s390 ~sparc ~x86 ~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 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc emacs ncurses qt5 test" RESTRICT="!test? ( test )" |