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 | 48591b0289f7f35057668d80dfc557cac2c466be (patch) | |
tree | 6d3ab04e418491683e6d2ac0e2cc677e6ae5683f /app-arch/makeself | |
parent | Fixed HOMEPAGE - bug #100782. (diff) | |
download | gentoo-2-48591b0289f7f35057668d80dfc557cac2c466be.tar.gz gentoo-2-48591b0289f7f35057668d80dfc557cac2c466be.tar.bz2 gentoo-2-48591b0289f7f35057668d80dfc557cac2c466be.zip |
Marked Testing on AMD64. Closes bug #98310 .
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-arch/makeself')
-rw-r--r-- | app-arch/makeself/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/makeself/makeself-2.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 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/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="" |