diff options
author | Bret Curtis <psi29a@gentoo.org> | 2006-07-21 02:25:45 +0000 |
---|---|---|
committer | Bret Curtis <psi29a@gentoo.org> | 2006-07-21 02:25:45 +0000 |
commit | 52a58459e57758084d4457c536f71793bdb5540f (patch) | |
tree | fac14e71d481192c9a9002e1f20f3ef6881c0e72 /dev-util/cmake/cmake-2.0.6-r1.ebuild | |
parent | Revision bump to use new Java system. (diff) | |
download | gentoo-2-52a58459e57758084d4457c536f71793bdb5540f.tar.gz gentoo-2-52a58459e57758084d4457c536f71793bdb5540f.tar.bz2 gentoo-2-52a58459e57758084d4457c536f71793bdb5540f.zip |
stable on mips
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-util/cmake/cmake-2.0.6-r1.ebuild')
-rw-r--r-- | dev-util/cmake/cmake-2.0.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cmake/cmake-2.0.6-r1.ebuild b/dev-util/cmake/cmake-2.0.6-r1.ebuild index c3770abbab55..09b4aecf593d 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-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.4 2006/04/29 02:43:56 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.0.6-r1.ebuild,v 1.5 2006/07/21 02:25:45 psi29a 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" |