diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2014-02-26 22:38:30 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2014-02-26 22:38:30 +0000 |
commit | 4d0818909b475a0f5d85b16822f681373c8bf679 (patch) | |
tree | 004b93df4159c852dcfd492c0ad10aebacaec085 /sci-libs/scotch | |
parent | Old. (diff) | |
download | gentoo-2-4d0818909b475a0f5d85b16822f681373c8bf679.tar.gz gentoo-2-4d0818909b475a0f5d85b16822f681373c8bf679.tar.bz2 gentoo-2-4d0818909b475a0f5d85b16822f681373c8bf679.zip |
Fixed typo thanks Bernhard Dunkl bug #502410
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-libs/scotch')
-rw-r--r-- | sci-libs/scotch/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/scotch/scotch-6.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/scotch/ChangeLog b/sci-libs/scotch/ChangeLog index 89a9a80557c0..b1d99a5f1a53 100644 --- a/sci-libs/scotch/ChangeLog +++ b/sci-libs/scotch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/scotch # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/scotch/ChangeLog,v 1.16 2014/02/03 23:44:02 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scotch/ChangeLog,v 1.17 2014/02/26 22:38:30 bicatali Exp $ + + 26 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> scotch-6.0.0.ebuild: + Fixed typo thanks Bernhard Dunkl bug #502410 03 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> scotch-6.0.0.ebuild: Fixed bug #499168, thanks jer and getryx, add sub-slot diff --git a/sci-libs/scotch/scotch-6.0.0.ebuild b/sci-libs/scotch/scotch-6.0.0.ebuild index b05d56867d13..c6212c9b930b 100644 --- a/sci-libs/scotch/scotch-6.0.0.ebuild +++ b/sci-libs/scotch/scotch-6.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/scotch/scotch-6.0.0.ebuild,v 1.5 2014/02/03 23:44:02 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scotch/scotch-6.0.0.ebuild,v 1.6 2014/02/26 22:38:30 bicatali Exp $ EAPI=5 @@ -59,7 +59,7 @@ src_prepare() { else append-cflags "-DSCOTCH_PTHREAD_NUMBER=1" sed -i \ - -e e 's/ -DSCOTCH_PTHREAD//' \ + -e 's/ -DSCOTCH_PTHREAD//' \ src/Make.inc/Makefile.inc.i686_pc_linux3 || die fi sed -e "s/gcc/$(tc-getCC)/" \ |