diff options
author | Olivier Crête <tester@gentoo.org> | 2008-05-05 03:05:44 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2008-05-05 03:05:44 +0000 |
commit | 0c6a65b2a91ac98db88c09884b16218d6f32e788 (patch) | |
tree | 3ce5f588d196b972714569e8bb12d32e8f644230 /app-arch/upx/upx-3.00.ebuild | |
parent | Stable on amd64 (diff) | |
download | gentoo-2-0c6a65b2a91ac98db88c09884b16218d6f32e788.tar.gz gentoo-2-0c6a65b2a91ac98db88c09884b16218d6f32e788.tar.bz2 gentoo-2-0c6a65b2a91ac98db88c09884b16218d6f32e788.zip |
Stable on amd64
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-arch/upx/upx-3.00.ebuild')
-rw-r--r-- | app-arch/upx/upx-3.00.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/upx/upx-3.00.ebuild b/app-arch/upx/upx-3.00.ebuild index ff46ad7db331..c076064a5b49 100644 --- a/app-arch/upx/upx-3.00.ebuild +++ b/app-arch/upx/upx-3.00.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/upx/upx-3.00.ebuild,v 1.1 2007/07/02 17:00:51 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/upx/upx-3.00.ebuild,v 1.2 2008/05/05 03:05:44 tester Exp $ DESCRIPTION="Ultimate Packer for eXecutables" HOMEPAGE="http://upx.sourceforge.net/" @@ -10,7 +10,7 @@ SRC_URI="x86? ( http://upx.sourceforge.net/download/${P}-i386_linux.tar.bz2 ) LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" RESTRICT="strip" |