diff options
-rw-r--r-- | dev-util/devel-chroots/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/devel-chroots/devel-chroots-1.0.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/devel-chroots/ChangeLog b/dev-util/devel-chroots/ChangeLog index 2c59728727a9..2a18bc043531 100644 --- a/dev-util/devel-chroots/ChangeLog +++ b/dev-util/devel-chroots/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/devel-chroots -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/devel-chroots/ChangeLog,v 1.17 2005/04/20 15:12:59 blubb Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/devel-chroots/ChangeLog,v 1.18 2006/03/05 22:02:16 hansmi Exp $ + + 05 Mar 2006; Michael Hanselmann <hansmi@gentoo.org> + devel-chroots-1.0.1.ebuild: + Stable on ppc. 20 Apr 2005; Simon Stelling <blubb@gentoo.org> devel-chroots-1.0.1.ebuild: stable on amd64 diff --git a/dev-util/devel-chroots/devel-chroots-1.0.1.ebuild b/dev-util/devel-chroots/devel-chroots-1.0.1.ebuild index 996ead59b87d..0e9a9ee358a4 100644 --- a/dev-util/devel-chroots/devel-chroots-1.0.1.ebuild +++ b/dev-util/devel-chroots/devel-chroots-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/devel-chroots/devel-chroots-1.0.1.ebuild,v 1.6 2005/04/20 15:12:59 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/devel-chroots/devel-chroots-1.0.1.ebuild,v 1.7 2006/03/05 22:02:16 hansmi Exp $ DESCRIPTION="Gentoo Developer chroots installation/configuration launcher" HOMEPAGE="http://www.gentoo.org/" @@ -13,7 +13,7 @@ SLOT="0" # for testing purposes only # KEYWORDS="-*" # expected first scope, will be expanded to amd64 and/or ia64 when test machines available -KEYWORDS="x86 ~sparc ~hppa amd64 ~ppc" +KEYWORDS="amd64 ~hppa ppc ~sparc x86" IUSE="" |