diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-02-22 15:05:02 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-02-22 15:05:02 +0000 |
commit | bd776fbbaedff4f68eab15765c2854e3d3b47846 (patch) | |
tree | 1d78b7a5f79242982e2f20cc60ea668189595b87 /dev-util/cmake/cmake-2.6.2-r1.ebuild | |
parent | Proper use dependencies. Desktop file fix. (diff) | |
download | gentoo-2-bd776fbbaedff4f68eab15765c2854e3d3b47846.tar.gz gentoo-2-bd776fbbaedff4f68eab15765c2854e3d3b47846.tar.bz2 gentoo-2-bd776fbbaedff4f68eab15765c2854e3d3b47846.zip |
Stable on alpha, bug #259741
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/cmake/cmake-2.6.2-r1.ebuild')
-rw-r--r-- | dev-util/cmake/cmake-2.6.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cmake/cmake-2.6.2-r1.ebuild b/dev-util/cmake/cmake-2.6.2-r1.ebuild index 9357c7265b3b..2368c1c78aa9 100644 --- a/dev-util/cmake/cmake-2.6.2-r1.ebuild +++ b/dev-util/cmake/cmake-2.6.2-r1.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.2-r1.ebuild,v 1.4 2009/02/20 23:25:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.6.2-r1.ebuild,v 1.5 2009/02/22 15:05:02 klausman Exp $ EAPI="2" @@ -15,7 +15,7 @@ SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 1-2)/${MY_P}. LICENSE="CMake" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="emacs qt4 vim-syntax" DEPEND=">=net-misc/curl-7.16.4 |