diff options
author | 2012-09-24 11:44:40 +0000 | |
---|---|---|
committer | 2012-09-24 11:44:40 +0000 | |
commit | 1ce301411924c41d75452f8f153bbb43c6d69429 (patch) | |
tree | 4ce1e4c20f1aafeb5d73b30cccc3f558313073ff /dev-util/cmake/cmake-2.8.9.ebuild | |
parent | Stable for amd64, wrt bug #435666 (diff) | |
download | gentoo-2-1ce301411924c41d75452f8f153bbb43c6d69429.tar.gz gentoo-2-1ce301411924c41d75452f8f153bbb43c6d69429.tar.bz2 gentoo-2-1ce301411924c41d75452f8f153bbb43c6d69429.zip |
Stable for amd64, wrt bug #435730
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/cmake/cmake-2.8.9.ebuild')
-rw-r--r-- | dev-util/cmake/cmake-2.8.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cmake/cmake-2.8.9.ebuild b/dev-util/cmake/cmake-2.8.9.ebuild index 2f2337031ef1..674e7db62daa 100644 --- a/dev-util/cmake/cmake-2.8.9.ebuild +++ b/dev-util/cmake/cmake-2.8.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.9.ebuild,v 1.4 2012/09/24 11:35:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.9.ebuild,v 1.5 2012/09/24 11:44:40 ago Exp $ EAPI=4 @@ -14,7 +14,7 @@ HOMEPAGE="http://www.cmake.org/" SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 1-2)/${MY_P}.tar.gz" LICENSE="CMake" -KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="emacs ncurses qt4 vim-syntax" |