diff options
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" |