diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-10-14 15:55:42 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-10-14 15:55:42 +0000 |
commit | 4cd9d69c6917770cb8bd41515f2d5ada0f8204a8 (patch) | |
tree | be020489f5fc6d1ef1baa00f78bbd865ec3d6926 /app-misc/glastree | |
parent | Stabilizing on amd64 as part of new Java system, bug #147254. (diff) | |
download | gentoo-2-4cd9d69c6917770cb8bd41515f2d5ada0f8204a8.tar.gz gentoo-2-4cd9d69c6917770cb8bd41515f2d5ada0f8204a8.tar.bz2 gentoo-2-4cd9d69c6917770cb8bd41515f2d5ada0f8204a8.zip |
Stable on ppc wrt bug 151290
(Portage version: 2.1.2_pre2-r8)
Diffstat (limited to 'app-misc/glastree')
-rw-r--r-- | app-misc/glastree/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/glastree/glastree-1.04.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/glastree/ChangeLog b/app-misc/glastree/ChangeLog index 05e6e9a21757..5766e85e4c40 100644 --- a/app-misc/glastree/ChangeLog +++ b/app-misc/glastree/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/glastree # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/ChangeLog,v 1.10 2006/05/24 05:47:48 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/ChangeLog,v 1.11 2006/10/14 15:55:42 nixnut Exp $ + + 14 Oct 2006; <nixnut@gentoo.org> glastree-1.04.ebuild: + Stable on ppc wrt bug 151290 24 May 2006; Harald van Dijk <truedfx@gentoo.org> +files/glastree-posix-make.patch, +metadata.xml, -glastree-0.57.ebuild, diff --git a/app-misc/glastree/glastree-1.04.ebuild b/app-misc/glastree/glastree-1.04.ebuild index 1b7db9fdb38f..50c6ab546f03 100644 --- a/app-misc/glastree/glastree-1.04.ebuild +++ b/app-misc/glastree/glastree-1.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/glastree-1.04.ebuild,v 1.1 2006/05/24 05:47:48 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/glastree-1.04.ebuild,v 1.2 2006/10/14 15:55:42 nixnut Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.igmus.org/files/${P}.tar.gz" DEPEND="dev-lang/perl dev-perl/Date-Calc" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="ppc ~x86" IUSE="" LICENSE="public-domain" |