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 | d3def6149f6cd68b8168266881808ef38cad6af6 (patch) | |
tree | c69dd8670d6954c6805b758ee606e550f4321ade /app-admin/paxtest | |
parent | pax flags are not stripsafe so we added nostrip restriction (diff) | |
download | historical-d3def6149f6cd68b8168266881808ef38cad6af6.tar.gz historical-d3def6149f6cd68b8168266881808ef38cad6af6.tar.bz2 historical-d3def6149f6cd68b8168266881808ef38cad6af6.zip |
pax flags are not stripsafe so we added nostrip restriction
Diffstat (limited to 'app-admin/paxtest')
-rw-r--r-- | app-admin/paxtest/Manifest | 4 | ||||
-rw-r--r-- | app-admin/paxtest/paxtest-0.9.5-r1.ebuild | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/paxtest/Manifest b/app-admin/paxtest/Manifest index 5d2f60f397a2..fa660b1cefc0 100644 --- a/app-admin/paxtest/Manifest +++ b/app-admin/paxtest/Manifest @@ -1,7 +1,7 @@ MD5 9c3ac1379620120fbd744ce753b30ab5 metadata.xml 1075 -MD5 c5eb0c158805f973660066c5cf765745 ChangeLog 1569 +MD5 90513bf87603cb830a811945b17527b4 ChangeLog 1569 MD5 1959e5b475e75b71d902fbdf69157f79 paxtest-0.9.5.ebuild 847 -MD5 36fb21a30b10f5e0a318102593080a11 paxtest-0.9.5-r1.ebuild 942 +MD5 ec63c003c60452472e107b16dafd5652 paxtest-0.9.5-r1.ebuild 942 MD5 d2c0f3f930cc073ecca57b22266fc4af files/digest-paxtest-0.9.5 64 MD5 424438ef95656aae91eb2f6c53c663d9 files/paxtest-0.9.5.1.diff 2369 MD5 d2c0f3f930cc073ecca57b22266fc4af files/digest-paxtest-0.9.5-r1 64 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} |