diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-07-23 20:05:09 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-07-23 20:05:09 +0000 |
commit | 47e32dd3e1de7146cfb8ed4f0be9bfdcc3950245 (patch) | |
tree | 23fe5fa9e655f4552e5b844e9a51aa5666449f91 /dev-util | |
parent | ppc stable, bug #551320 (diff) | |
download | gentoo-2-47e32dd3e1de7146cfb8ed4f0be9bfdcc3950245.tar.gz gentoo-2-47e32dd3e1de7146cfb8ed4f0be9bfdcc3950245.tar.bz2 gentoo-2-47e32dd3e1de7146cfb8ed4f0be9bfdcc3950245.zip |
ppc stable wrt bug #545870
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cmake/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cmake/cmake-3.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cmake/ChangeLog b/dev-util/cmake/ChangeLog index 15d2ef1fe9cd..396777e28760 100644 --- a/dev-util/cmake/ChangeLog +++ b/dev-util/cmake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cmake # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.316 2015/07/15 19:19:10 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.317 2015/07/23 20:05:09 pacho Exp $ + + 23 Jul 2015; Pacho Ramos <pacho@gentoo.org> cmake-3.2.2.ebuild: + ppc stable wrt bug #545870 15 Jul 2015; Tobias Klausmann <klausman@gentoo.org> cmake-3.2.2.ebuild: Stable on alpha, bug 539126 diff --git a/dev-util/cmake/cmake-3.2.2.ebuild b/dev-util/cmake/cmake-3.2.2.ebuild index 96dc71a0e6b6..98f456561b4d 100644 --- a/dev-util/cmake/cmake-3.2.2.ebuild +++ b/dev-util/cmake/cmake-3.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-3.2.2.ebuild,v 1.9 2015/07/15 19:19:10 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-3.2.2.ebuild,v 1.10 2015/07/23 20:05:09 pacho Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 1-2)/${P}.tar LICENSE="CMake" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~m68k ~mips ppc64 ~s390 ~sh x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~m68k ~mips ppc ppc64 ~s390 ~sh x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc emacs system-jsoncpp ncurses qt4 qt5" RDEPEND=" |