diff options
author | Brent Baude <ranger@gentoo.org> | 2012-01-04 16:36:22 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-01-04 16:36:22 +0000 |
commit | 72b0b8c70f1051e339246e42858844e74915e109 (patch) | |
tree | be1a6afa0bb606c14b89fb0a37f049dcfd995365 /dev-util | |
parent | 2.0.17 is the start of a version that will (one day) work on both python vers... (diff) | |
download | gentoo-2-72b0b8c70f1051e339246e42858844e74915e109.tar.gz gentoo-2-72b0b8c70f1051e339246e42858844e74915e109.tar.bz2 gentoo-2-72b0b8c70f1051e339246e42858844e74915e109.zip |
Marking cmake-2.8.6-r4 ppc for bug 391425
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cmake/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/cmake/cmake-2.8.6-r4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/cmake/ChangeLog b/dev-util/cmake/ChangeLog index 8eb90f16ba06..bb282c6509b4 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.181 2011/12/14 00:20:03 ago Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.182 2012/01/04 16:36:22 ranger Exp $ + + 04 Jan 2012; Brent Baude <ranger@gentoo.org> cmake-2.8.6-r4.ebuild: + Marking cmake-2.8.6-r4 ppc for bug 391425 14 Dec 2011; Agostino Sarubbo <ago@gentoo.org> cmake-2.8.6-r4.ebuild: Stable for AMD64, wrt bug #391425 diff --git a/dev-util/cmake/cmake-2.8.6-r4.ebuild b/dev-util/cmake/cmake-2.8.6-r4.ebuild index 5cb03935d644..ae5cd8d17a61 100644 --- a/dev-util/cmake/cmake-2.8.6-r4.ebuild +++ b/dev-util/cmake/cmake-2.8.6-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.6-r4.ebuild,v 1.5 2011/12/14 00:20:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.6-r4.ebuild,v 1.6 2012/01/04 16:36:22 ranger 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 ~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" |