diff options
author | Michael McCabe <randy@gentoo.org> | 2004-04-16 13:35:34 +0000 |
---|---|---|
committer | Michael McCabe <randy@gentoo.org> | 2004-04-16 13:35:34 +0000 |
commit | 96e9c7a6ac6f7adb819efe33ab738b02593df880 (patch) | |
tree | a17a4db91e19fe3b3f0be1d4713e7e4ba55730ea /app-arch | |
parent | Fix for a typo (diff) | |
download | historical-96e9c7a6ac6f7adb819efe33ab738b02593df880.tar.gz historical-96e9c7a6ac6f7adb819efe33ab738b02593df880.tar.bz2 historical-96e9c7a6ac6f7adb819efe33ab738b02593df880.zip |
added s390 keywords
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/upx/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/upx/Manifest | 4 | ||||
-rw-r--r-- | app-arch/upx/upx-1.24-r1.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-arch/upx/ChangeLog b/app-arch/upx/ChangeLog index 0fd6f021f177..ef2b0d8ba536 100644 --- a/app-arch/upx/ChangeLog +++ b/app-arch/upx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/upx -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/upx/ChangeLog,v 1.8 2003/11/01 05:52:55 brandy Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/upx/ChangeLog,v 1.9 2004/04/16 13:35:34 randy Exp $ + + 16 Apr 2004; Michael McCabe <randy@gentoo.org> upx-1.24-r1.ebuild: + adding s390 keywords 01 Nov 2003; Brandy Westcott brandy@gentoo.org upx-1.24-r1.ebuild, upx-1.24.ebuild: diff --git a/app-arch/upx/Manifest b/app-arch/upx/Manifest index b0494b93e5aa..1efe754a7025 100644 --- a/app-arch/upx/Manifest +++ b/app-arch/upx/Manifest @@ -1,5 +1,5 @@ -MD5 d51b2367ead629e0f7120da272d7f61d ChangeLog 1488 -MD5 e13d01594710f077724160e2795280c6 upx-1.24-r1.ebuild 704 +MD5 5c8ffd00fbff5ba599fc17a4c21a5178 ChangeLog 1580 +MD5 97bccae71816c2acaa15c96bec5af3b6 upx-1.24-r1.ebuild 705 MD5 198ee520f8b599dc7d6fd5e65a956614 upx-1.24.ebuild 687 MD5 15c97f7637ba2e1497c15ab6c6945022 files/digest-upx-1.24 66 MD5 15c97f7637ba2e1497c15ab6c6945022 files/digest-upx-1.24-r1 66 diff --git a/app-arch/upx/upx-1.24-r1.ebuild b/app-arch/upx/upx-1.24-r1.ebuild index 0cf8fb7473bb..6a8b9455d4e1 100644 --- a/app-arch/upx/upx-1.24-r1.ebuild +++ b/app-arch/upx/upx-1.24-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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-r1.ebuild,v 1.3 2004/03/12 11:11:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/upx/upx-1.24-r1.ebuild,v 1.4 2004/04/16 13:35:34 randy Exp $ S=${WORKDIR}/${P}-linux DESCRIPTION="upx is the Ultimate Packer for eXecutables." @@ -9,7 +9,7 @@ HOMEPAGE="http://upx.sourceforge.net/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 s390" DEPEND="!app-arch/upx-ucl" |