aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-misc/sfst/sfst-1.2.ebuild')
-rw-r--r--sci-misc/sfst/sfst-1.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-misc/sfst/sfst-1.2.ebuild b/sci-misc/sfst/sfst-1.2.ebuild
index 7a41d33a2..8ea3ac5db 100644
--- a/sci-misc/sfst/sfst-1.2.ebuild
+++ b/sci-misc/sfst/sfst-1.2.ebuild
@@ -15,7 +15,7 @@ emacs? ( http://www.cis.uni-muenchen.de/~wastl/emacs/sfst.el )"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~amd64"
IUSE="vim-syntax emacs"
DEPEND="sys-libs/readline
@@ -32,6 +32,7 @@ src_unpack() {
# settings in makefile are a bit hacky
sed -i -e "s/^CFLAGS = -O3/CFLAGS = ${CFLAGS}/g" \
-e "s/local//g" \
+ -e 's/strip/echo strip removed: /g' \
"${S}"/src/Makefile || die "sed failed"
cd "${S}"
if use emacs ; then