diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-28 08:13:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-28 08:13:10 +0000 |
commit | 6f958a29be60f28a0e0bcb70ee93f1be553e2312 (patch) | |
tree | 5880cbce87fe47e2c6ff29430cdc44e1b7aac074 /dev-util | |
parent | Stable on alpha as per bug #148013 (diff) | |
download | gentoo-2-6f958a29be60f28a0e0bcb70ee93f1be553e2312.tar.gz gentoo-2-6f958a29be60f28a0e0bcb70ee93f1be553e2312.tar.bz2 gentoo-2-6f958a29be60f28a0e0bcb70ee93f1be553e2312.zip |
we handle stripping #148437
(Portage version: 2.1.2_pre1-r1)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/w32api/w32api-3.7.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/w32api/w32api-3.7.ebuild b/dev-util/w32api/w32api-3.7.ebuild index 5a200bba4dee..280619dd4a8b 100644 --- a/dev-util/w32api/w32api-3.7.ebuild +++ b/dev-util/w32api/w32api-3.7.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/dev-util/w32api/w32api-3.7.ebuild,v 1.4 2006/09/26 06:18:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/w32api/w32api-3.7.ebuild,v 1.5 2006/09/28 08:13:10 vapier Exp $ export CBUILD=${CBUILD:-${CHOST}} export CTARGET=${CTARGET:-${CHOST}} @@ -20,6 +20,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" +RESTRICT="strip" DEPEND="" |