diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-07-09 18:36:20 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-07-09 18:36:20 +0000 |
commit | 7b24952191b940cadc3aff184e539f9556776ec5 (patch) | |
tree | 28bb96aec63ae0508c887aff670c7c2fca31b7c9 /sci-astronomy/msetimon | |
parent | #81788: version bump (yes, i know there is a higher version, but it does not ... (diff) | |
download | gentoo-2-7b24952191b940cadc3aff184e539f9556776ec5.tar.gz gentoo-2-7b24952191b940cadc3aff184e539f9556776ec5.tar.bz2 gentoo-2-7b24952191b940cadc3aff184e539f9556776ec5.zip |
#95599: fixed stripping problem
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sci-astronomy/msetimon')
-rw-r--r-- | sci-astronomy/msetimon/ChangeLog | 5 | ||||
-rw-r--r-- | sci-astronomy/msetimon/msetimon-2.78.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sci-astronomy/msetimon/ChangeLog b/sci-astronomy/msetimon/ChangeLog index 8689d96397c0..6d64c0add1ea 100644 --- a/sci-astronomy/msetimon/ChangeLog +++ b/sci-astronomy/msetimon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/msetimon # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/msetimon/ChangeLog,v 1.2 2005/07/09 18:34:47 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/msetimon/ChangeLog,v 1.3 2005/07/09 18:36:20 smithj Exp $ + + 09 Jul 2005; Jonathan Smith <smithj@gentoo.org> msetimon-2.78.ebuild: + #95599: fixed stripping problem *msetimon-2.53 (09 Jul 2005) diff --git a/sci-astronomy/msetimon/msetimon-2.78.ebuild b/sci-astronomy/msetimon/msetimon-2.78.ebuild index 80f6eb358054..8d829991319d 100644 --- a/sci-astronomy/msetimon/msetimon-2.78.ebuild +++ b/sci-astronomy/msetimon/msetimon-2.78.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/msetimon/msetimon-2.78.ebuild,v 1.2 2005/07/09 18:34:47 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/msetimon/msetimon-2.78.ebuild,v 1.3 2005/07/09 18:36:20 smithj Exp $ MY_P=${PN}-i386-linux-lib6c-${PV/./-} DESCRIPTION="A GUI utility for monitoring the SETI@Home client" @@ -15,6 +15,9 @@ IUSE="" DEPEND="virtual/x11" +# stupid binary-only package messes up when stripped +RESTRICT="nostrip" + S=${WORKDIR}/${MY_P} src_install () { |