diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-06-16 04:47:38 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-06-16 04:47:38 +0000 |
commit | d39006744e545202b9f5e3d8575d4f6979cb1637 (patch) | |
tree | bf4285fde2a7d097aa005a9653258265a2c0f106 /dev-util | |
parent | Stable for HPPA (bug #551320). (diff) | |
download | gentoo-2-d39006744e545202b9f5e3d8575d4f6979cb1637.tar.gz gentoo-2-d39006744e545202b9f5e3d8575d4f6979cb1637.tar.bz2 gentoo-2-d39006744e545202b9f5e3d8575d4f6979cb1637.zip |
Stable for HPPA PPC64 (bug #545870).
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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 58c7d6fecc62..f5d5044b5613 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.312 2015/06/12 16:42:32 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.313 2015/06/16 04:47:38 jer Exp $ + + 16 Jun 2015; Jeroen Roovers <jer@gentoo.org> cmake-3.2.2.ebuild: + Stable for HPPA PPC64 (bug #545870). 12 Jun 2015; Mikle Kolyada <zlogene@gentoo.org> cmake-3.2.2.ebuild: amd64 stable wrt bug #545870 diff --git a/dev-util/cmake/cmake-3.2.2.ebuild b/dev-util/cmake/cmake-3.2.2.ebuild index 31e5ab0ca1ae..461d4abf9ba3 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.6 2015/06/12 16:42:32 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-3.2.2.ebuild,v 1.7 2015/06/16 04:47:38 jer 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="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="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" IUSE="doc emacs system-jsoncpp ncurses qt4 qt5" RDEPEND=" |