diff options
author | Johannes Huber <johu@gentoo.org> | 2013-11-30 15:13:15 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-11-30 15:13:15 +0000 |
commit | 663d637709af3668f2eded1d60155e8ec413f3b2 (patch) | |
tree | 9797bfc0e8220fe471cea33543bf6f43d0a6b8c7 | |
parent | Version bump to 4.1.1. (diff) | |
download | gentoo-2-663d637709af3668f2eded1d60155e8ec413f3b2.tar.gz gentoo-2-663d637709af3668f2eded1d60155e8ec413f3b2.tar.bz2 gentoo-2-663d637709af3668f2eded1d60155e8ec413f3b2.zip |
x86 stable wrt bug #488586
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
-rw-r--r-- | dev-util/cmake/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cmake/cmake-2.8.11.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cmake/ChangeLog b/dev-util/cmake/ChangeLog index edb7eff4db33..182be1505535 100644 --- a/dev-util/cmake/ChangeLog +++ b/dev-util/cmake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cmake # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.263 2013/11/30 14:56:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.264 2013/11/30 15:13:15 johu Exp $ + + 30 Nov 2013; Johannes Huber <johu@gentoo.org> cmake-2.8.11.2.ebuild: + x86 stable wrt bug #488586 30 Nov 2013; Jeroen Roovers <jer@gentoo.org> cmake-2.8.11.2.ebuild: Stable for HPPA (bug #488586). diff --git a/dev-util/cmake/cmake-2.8.11.2.ebuild b/dev-util/cmake/cmake-2.8.11.2.ebuild index 913c833c060d..2752ee4dd033 100644 --- a/dev-util/cmake/cmake-2.8.11.2.ebuild +++ b/dev-util/cmake/cmake-2.8.11.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.11.2.ebuild,v 1.5 2013/11/30 14:56:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.11.2.ebuild,v 1.6 2013/11/30 15:13:15 johu Exp $ EAPI=5 @@ -15,7 +15,7 @@ HOMEPAGE="http://www.cmake.org/" SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 1-2)/${MY_P}.tar.gz" LICENSE="CMake" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~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 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~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" SLOT="0" IUSE="emacs ncurses qt4 qt5 vim-syntax" |