summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2008-02-07 14:52:58 +0000
committerFabian Groffen <grobian@gentoo.org>2008-02-07 14:52:58 +0000
commit74c75bd4cee09b3011b011c4546cbc7e7a337462 (patch)
tree65360e116a53066112a1caaab928108baca98920 /sci-biology
parentDropped ppc-macos keyword, see you in prefix (diff)
downloadgentoo-2-74c75bd4cee09b3011b011c4546cbc7e7a337462.tar.gz
gentoo-2-74c75bd4cee09b3011b011c4546cbc7e7a337462.tar.bz2
gentoo-2-74c75bd4cee09b3011b011c4546cbc7e7a337462.zip
Drop ppc-macos conditional; bye bye ppc-macos
(Portage version: 2.1.3.19)
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/primer3/primer3-1.0.0.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/sci-biology/primer3/primer3-1.0.0.ebuild b/sci-biology/primer3/primer3-1.0.0.ebuild
index 5887889f4ac0..137627bf9d84 100644
--- a/sci-biology/primer3/primer3-1.0.0.ebuild
+++ b/sci-biology/primer3/primer3-1.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/primer3/primer3-1.0.0.ebuild,v 1.12 2007/06/28 14:36:23 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/primer3/primer3-1.0.0.ebuild,v 1.13 2008/02/07 14:52:58 grobian Exp $
DESCRIPTION="Design primers for PCR reactions."
HOMEPAGE="http://primer3.sourceforge.net/"
@@ -19,10 +19,6 @@ S=${WORKDIR}/${PN}_${PV}/src
src_unpack() {
unpack ${A}
- if use ppc-macos; then
- cd ${S}
- sed -e "s:LIBOPTS ='-static':LIBOPTS =:" -i Makefile || die
- fi
}
src_compile() {