diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-07-18 19:20:27 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-07-18 19:20:27 +0000 |
commit | 9e2d8955ea8a4ce778aa7b1eb6d294ead0a4a4a2 (patch) | |
tree | 575585e923ed5b5b0c2eee29444a7727e1c26a1e /app-arch/makeself | |
parent | fixing Manifest (checksum of php-patchset-5.2.6-r1.tar.bz2 was wrong because ... (diff) | |
download | historical-9e2d8955ea8a4ce778aa7b1eb6d294ead0a4a4a2.tar.gz historical-9e2d8955ea8a4ce778aa7b1eb6d294ead0a4a4a2.tar.bz2 historical-9e2d8955ea8a4ce778aa7b1eb6d294ead0a4a4a2.zip |
amd64 stable wrt bug #231074
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.25-gentoo-r6 x86_64
Diffstat (limited to 'app-arch/makeself')
-rw-r--r-- | app-arch/makeself/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/makeself/makeself-2.1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/makeself/ChangeLog b/app-arch/makeself/ChangeLog index 4882a974a5a9..4839534a1099 100644 --- a/app-arch/makeself/ChangeLog +++ b/app-arch/makeself/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/makeself # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.16 2008/05/22 02:02:56 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.17 2008/07/18 19:20:27 coldwind Exp $ + + 18 Jul 2008; Santiago M. Mola <coldwind@gentoo.org> makeself-2.1.5.ebuild: + amd64 stable wrt bug #231074 22 May 2008; Jeremy Olexa <darkside@gentoo.org> makeself-2.1.5.ebuild: my mistake, forgot to carry forward keywords. Marked ~amd64 ~hppa ~ppc ~s390 diff --git a/app-arch/makeself/makeself-2.1.5.ebuild b/app-arch/makeself/makeself-2.1.5.ebuild index 5301f10002a1..e76d03477d17 100644 --- a/app-arch/makeself/makeself-2.1.5.ebuild +++ b/app-arch/makeself/makeself-2.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5.ebuild,v 1.2 2008/05/22 02:02:56 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5.ebuild,v 1.3 2008/07/18 19:20:27 coldwind Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.megastep.org/makeself/${P}.run" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~s390 ~x86" +KEYWORDS="amd64 ~hppa ~ppc ~s390 ~x86" IUSE="" DEPEND="" |