diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-05-30 11:03:29 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-05-30 11:03:29 +0000 |
commit | 781492f5f6ef91f2146d0026c5cb722352009157 (patch) | |
tree | 73d2237746005918b5a199377df74b8c3610dacf /dev-util | |
parent | Add patch for gcc-4.4, thanks to Robert Forster (diff) | |
download | gentoo-2-781492f5f6ef91f2146d0026c5cb722352009157.tar.gz gentoo-2-781492f5f6ef91f2146d0026c5cb722352009157.tar.bz2 gentoo-2-781492f5f6ef91f2146d0026c5cb722352009157.zip |
alpha/arm/ia64/s390/sh stable wrt #271444
(Portage version: 2.1.6.11/cvs/Linux ia64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cmake/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cmake/cmake-2.6.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cmake/ChangeLog b/dev-util/cmake/ChangeLog index b81cd5f8ff45..0ec61fd85cef 100644 --- a/dev-util/cmake/ChangeLog +++ b/dev-util/cmake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cmake # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.98 2009/05/28 16:50:09 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.99 2009/05/30 11:03:29 armin76 Exp $ + + 30 May 2009; Raúl Porcel <armin76@gentoo.org> cmake-2.6.4.ebuild: + alpha/arm/ia64/s390/sh stable wrt #271444 28 May 2009; Tomáš Chvátal <scarabeus@gentoo.org> cmake-2.6.4.ebuild: Add einfo informing about the test that might fail. diff --git a/dev-util/cmake/cmake-2.6.4.ebuild b/dev-util/cmake/cmake-2.6.4.ebuild index 8b0d061254ba..1dc483c910ce 100644 --- a/dev-util/cmake/cmake-2.6.4.ebuild +++ b/dev-util/cmake/cmake-2.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.6.4.ebuild,v 1.7 2009/05/28 16:50:09 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.6.4.ebuild,v 1.8 2009/05/30 11:03:29 armin76 Exp $ EAPI="2" @@ -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 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" SLOT="0" IUSE="emacs qt4 vim-syntax" |