diff options
author | Jon Nall <nall@gentoo.org> | 2002-11-21 00:31:50 +0000 |
---|---|---|
committer | Jon Nall <nall@gentoo.org> | 2002-11-21 00:31:50 +0000 |
commit | 25fdb8cf1ae3d2d12dfae09448bbd629532987cf (patch) | |
tree | 6bd1efc88d6b23c206f4c67e6b80a5c2fca5a0f4 /app-arch/stuffit/stuffit-5.2.0.611.ebuild | |
parent | added patch (bug #10976) (diff) | |
download | gentoo-2-25fdb8cf1ae3d2d12dfae09448bbd629532987cf.tar.gz gentoo-2-25fdb8cf1ae3d2d12dfae09448bbd629532987cf.tar.bz2 gentoo-2-25fdb8cf1ae3d2d12dfae09448bbd629532987cf.zip |
fixed commented RESTRICT
Diffstat (limited to 'app-arch/stuffit/stuffit-5.2.0.611.ebuild')
-rw-r--r-- | app-arch/stuffit/stuffit-5.2.0.611.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/stuffit/stuffit-5.2.0.611.ebuild b/app-arch/stuffit/stuffit-5.2.0.611.ebuild index b0cab32ee698..d0e961c70994 100644 --- a/app-arch/stuffit/stuffit-5.2.0.611.ebuild +++ b/app-arch/stuffit/stuffit-5.2.0.611.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/stuffit/stuffit-5.2.0.611.ebuild,v 1.1 2002/10/30 02:22:38 nall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/stuffit/stuffit-5.2.0.611.ebuild,v 1.2 2002/11/21 00:31:50 nall Exp $ MY_P="stuffit520.611linux-i386" DESCRIPTION="Aladdin Software's StuffIt and StuffIt Expander" @@ -16,7 +16,7 @@ RDEPEND="" S=${WORKDIR} INSTALLDIR="/opt/stuffit" -#RESTRICT="fetch nostrip" +RESTRICT="fetch nostrip" pkg_setup() { if [ ${ARCH} != "x86" ] ; then |