diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-03-20 21:09:47 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-03-20 21:09:47 +0000 |
commit | a86d4a4f6731153989c2da50e312600a302100b7 (patch) | |
tree | dcec0f4083ea01e7bee12b30a6047390fdec0188 /app-arch | |
parent | x86 stable (diff) | |
download | gentoo-2-a86d4a4f6731153989c2da50e312600a302100b7.tar.gz gentoo-2-a86d4a4f6731153989c2da50e312600a302100b7.tar.bz2 gentoo-2-a86d4a4f6731153989c2da50e312600a302100b7.zip |
x86 stable
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/upx/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/upx/upx-2.02.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-arch/upx/ChangeLog b/app-arch/upx/ChangeLog index 4e0a163606b5..ad5c71d3451f 100644 --- a/app-arch/upx/ChangeLog +++ b/app-arch/upx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/upx -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/upx/ChangeLog,v 1.15 2006/09/09 01:45:07 matsuu Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/upx/ChangeLog,v 1.16 2007/03/20 21:09:47 armin76 Exp $ + + 20 Mar 2007; Raúl Porcel <armin76@gentoo.org> upx-2.02.ebuild: + x86 stable *upx-2.02 (09 Sep 2006) diff --git a/app-arch/upx/upx-2.02.ebuild b/app-arch/upx/upx-2.02.ebuild index 91077d0aa8ed..68e0d656a6dd 100644 --- a/app-arch/upx/upx-2.02.ebuild +++ b/app-arch/upx/upx-2.02.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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-2.02.ebuild,v 1.1 2006/09/09 01:45:07 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/upx/upx-2.02.ebuild,v 1.2 2007/03/20 21:09:47 armin76 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.gz ) LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" RESTRICT="nostrip" |