diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-11-08 18:40:29 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-11-08 18:40:29 +0000 |
commit | 57a99eb48f42bfb7c97156c1f7cb972bb943e08e (patch) | |
tree | 4ca9a45f2d09ed967072d8e33c09cb0d0ae79f87 /dev-util | |
parent | Stable on alpha, bug #290547 (diff) | |
download | gentoo-2-57a99eb48f42bfb7c97156c1f7cb972bb943e08e.tar.gz gentoo-2-57a99eb48f42bfb7c97156c1f7cb972bb943e08e.tar.bz2 gentoo-2-57a99eb48f42bfb7c97156c1f7cb972bb943e08e.zip |
Stable on alpha, bug #290723
(Portage version: 2.1.7.4/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-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 26423d8fdeb2..5fc874617590 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.115 2009/11/08 11:27:15 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.116 2009/11/08 18:40:29 klausman Exp $ + + 08 Nov 2009; Tobias Klausmann <klausman@gentoo.org> cmake-2.6.4-r3.ebuild: + Stable on alpha, bug #290723 08 Nov 2009; Mounir Lamouri <volkmar@gentoo.org> cmake-2.6.4-r3.ebuild: Stable for ppc, 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 b361e1c9d2fa..3d51b5558ac4 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.3 2009/11/08 11:27:15 volkmar Exp $ +# $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 $ 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" |