diff options
author | Michael McCabe <randy@gentoo.org> | 2004-04-16 20:33:43 +0000 |
---|---|---|
committer | Michael McCabe <randy@gentoo.org> | 2004-04-16 20:33:43 +0000 |
commit | d3f1a53625046c8101c404b397f2bd9f5ad93d57 (patch) | |
tree | 73caad9ede8f199964141985a779374498997a7e /app-arch/makeself | |
parent | added s390 keywords (diff) | |
download | historical-d3f1a53625046c8101c404b397f2bd9f5ad93d57.tar.gz historical-d3f1a53625046c8101c404b397f2bd9f5ad93d57.tar.bz2 historical-d3f1a53625046c8101c404b397f2bd9f5ad93d57.zip |
added s390 keywords
Diffstat (limited to 'app-arch/makeself')
-rw-r--r-- | app-arch/makeself/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/makeself/Manifest | 4 | ||||
-rw-r--r-- | app-arch/makeself/makeself-2.1.2.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-arch/makeself/ChangeLog b/app-arch/makeself/ChangeLog index b210786ef22e..18d7651c9498 100644 --- a/app-arch/makeself/ChangeLog +++ b/app-arch/makeself/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/makeself -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.2 2003/09/05 15:41:34 vapier Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.3 2004/04/16 20:33:43 randy Exp $ + + 16 Apr 2004; Michael McCabe <randy@gentoo.org> makeself-2.1.2.ebuild: + added s390 keywords *makeself-2.1.2 (05 Sep 2003) diff --git a/app-arch/makeself/Manifest b/app-arch/makeself/Manifest index 2df9e32f37dd..34ffc018733f 100644 --- a/app-arch/makeself/Manifest +++ b/app-arch/makeself/Manifest @@ -1,3 +1,3 @@ -MD5 c057a77d3868fd10ea6cbb24c407f3db ChangeLog 457 -MD5 d945d9e21350091133de304ec7f05bc5 makeself-2.1.2.ebuild 616 +MD5 89f78c97bbc46419ad3a903a251d8960 ChangeLog 551 +MD5 69c8ecc4bbf69af7e4f831b8418548b3 makeself-2.1.2.ebuild 617 MD5 02ad1f6cfe5fb0b1e51ed48028993ee4 files/digest-makeself-2.1.2 62 diff --git a/app-arch/makeself/makeself-2.1.2.ebuild b/app-arch/makeself/makeself-2.1.2.ebuild index 973a564d0a14..f8614f78410b 100644 --- a/app-arch/makeself/makeself-2.1.2.ebuild +++ b/app-arch/makeself/makeself-2.1.2.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/makeself/makeself-2.1.2.ebuild,v 1.3 2004/03/12 11:11:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.2.ebuild,v 1.4 2004/04/16 20:33:43 randy Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.megastep.org/makeself/${P}.run" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 s390" DEPEND="" RDEPEND="" |