diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-11-29 18:01:05 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-11-29 18:01:05 +0000 |
commit | 97aff349ce4aaa2a6419cbc5aedf955483c1be0c (patch) | |
tree | 5bd4ee9dac47b75a4484cbaf436cc18b54ab11f7 /dev-util/cmake | |
parent | Add ~sparc (diff) | |
download | gentoo-2-97aff349ce4aaa2a6419cbc5aedf955483c1be0c.tar.gz gentoo-2-97aff349ce4aaa2a6419cbc5aedf955483c1be0c.tar.bz2 gentoo-2-97aff349ce4aaa2a6419cbc5aedf955483c1be0c.zip |
Update deps so the tests are not failing, and features are not missing. Per bug #295070.
(Portage version: 2.2_rc53/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/cmake')
-rw-r--r-- | dev-util/cmake/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/cmake/cmake-2.8.0.ebuild | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/dev-util/cmake/ChangeLog b/dev-util/cmake/ChangeLog index e7b8963c903f..b39ed6191788 100644 --- a/dev-util/cmake/ChangeLog +++ b/dev-util/cmake/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/cmake # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.121 2009/11/24 15:59:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.122 2009/11/29 18:01:05 scarabeus Exp $ + + 29 Nov 2009; Tomáš Chvátal <scarabeus@gentoo.org> cmake-2.8.0.ebuild: + Update deps so the tests are not failing, and features are not missing. + Per bug #295070. 24 Nov 2009; Raúl Porcel <armin76@gentoo.org> cmake-2.6.4-r3.ebuild: ia64/s390/sh/sparc stable wrt #290723 diff --git a/dev-util/cmake/cmake-2.8.0.ebuild b/dev-util/cmake/cmake-2.8.0.ebuild index 6b1457ae5044..8dcbb9b604ae 100644 --- a/dev-util/cmake/cmake-2.8.0.ebuild +++ b/dev-util/cmake/cmake-2.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.0.ebuild,v 1.1 2009/11/14 01:01:37 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.0.ebuild,v 1.2 2009/11/29 18:01:05 scarabeus Exp $ EAPI="2" @@ -18,7 +18,11 @@ SLOT="0" IUSE="emacs qt4 vim-syntax" DEPEND=" - >=net-misc/curl-7.16.4 + || ( + >=net-misc/curl-7.16.7[gnutls] + >=net-misc/curl-7.16.7[nss] + >=net-misc/curl-7.16.7[openssl] + ) >=dev-libs/expat-2.0.1 >=dev-libs/libxml2-2.6.28 >=dev-libs/xmlrpc-c-1.06.27[curl] |