diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-05-12 17:16:49 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-05-12 17:16:49 +0000 |
commit | 557528ff1bc685b74bc7763ceacca0733b4b5b0d (patch) | |
tree | 30ba4c9df6025cb46024a5f316c08fb031c807ce /dev-util/cmake/cmake-2.0.6.ebuild | |
parent | 0.52.0 stable on amd64 and x86, fixes #92360 . did some cleanup. (diff) | |
download | historical-557528ff1bc685b74bc7763ceacca0733b4b5b0d.tar.gz historical-557528ff1bc685b74bc7763ceacca0733b4b5b0d.tar.bz2 historical-557528ff1bc685b74bc7763ceacca0733b4b5b0d.zip |
add ~ia64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-util/cmake/cmake-2.0.6.ebuild')
-rw-r--r-- | dev-util/cmake/cmake-2.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cmake/cmake-2.0.6.ebuild b/dev-util/cmake/cmake-2.0.6.ebuild index d03ef9c6a0be..5b3bd9e48f3d 100644 --- a/dev-util/cmake/cmake-2.0.6.ebuild +++ b/dev-util/cmake/cmake-2.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.ebuild,v 1.1 2005/04/21 12:47:14 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.0.6.ebuild,v 1.2 2005/05/12 17:16:49 agriffis Exp $ inherit debug flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="http://www.cmake.org/files/v${SHORT_PV}/${P}.tar.gz" LICENSE="CMake" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~ia64" IUSE="" DEPEND="virtual/libc" |