diff options
author | Matt Turner <mattst88@gentoo.org> | 2014-01-03 04:15:48 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2014-01-03 04:15:48 +0000 |
commit | 0bc14a8e63391e9626e9756748ac0cb7f146cf64 (patch) | |
tree | 97ef48cabdd7bb0e550ada6254c68cf59d44d887 /dev-util | |
parent | Version bump. (diff) | |
download | gentoo-2-0bc14a8e63391e9626e9756748ac0cb7f146cf64.tar.gz gentoo-2-0bc14a8e63391e9626e9756748ac0cb7f146cf64.tar.bz2 gentoo-2-0bc14a8e63391e9626e9756748ac0cb7f146cf64.zip |
alpha stable, bug 488586.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cmake/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/cmake/cmake-2.8.11.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/cmake/ChangeLog b/dev-util/cmake/ChangeLog index c0099ab6a608..1f38d98f56a6 100644 --- a/dev-util/cmake/ChangeLog +++ b/dev-util/cmake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cmake -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.265 2013/12/15 00:16:15 johu Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.266 2014/01/03 04:15:48 mattst88 Exp $ + + 03 Jan 2014; Matt Turner <mattst88@gentoo.org> cmake-2.8.11.2.ebuild: + alpha stable, bug 488586. *cmake-2.8.12.1-r2 (14 Dec 2013) diff --git a/dev-util/cmake/cmake-2.8.11.2.ebuild b/dev-util/cmake/cmake-2.8.11.2.ebuild index 2752ee4dd033..9d2c3f60d5b7 100644 --- a/dev-util/cmake/cmake-2.8.11.2.ebuild +++ b/dev-util/cmake/cmake-2.8.11.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.11.2.ebuild,v 1.6 2013/11/30 15:13:15 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.11.2.ebuild,v 1.7 2014/01/03 04:15:48 mattst88 Exp $ EAPI=5 @@ -15,7 +15,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 ~arm-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 ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="emacs ncurses qt4 qt5 vim-syntax" |