diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-08-10 09:44:18 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-08-10 09:44:18 +0000 |
commit | 98c1ffed0e4dbdd9000f9aa52dceaa2790368f84 (patch) | |
tree | 32c98999bffb4d5e0d5d0ec24a76e980c4c2ff3b /app-arch | |
parent | Fixed HOMEPAGE - bug #100782. (diff) | |
download | historical-98c1ffed0e4dbdd9000f9aa52dceaa2790368f84.tar.gz historical-98c1ffed0e4dbdd9000f9aa52dceaa2790368f84.tar.bz2 historical-98c1ffed0e4dbdd9000f9aa52dceaa2790368f84.zip |
Marked Testing on AMD64. Closes bug #98310 .
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/makeself/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/makeself/Manifest | 4 | ||||
-rw-r--r-- | app-arch/makeself/makeself-2.1.3.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-arch/makeself/ChangeLog b/app-arch/makeself/ChangeLog index 574fe0a58588..f93ba6dad6f4 100644 --- a/app-arch/makeself/ChangeLog +++ b/app-arch/makeself/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/makeself # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.9 2005/01/01 11:48:31 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.10 2005/08/10 09:44:18 metalgod Exp $ + + 10 Aug 2005; Luis Medinas <metalgod@gentoo.org> makeself-2.1.3.ebuild: + Marked Testing on AMD64. Closes bug #98310 . 05 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> makeself-2.1.2.ebuild: diff --git a/app-arch/makeself/Manifest b/app-arch/makeself/Manifest index 8fb5c7eaaecf..4b6a135c6db4 100644 --- a/app-arch/makeself/Manifest +++ b/app-arch/makeself/Manifest @@ -1,6 +1,6 @@ -MD5 3c210456ac02ab5917aebe5cc0845333 ChangeLog 1012 +MD5 400f621cb83291cd5d39fe1d3d997cc1 ChangeLog 1132 MD5 990e1fb3bf26907d0f44ab86d0a7c142 makeself-2.1.2.ebuild 625 +MD5 af723c73c799597b092a9199c68a45fb makeself-2.1.3.ebuild 655 MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 -MD5 a0323ab5e066e3e970c839b349ab813d makeself-2.1.3.ebuild 650 MD5 02ad1f6cfe5fb0b1e51ed48028993ee4 files/digest-makeself-2.1.2 62 MD5 8633b3736fecdb3eabd98ff85a564f9c files/digest-makeself-2.1.3 62 diff --git a/app-arch/makeself/makeself-2.1.3.ebuild b/app-arch/makeself/makeself-2.1.3.ebuild index a888595eb930..0cd06f9e3495 100644 --- a/app-arch/makeself/makeself-2.1.3.ebuild +++ b/app-arch/makeself/makeself-2.1.3.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/makeself/makeself-2.1.3.ebuild,v 1.2 2005/01/01 11:48:31 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.3.ebuild,v 1.3 2005/08/10 09:44:18 metalgod Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.megastep.org/makeself/${P}.run" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc s390" +KEYWORDS="~amd64 ppc s390 x86" IUSE="" DEPEND="" |