diff options
author | 2006-12-08 01:09:52 +0000 | |
---|---|---|
committer | 2006-12-08 01:09:52 +0000 | |
commit | 2f03b0c351b4b10b01140c6931dd04e93e195495 (patch) | |
tree | fbdf72cc93d1a834d4aa90ea9561d2f93dbeabf2 /dev-util/cmake | |
parent | Version bump, -r1 so that overlay users upgrade too. Tweaked deps, added juni... (diff) | |
download | gentoo-2-2f03b0c351b4b10b01140c6931dd04e93e195495.tar.gz gentoo-2-2f03b0c351b4b10b01140c6931dd04e93e195495.tar.bz2 gentoo-2-2f03b0c351b4b10b01140c6931dd04e93e195495.zip |
Stable for HPPA (bug #155307).
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-util/cmake')
-rw-r--r-- | dev-util/cmake/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cmake/cmake-2.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cmake/ChangeLog b/dev-util/cmake/ChangeLog index 70175142bb31..9698952a910c 100644 --- a/dev-util/cmake/ChangeLog +++ b/dev-util/cmake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cmake # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.47 2006/12/06 17:50:46 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.48 2006/12/08 01:09:52 jer Exp $ + + 08 Dec 2006; Jeroen Roovers <jer@gentoo.org> cmake-2.4.3.ebuild: + Stable for HPPA (bug #155307). 06 Dec 2006; Bryan Østergaard <kloeri@gentoo.org> cmake-2.4.3.ebuild: Stable on Alpha. diff --git a/dev-util/cmake/cmake-2.4.3.ebuild b/dev-util/cmake/cmake-2.4.3.ebuild index e27c24fc89fd..ca5f7d50a76e 100644 --- a/dev-util/cmake/cmake-2.4.3.ebuild +++ b/dev-util/cmake/cmake-2.4.3.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.4.3.ebuild,v 1.8 2006/12/06 17:50:46 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.4.3.ebuild,v 1.9 2006/12/08 01:09:52 jer Exp $ inherit toolchain-funcs eutils versionator @@ -10,7 +10,7 @@ SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 1-2)/${P}.tar LICENSE="CMake" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" src_compile() { |