diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-11-11 17:57:30 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-11-11 17:57:30 +0000 |
commit | 4466f42eab0ce2a64b75f60112c6998465f6ea3d (patch) | |
tree | 4f8b26277562b8c19aa001c407fe4d6971a78ce7 /dev-util/cmake | |
parent | Initial commit. (diff) | |
download | gentoo-2-4466f42eab0ce2a64b75f60112c6998465f6ea3d.tar.gz gentoo-2-4466f42eab0ce2a64b75f60112c6998465f6ea3d.tar.bz2 gentoo-2-4466f42eab0ce2a64b75f60112c6998465f6ea3d.zip |
Stable for HPPA (bug #290723).
(Portage version: 2.2_rc49/cvs/Linux i686)
Diffstat (limited to 'dev-util/cmake')
-rw-r--r-- | dev-util/cmake/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cmake/cmake-2.6.4-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cmake/ChangeLog b/dev-util/cmake/ChangeLog index 5fc874617590..8008f558b6b6 100644 --- a/dev-util/cmake/ChangeLog +++ b/dev-util/cmake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cmake # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.116 2009/11/08 18:40:29 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.117 2009/11/11 17:57:30 jer Exp $ + + 11 Nov 2009; Jeroen Roovers <jer@gentoo.org> cmake-2.6.4-r3.ebuild: + Stable for HPPA (bug #290723). 08 Nov 2009; Tobias Klausmann <klausman@gentoo.org> cmake-2.6.4-r3.ebuild: Stable on alpha, bug #290723 diff --git a/dev-util/cmake/cmake-2.6.4-r3.ebuild b/dev-util/cmake/cmake-2.6.4-r3.ebuild index 3d51b5558ac4..057f04dc7b71 100644 --- a/dev-util/cmake/cmake-2.6.4-r3.ebuild +++ b/dev-util/cmake/cmake-2.6.4-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.6.4-r3.ebuild,v 1.4 2009/11/08 18:40:29 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.6.4-r3.ebuild,v 1.5 2009/11/11 17:57:30 jer Exp $ EAPI="2" @@ -14,7 +14,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 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" SLOT="0" IUSE="emacs qt4 vim-syntax" |