diff options
author | Jason Wever <weeve@gentoo.org> | 2006-04-29 02:43:56 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-04-29 02:43:56 +0000 |
commit | a93e5823cbf2d5d57083d975f40215f7fc85cf32 (patch) | |
tree | c0b25560118cf8b8684dadd52196df6d2772554b /dev-util/cmake/cmake-2.0.6-r1.ebuild | |
parent | Stable on SPARC. (diff) | |
download | gentoo-2-a93e5823cbf2d5d57083d975f40215f7fc85cf32.tar.gz gentoo-2-a93e5823cbf2d5d57083d975f40215f7fc85cf32.tar.bz2 gentoo-2-a93e5823cbf2d5d57083d975f40215f7fc85cf32.zip |
Stable on SPARC.
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'dev-util/cmake/cmake-2.0.6-r1.ebuild')
-rw-r--r-- | dev-util/cmake/cmake-2.0.6-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/cmake/cmake-2.0.6-r1.ebuild b/dev-util/cmake/cmake-2.0.6-r1.ebuild index cc685c284c2a..c3770abbab55 100644 --- a/dev-util/cmake/cmake-2.0.6-r1.ebuild +++ b/dev-util/cmake/cmake-2.0.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.0.6-r1.ebuild,v 1.3 2005/10/02 00:23:33 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.0.6-r1.ebuild,v 1.4 2006/04/29 02:43:56 weeve Exp $ inherit debug flag-o-matic toolchain-funcs eutils @@ -12,7 +12,7 @@ SRC_URI="http://www.cmake.org/files/v${SHORT_PV}/${P}.tar.gz" LICENSE="CMake" SLOT="0" -KEYWORDS="alpha ~amd64 ia64 ~mips ppc ~sparc x86" +KEYWORDS="alpha ~amd64 ia64 ~mips ppc sparc x86" IUSE="" DEPEND="virtual/libc" |