summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-05-19 16:42:13 +0000
committerTorsten Veller <tove@gentoo.org>2010-05-19 16:42:13 +0000
commitd42fda76c1af0f52794568394968fb78dd5f3353 (patch)
tree53d941b78fbde7e9ba192287999c699eb488cbc8 /app-misc
parentVersion bump. (diff)
downloadgentoo-2-d42fda76c1af0f52794568394968fb78dd5f3353.tar.gz
gentoo-2-d42fda76c1af0f52794568394968fb78dd5f3353.tar.bz2
gentoo-2-d42fda76c1af0f52794568394968fb78dd5f3353.zip
Don't strip wyrd (#320005)
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-misc')
-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"