summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Gardner <je_fro@gentoo.org>2007-10-21 04:49:12 +0000
committerJeffrey Gardner <je_fro@gentoo.org>2007-10-21 04:49:12 +0000
commit32931d0cac9a596be944afcfd9237dbbb190a57a (patch)
tree8aab802e1dffe4f39fa3948ab416df522fc4b332 /sci-biology/muscle
parentBumping to latest version which contains several new features. (diff)
downloadgentoo-2-32931d0cac9a596be944afcfd9237dbbb190a57a.tar.gz
gentoo-2-32931d0cac9a596be944afcfd9237dbbb190a57a.tar.bz2
gentoo-2-32931d0cac9a596be944afcfd9237dbbb190a57a.zip
Adding ~amd64 and ~ppc for seaview.
(Portage version: 2.1.3.15)
Diffstat (limited to 'sci-biology/muscle')
-rw-r--r--sci-biology/muscle/ChangeLog7
-rw-r--r--sci-biology/muscle/muscle-3.6.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/sci-biology/muscle/ChangeLog b/sci-biology/muscle/ChangeLog
index 2cf614a34020..e3c9fa19d68e 100644
--- a/sci-biology/muscle/ChangeLog
+++ b/sci-biology/muscle/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/muscle
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/muscle/ChangeLog,v 1.4 2006/10/01 17:38:34 dberkholz Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/muscle/ChangeLog,v 1.5 2007/10/21 04:49:12 je_fro Exp $
+
+ 21 Oct 2007; <jeff@gentoo.org> muscle-3.6.ebuild:
+ Adding ~amd64 and ~ppc for seaview
01 Oct 2006; Donnie Berkholz <dberkholz@gentoo.org>; metadata.xml:
Remove myself as maintainer so it goes to all of the sci-biology team.
diff --git a/sci-biology/muscle/muscle-3.6.ebuild b/sci-biology/muscle/muscle-3.6.ebuild
index fc757bb60574..483cf0e8e1c2 100644
--- a/sci-biology/muscle/muscle-3.6.ebuild
+++ b/sci-biology/muscle/muscle-3.6.ebuild
@@ -1,6 +1,6 @@
-# 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/sci-biology/muscle/muscle-3.6.ebuild,v 1.2 2006/08/20 23:04:18 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/muscle/muscle-3.6.ebuild,v 1.3 2007/10/21 04:49:12 je_fro Exp $
inherit toolchain-funcs
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.drive5.com/muscle/"
SRC_URI="http://www.drive5.com/muscle/downloads${PV}/${MY_P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="x86 ~amd64 ~ppc"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
@@ -20,10 +20,10 @@ src_unpack() {
unpack ${A}
sed -i \
"s:-static::g" \
- ${S}/Makefile
+ "${S}/Makefile"
sed -i \
"/strip/d" \
- ${S}/Makefile
+ "${S}/Makefile"
}
src_compile() {