diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-07-03 08:18:45 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-07-03 08:18:45 +0000 |
commit | 0c6189eb3ed4ace74ed02a619a9b1b19e773ed3b (patch) | |
tree | 086135a7dbc538addae0672f7a20c7a8c32a1764 /sci-libs | |
parent | stable x86, security bug 308047 (diff) | |
download | gentoo-2-0c6189eb3ed4ace74ed02a619a9b1b19e773ed3b.tar.gz gentoo-2-0c6189eb3ed4ace74ed02a619a9b1b19e773ed3b.tar.bz2 gentoo-2-0c6189eb3ed4ace74ed02a619a9b1b19e773ed3b.zip |
Remove spaming during emerge
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/cbflib/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/cbflib/cbflib-0.9.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/cbflib/ChangeLog b/sci-libs/cbflib/ChangeLog index a3f3bf3907e8..4e15ea4d226c 100644 --- a/sci-libs/cbflib/ChangeLog +++ b/sci-libs/cbflib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/cbflib # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v 1.9 2010/06/28 22:41:23 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v 1.10 2010/07/03 08:18:45 jlec Exp $ + + 03 Jul 2010; Justin Lecher <jlec@gentoo.org> cbflib-0.9.0.ebuild: + Remove spaming during emerge 28 Jun 2010; Christoph Mende <angelos@gentoo.org> cbflib-0.9.0.ebuild: Stable on amd64 wrt bug #326035 diff --git a/sci-libs/cbflib/cbflib-0.9.0.ebuild b/sci-libs/cbflib/cbflib-0.9.0.ebuild index f00233b7d6f3..8ad038af92fa 100644 --- a/sci-libs/cbflib/cbflib-0.9.0.ebuild +++ b/sci-libs/cbflib/cbflib-0.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.9.0.ebuild,v 1.2 2010/06/28 22:41:23 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.9.0.ebuild,v 1.3 2010/07/03 08:18:45 jlec Exp $ EAPI="3" @@ -29,7 +29,7 @@ IUSE="" S="${WORKDIR}/${MY_P1}" src_prepare(){ - rm -rvf Py* + rm -rf Py* epatch "${FILESDIR}"/${PV}-Makefile.patch cp Makefile_LINUX_gcc42 Makefile |