summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-09 01:41:30 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-09 01:41:30 +0000
commit6dd8148f2c6ec837ac254b00038a540ff0082c10 (patch)
treeb92be4f72cbbfb732d34df61ed71bfa4c9fb5608 /app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-2.3.ebuild
parentStable on alpha wrt sec bug #123038 (diff)
downloadhistorical-6dd8148f2c6ec837ac254b00038a540ff0082c10.tar.gz
historical-6dd8148f2c6ec837ac254b00038a540ff0082c10.tar.bz2
historical-6dd8148f2c6ec837ac254b00038a540ff0082c10.zip
Add strip restriction, as the binaries are already stripped.
Package-Manager: portage-2.1_pre5-r4
Diffstat (limited to 'app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-2.3.ebuild')
-rw-r--r--app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-2.3.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-2.3.ebuild b/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-2.3.ebuild
index 82db859b9d04..7e20fb1885bf 100644
--- a/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-2.3.ebuild
+++ b/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-2.3.ebuild,v 1.2 2006/01/05 21:58:23 herbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-2.3.ebuild,v 1.3 2006/03/09 01:40:08 flameeyes Exp $
DESCRIPTION="32bit SDL emulation for amd64"
SRC_URI="mirror://gentoo/${P}.tar.bz2
@@ -16,6 +16,8 @@ DEPEND="virtual/libc
>=app-emulation/emul-linux-x86-soundlibs-2.0
>=app-emulation/emul-linux-x86-xlibs-2.0"
+RESTRICT="strip"
+
src_install() {
cp -RPvf ${WORKDIR}/* ${D}/
}