summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/wyrd/ChangeLog7
-rw-r--r--app-misc/wyrd/wyrd-1.4.4.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/app-misc/wyrd/ChangeLog b/app-misc/wyrd/ChangeLog
index ee291f6c593e..e487efd50a91 100644
--- a/app-misc/wyrd/ChangeLog
+++ b/app-misc/wyrd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/wyrd
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/ChangeLog,v 1.17 2008/10/26 19:09:28 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/ChangeLog,v 1.18 2010/05/19 16:42:13 tove Exp $
+
+ 19 May 2010; Torsten Veller <tove@gentoo.org> wyrd-1.4.4.ebuild:
+ Don't strip wyrd (#320005)
26 Oct 2008; Markus Meier <maekke@gentoo.org> wyrd-1.4.4.ebuild:
amd64/x86 stable, bug #244439
diff --git a/app-misc/wyrd/wyrd-1.4.4.ebuild b/app-misc/wyrd/wyrd-1.4.4.ebuild
index 16fbaab653dc..70d90e0c40f6 100644
--- a/app-misc/wyrd/wyrd-1.4.4.ebuild
+++ b/app-misc/wyrd/wyrd-1.4.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/wyrd-1.4.4.ebuild,v 1.3 2009/08/15 13:06:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/wyrd-1.4.4.ebuild,v 1.4 2010/05/19 16:42:13 tove Exp $
EAPI=2
@@ -24,6 +24,7 @@ src_configure() {
}
src_install() {
+ export STRIP_MASK="/usr/bin/wyrd"
emake DESTDIR="${D}" install || die "emake install failed"
dodoc ChangeLog || die "dodoc failed"
dohtml doc/manual.html || die "dohtml failed"