diff options
author | Ned Ludd <solar@gentoo.org> | 2003-11-28 23:09:24 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2003-11-28 23:09:24 +0000 |
commit | 8939ebaaafe7bf0fb388836a4c4924c9001df6c1 (patch) | |
tree | 551108de3e53bc84c1df6428e35e6ed6d5225e2e /app-admin/paxtest/paxtest-0.9.5-r1.ebuild | |
parent | pax flags are not stripsafe so we added nostrip restriction (diff) | |
download | gentoo-2-8939ebaaafe7bf0fb388836a4c4924c9001df6c1.tar.gz gentoo-2-8939ebaaafe7bf0fb388836a4c4924c9001df6c1.tar.bz2 gentoo-2-8939ebaaafe7bf0fb388836a4c4924c9001df6c1.zip |
pax flags are not stripsafe so we added nostrip restriction
Diffstat (limited to 'app-admin/paxtest/paxtest-0.9.5-r1.ebuild')
-rw-r--r-- | app-admin/paxtest/paxtest-0.9.5-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-admin/paxtest/paxtest-0.9.5-r1.ebuild b/app-admin/paxtest/paxtest-0.9.5-r1.ebuild index 6083aee7bf5c..3b0a51b9bd3e 100644 --- a/app-admin/paxtest/paxtest-0.9.5-r1.ebuild +++ b/app-admin/paxtest/paxtest-0.9.5-r1.ebuild @@ -1,6 +1,9 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/paxtest-0.9.5-r1.ebuild,v 1.1 2003/11/28 22:14:47 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/paxtest-0.9.5-r1.ebuild,v 1.2 2003/11/28 23:09:21 solar Exp $ + +# pax flags are not strip safe. +RESTRICT="nostrip" S=${WORKDIR}/${P} |