diff options
author | 2005-09-03 13:14:39 +0000 | |
---|---|---|
committer | 2005-09-03 13:14:39 +0000 | |
commit | 6758c1843c6dd998601abd08cd5e905f67fa96e1 (patch) | |
tree | 48b4c21c0f0e275928fdb3b97f26e09e8871080f /app-arch/upx/upx-1.25.ebuild | |
parent | stable on alpha (diff) | |
download | historical-6758c1843c6dd998601abd08cd5e905f67fa96e1.tar.gz historical-6758c1843c6dd998601abd08cd5e905f67fa96e1.tar.bz2 historical-6758c1843c6dd998601abd08cd5e905f67fa96e1.zip |
Stable on x86. Bug 103831.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-arch/upx/upx-1.25.ebuild')
-rw-r--r-- | app-arch/upx/upx-1.25.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/upx/upx-1.25.ebuild b/app-arch/upx/upx-1.25.ebuild index dedaaf7452e5..7c24b7778efc 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 # 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.2 2005/01/01 12:01:46 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/upx/upx-1.25.ebuild,v 1.3 2005/09/03 13:14:39 matsuu Exp $ S=${WORKDIR}/${P}-linux DESCRIPTION="Ultimate Packer for eXecutables" @@ -9,7 +9,7 @@ SRC_URI="http://upx.sourceforge.net/download/${P}-linux.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~s390" +KEYWORDS="x86 ~s390" IUSE="" RESTRICT="nostrip" |