diff options
author | Brandy Westcott <brandy@gentoo.org> | 2003-11-01 05:53:05 +0000 |
---|---|---|
committer | Brandy Westcott <brandy@gentoo.org> | 2003-11-01 05:53:05 +0000 |
commit | 7336cf2685a5f8c2d3a9a6f1af903f9227fb9f2c (patch) | |
tree | e764a881608341f313072517b3b6ff823c6282da /app-arch/upx/upx-1.24.ebuild | |
parent | Initial import. Closes bug #31493 (diff) | |
download | gentoo-2-7336cf2685a5f8c2d3a9a6f1af903f9227fb9f2c.tar.gz gentoo-2-7336cf2685a5f8c2d3a9a6f1af903f9227fb9f2c.tar.bz2 gentoo-2-7336cf2685a5f8c2d3a9a6f1af903f9227fb9f2c.zip |
Add a block for app-arch/upx-ucl.
Diffstat (limited to 'app-arch/upx/upx-1.24.ebuild')
-rw-r--r-- | app-arch/upx/upx-1.24.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-arch/upx/upx-1.24.ebuild b/app-arch/upx/upx-1.24.ebuild index 6d6575270926..26be8923a2c2 100644 --- a/app-arch/upx/upx-1.24.ebuild +++ b/app-arch/upx/upx-1.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/upx/upx-1.24.ebuild,v 1.3 2003/02/13 05:57:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/upx/upx-1.24.ebuild,v 1.4 2003/11/01 05:52:55 brandy Exp $ S=${WORKDIR}/${P}-linux DESCRIPTION="upx is the Ultimate Packer for eXecutables." @@ -11,6 +11,8 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" +DEPEND="!app-arch/upx-ucl" + RESTRICT="nostrip" src_install() { |