diff options
author | 2012-05-16 15:41:08 +0000 | |
---|---|---|
committer | 2012-05-16 15:41:08 +0000 | |
commit | 12d94ced14bad3f3e029822b4a657209354c8b32 (patch) | |
tree | 8dee3763e86cd4d10520368f89cb7587571a8bd8 /dev-util | |
parent | Stable for HPPA (bug #413815). (diff) | |
download | gentoo-2-12d94ced14bad3f3e029822b4a657209354c8b32.tar.gz gentoo-2-12d94ced14bad3f3e029822b4a657209354c8b32.tar.bz2 gentoo-2-12d94ced14bad3f3e029822b4a657209354c8b32.zip |
Stable for HPPA (bug #413807).
(Portage version: 2.2.0_alpha105/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.8.7-r5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cmake/ChangeLog b/dev-util/cmake/ChangeLog index 156178dad2d8..9f7c56967255 100644 --- a/dev-util/cmake/ChangeLog +++ b/dev-util/cmake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cmake # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.199 2012/05/12 13:57:55 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.200 2012/05/16 15:41:08 jer Exp $ + + 16 May 2012; Jeroen Roovers <jer@gentoo.org> cmake-2.8.7-r5.ebuild: + Stable for HPPA (bug #413807). 12 May 2012; Alexis Ballier <aballier@gentoo.org> cmake-2.8.8-r2.ebuild: ~amd64-fbsd keywords were dropped for no reason... rekeyword diff --git a/dev-util/cmake/cmake-2.8.7-r5.ebuild b/dev-util/cmake/cmake-2.8.7-r5.ebuild index 061d038eb084..1a6a72d5c801 100644 --- a/dev-util/cmake/cmake-2.8.7-r5.ebuild +++ b/dev-util/cmake/cmake-2.8.7-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.7-r5.ebuild,v 1.6 2012/05/12 13:07:39 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.7-r5.ebuild,v 1.7 2012/05/16 15:41:08 jer Exp $ EAPI=4 @@ -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 ~ppc-aix ~amd64-fbsd ~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 ~amd64-fbsd ~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" |