diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2011-03-27 14:34:18 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2011-03-27 14:34:18 +0000 |
commit | 5620869484fd382fa1cd0c87a8351f9989b93e46 (patch) | |
tree | 7bd1e1d20ea0e236e712718f391321df67fbc68c /dev-util/cmake | |
parent | Marking dbus-1.4.6 ppc for bug 360769 (diff) | |
download | gentoo-2-5620869484fd382fa1cd0c87a8351f9989b93e46.tar.gz gentoo-2-5620869484fd382fa1cd0c87a8351f9989b93e46.tar.bz2 gentoo-2-5620869484fd382fa1cd0c87a8351f9989b93e46.zip |
Stable on alpha, bug #357771
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/cmake')
-rw-r--r-- | dev-util/cmake/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cmake/cmake-2.8.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cmake/ChangeLog b/dev-util/cmake/ChangeLog index bf630c229465..660fda2e898f 100644 --- a/dev-util/cmake/ChangeLog +++ b/dev-util/cmake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cmake # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.161 2011/03/25 13:40:24 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.162 2011/03/27 14:34:18 klausman Exp $ + + 27 Mar 2011; Tobias Klausmann <klausman@gentoo.org> cmake-2.8.4.ebuild: + Stable on alpha, bug #357771 25 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> cmake-2.8.4.ebuild: ppc64 stable wrt #357771 diff --git a/dev-util/cmake/cmake-2.8.4.ebuild b/dev-util/cmake/cmake-2.8.4.ebuild index bc498d384c8b..2012da3d3eb1 100644 --- a/dev-util/cmake/cmake-2.8.4.ebuild +++ b/dev-util/cmake/cmake-2.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.4.ebuild,v 1.10 2011/03/25 13:40:24 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.4.ebuild,v 1.11 2011/03/27 14:34:18 klausman Exp $ EAPI=3 @@ -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" |