diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-07-24 17:33:26 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-07-24 17:33:26 +0000 |
commit | f84ebb4a3a4e8d4f9d8dfd178d67b5ae1026ee2d (patch) | |
tree | 1cca3df03abadbcc130dee7ade153a06a8aed80f /app-arch | |
parent | x86 stable wrt #231877 (diff) | |
download | gentoo-2-f84ebb4a3a4e8d4f9d8dfd178d67b5ae1026ee2d.tar.gz gentoo-2-f84ebb4a3a4e8d4f9d8dfd178d67b5ae1026ee2d.tar.bz2 gentoo-2-f84ebb4a3a4e8d4f9d8dfd178d67b5ae1026ee2d.zip |
x86 stable wrt #231074
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-arch')
-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 0b2ec50da719..3f1fd057b558 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.19 2008/07/21 16:36:04 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.20 2008/07/24 17:33:26 armin76 Exp $ + + 24 Jul 2008; Raúl Porcel <armin76@gentoo.org> makeself-2.1.5.ebuild: + x86 stable wrt #231074 21 Jul 2008; nixnut <nixnut@gentoo.org> makeself-2.1.5.ebuild: Stable on ppc wrt bug 231074 diff --git a/app-arch/makeself/makeself-2.1.5.ebuild b/app-arch/makeself/makeself-2.1.5.ebuild index b373c08dea0d..5a367d752800 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.5 2008/07/21 16:36:04 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5.ebuild,v 1.6 2008/07/24 17:33:26 armin76 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="" |