diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 13:40:23 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 13:40:23 +0000 |
commit | 252438a4a3c07cbc019952a2308f5971549c2aef (patch) | |
tree | c6d3e58b0ca046ce1c517e5530dd6f46df0d8be0 /app-arch/upx/upx-1.25.ebuild | |
parent | alpha stable wrt #175465 (diff) | |
download | gentoo-2-252438a4a3c07cbc019952a2308f5971549c2aef.tar.gz gentoo-2-252438a4a3c07cbc019952a2308f5971549c2aef.tar.bz2 gentoo-2-252438a4a3c07cbc019952a2308f5971549c2aef.zip |
(QA) RESTRICT clean up.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'app-arch/upx/upx-1.25.ebuild')
-rw-r--r-- | app-arch/upx/upx-1.25.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/upx/upx-1.25.ebuild b/app-arch/upx/upx-1.25.ebuild index 550259c5de58..2086c2353297 100644 --- a/app-arch/upx/upx-1.25.ebuild +++ b/app-arch/upx/upx-1.25.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/upx/upx-1.25.ebuild,v 1.4 2005/09/12 02:58:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/upx/upx-1.25.ebuild,v 1.5 2007/07/02 13:40:23 peper Exp $ S=${WORKDIR}/${P}-linux DESCRIPTION="Ultimate Packer for eXecutables" @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="s390 x86" IUSE="" -RESTRICT="nostrip" +RESTRICT="strip" DEPEND="!app-arch/upx-ucl" |