diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2007-07-19 08:02:26 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2007-07-19 08:02:26 +0000 |
commit | 63511726d8ddf72ae879bd59bd95e8ec8f5500cf (patch) | |
tree | 2e20faa935f1b7157e9f1604b551afac7e9cd0a6 | |
parent | New HOMEPAGE. (diff) | |
download | gentoo-2-63511726d8ddf72ae879bd59bd95e8ec8f5500cf.tar.gz gentoo-2-63511726d8ddf72ae879bd59bd95e8ec8f5500cf.tar.bz2 gentoo-2-63511726d8ddf72ae879bd59bd95e8ec8f5500cf.zip |
Moved to testing, fixes bug 185832. Sorry.
(Portage version: 2.1.3_rc8)
-rw-r--r-- | dev-util/cmake/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cmake/cmake-2.4.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cmake/ChangeLog b/dev-util/cmake/ChangeLog index 8ed8e0493d05..88ef25ba0527 100644 --- a/dev-util/cmake/ChangeLog +++ b/dev-util/cmake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cmake # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.61 2007/07/18 22:03:05 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.62 2007/07/19 08:02:26 cryos Exp $ + + 19 Jul 2007; Marcus D. Hanwell <cryos@gentoo.org> cmake-2.4.7.ebuild: + Moved to testing, fixes bug 185832. Sorry. *cmake-2.4.7 (18 Jul 2007) diff --git a/dev-util/cmake/cmake-2.4.7.ebuild b/dev-util/cmake/cmake-2.4.7.ebuild index a418ea6ab0c1..1b125e54be7a 100644 --- a/dev-util/cmake/cmake-2.4.7.ebuild +++ b/dev-util/cmake/cmake-2.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.4.7.ebuild,v 1.1 2007/07/18 22:03:05 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.4.7.ebuild,v 1.2 2007/07/19 08:02:26 cryos Exp $ inherit elisp-common toolchain-funcs eutils versionator qt3 @@ -10,7 +10,7 @@ SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 1-2)/${P}.tar LICENSE="CMake" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="emacs vim-syntax" DEPEND="emacs? ( virtual/emacs ) |