diff options
author | 2010-08-11 21:57:08 +0000 | |
---|---|---|
committer | 2010-08-11 21:57:08 +0000 | |
commit | 7237c8d3d3be3427c5898433d08e55d66cf90cee (patch) | |
tree | c0254eb71bd4751f14d28ea9eb61062f5d0d5fac /dev-util/cmake | |
parent | Marked ppc stable for bug #316537. (diff) | |
download | gentoo-2-7237c8d3d3be3427c5898433d08e55d66cf90cee.tar.gz gentoo-2-7237c8d3d3be3427c5898433d08e55d66cf90cee.tar.bz2 gentoo-2-7237c8d3d3be3427c5898433d08e55d66cf90cee.zip |
arm stable, bug #325845
(Portage version: 2.2_rc67/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.8.1-r2.ebuild | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/dev-util/cmake/ChangeLog b/dev-util/cmake/ChangeLog index 175856e3b972..cf49612d83c7 100644 --- a/dev-util/cmake/ChangeLog +++ b/dev-util/cmake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cmake # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.141 2010/08/10 12:58:19 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.142 2010/08/11 21:57:08 maekke Exp $ + + 11 Aug 2010; Markus Meier <maekke@gentoo.org> cmake-2.8.1-r2.ebuild: + arm stable, bug #325845 10 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> -files/cmake-2.8.0-more-no_host_paths.patch, -cmake-2.8.1.ebuild, diff --git a/dev-util/cmake/cmake-2.8.1-r2.ebuild b/dev-util/cmake/cmake-2.8.1-r2.ebuild index af9003b08a44..595e307a24a5 100644 --- a/dev-util/cmake/cmake-2.8.1-r2.ebuild +++ b/dev-util/cmake/cmake-2.8.1-r2.ebuild @@ -13,7 +13,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 ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-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 ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="emacs ncurses qt4 vim-syntax" |