summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2005-01-28 01:32:07 +0000
committerOlivier Fisette <ribosome@gentoo.org>2005-01-28 01:32:07 +0000
commit8a1a4751eb6356fc79c97d82c76a36f62ce4b8d5 (patch)
tree2ed4ced4b6e1cc9e7638019d93c55719b8f40791 /sci-biology/elph/elph-0.1.5.ebuild
parentRevbump to fix esfq and wrr patches to work with the new version. This close... (diff)
downloadgentoo-2-8a1a4751eb6356fc79c97d82c76a36f62ce4b8d5.tar.gz
gentoo-2-8a1a4751eb6356fc79c97d82c76a36f62ce4b8d5.tar.bz2
gentoo-2-8a1a4751eb6356fc79c97d82c76a36f62ce4b8d5.zip
Ebuild clean-up
(Portage version: 2.0.51-r14)
Diffstat (limited to 'sci-biology/elph/elph-0.1.5.ebuild')
-rw-r--r--sci-biology/elph/elph-0.1.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/elph/elph-0.1.5.ebuild b/sci-biology/elph/elph-0.1.5.ebuild
index c2a099ccba0c..6b3582f1954c 100644
--- a/sci-biology/elph/elph-0.1.5.ebuild
+++ b/sci-biology/elph/elph-0.1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/elph/elph-0.1.5.ebuild,v 1.2 2005/01/28 01:24:36 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/elph/elph-0.1.5.ebuild,v 1.3 2005/01/28 01:32:07 ribosome Exp $
inherit eutils toolchain-funcs
@@ -22,7 +22,7 @@ src_unpack() {
sed -i -e "s/CC := g++/CC := $(tc-getCXX)/" \
-e "s/-fno-exceptions -fno-rtti -D_REENTRANT -g/${CXXFLAGS}/" \
-e "s/LINKER := g++/LINKER := $(tc-getCXX)/" \
- Makefile
+ Makefile || die
}
src_compile() {