diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-26 08:20:17 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-26 08:20:17 +0100 |
commit | 00a390851c32141a27f95bc979aad7119a8153fb (patch) | |
tree | b4bc63efa9160340e64a8c95b40d6fe0b8d62bd6 /dev-util/cmake | |
parent | sys-apps/portage: stable 2.3.66-r1 for hppa, bug #686618 (diff) | |
download | gentoo-00a390851c32141a27f95bc979aad7119a8153fb.tar.gz gentoo-00a390851c32141a27f95bc979aad7119a8153fb.tar.bz2 gentoo-00a390851c32141a27f95bc979aad7119a8153fb.zip |
dev-util/cmake: stable 3.14.3 for ppc, bug #668020
Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-util/cmake')
-rw-r--r-- | dev-util/cmake/cmake-3.14.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cmake/cmake-3.14.3.ebuild b/dev-util/cmake/cmake-3.14.3.ebuild index 8bf9223e7663..1d69e200248e 100644 --- a/dev-util/cmake/cmake-3.14.3.ebuild +++ b/dev-util/cmake/cmake-3.14.3.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=" |