diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-04 22:32:38 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-04 22:32:38 +0000 |
commit | 2544f9f2083e253aa022e6e77f123d5d1ebef9da (patch) | |
tree | 4d506c6977530535325fe2ce9ad8467b96ce2dd3 /dev-util/cmake | |
parent | Fix broken compilation on glibc-2.5 , second try (bug #159896 comment #19) (diff) | |
download | gentoo-2-2544f9f2083e253aa022e6e77f123d5d1ebef9da.tar.gz gentoo-2-2544f9f2083e253aa022e6e77f123d5d1ebef9da.tar.bz2 gentoo-2-2544f9f2083e253aa022e6e77f123d5d1ebef9da.zip |
Get rid of debug.eclass usage.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'dev-util/cmake')
-rw-r--r-- | dev-util/cmake/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/cmake/cmake-2.0.6-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/cmake/ChangeLog b/dev-util/cmake/ChangeLog index fb02f46c2e6d..67d59f33cf7a 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.50 2006/12/16 18:34:45 genstef Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.51 2007/01/04 22:32:38 flameeyes Exp $ + + 04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> cmake-2.0.6-r1.ebuild: + Get rid of debug.eclass usage. 16 Dec 2006; Stefan Schweizer <genstef@gentoo.org> cmake-2.4.5.ebuild: inherit qt3 to avoid sandbox violations thanks to Johannes Hirte diff --git a/dev-util/cmake/cmake-2.0.6-r1.ebuild b/dev-util/cmake/cmake-2.0.6-r1.ebuild index 400425700a7f..408bd047807b 100644 --- a/dev-util/cmake/cmake-2.0.6-r1.ebuild +++ b/dev-util/cmake/cmake-2.0.6-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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-r1.ebuild,v 1.7 2006/12/13 21:18:38 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.0.6-r1.ebuild,v 1.8 2007/01/04 22:32:38 flameeyes Exp $ -inherit debug flag-o-matic toolchain-funcs eutils +inherit flag-o-matic toolchain-funcs eutils SHORT_PV=2.0 |