diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-08-15 23:56:11 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-08-15 23:56:11 +0000 |
commit | 10fa834865ad4673920f8d9c9a7df1a353de156e (patch) | |
tree | 3852bf43961a4ecfdd4f1f4397dcc38726c6f9fc /dev-util/cmake | |
parent | QA: fix building (closes bug #430594); don't install include file since this ... (diff) | |
download | gentoo-2-10fa834865ad4673920f8d9c9a7df1a353de156e.tar.gz gentoo-2-10fa834865ad4673920f8d9c9a7df1a353de156e.tar.bz2 gentoo-2-10fa834865ad4673920f8d9c9a7df1a353de156e.zip |
Stable ppc, bug #431520
(Portage version: 2.1.11.9/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.8-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cmake/ChangeLog b/dev-util/cmake/ChangeLog index 05e9520267d1..b7c707bc3f8d 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.210 2012/08/15 23:10:38 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.211 2012/08/15 23:56:11 blueness Exp $ + + 15 Aug 2012; Anthony G. Basile <blueness@gentoo.org> cmake-2.8.8-r3.ebuild: + Stable ppc, bug #431520 15 Aug 2012; Anthony G. Basile <blueness@gentoo.org> cmake-2.8.8-r3.ebuild: Stable ppc64, bug #431520 diff --git a/dev-util/cmake/cmake-2.8.8-r3.ebuild b/dev-util/cmake/cmake-2.8.8-r3.ebuild index beeb4e0f23eb..14dd0c4924c5 100644 --- a/dev-util/cmake/cmake-2.8.8-r3.ebuild +++ b/dev-util/cmake/cmake-2.8.8-r3.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.8-r3.ebuild,v 1.4 2012/08/15 23:10:38 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.8-r3.ebuild,v 1.5 2012/08/15 23:56:11 blueness 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" |