summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2005-08-18 18:38:36 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2005-08-18 18:38:36 +0000
commite6e8fa8ac27827087e2c8541ff38f1a1931253fd (patch)
tree5a29370aa643ecdcdb087e0084e9ae8d30804efe /app-editors/mlview
parentfix invalid atoms (diff)
downloadgentoo-2-e6e8fa8ac27827087e2c8541ff38f1a1931253fd.tar.gz
gentoo-2-e6e8fa8ac27827087e2c8541ff38f1a1931253fd.tar.bz2
gentoo-2-e6e8fa8ac27827087e2c8541ff38f1a1931253fd.zip
Stable on ppc.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-editors/mlview')
-rw-r--r--app-editors/mlview/ChangeLog5
-rw-r--r--app-editors/mlview/mlview-0.8.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/mlview/ChangeLog b/app-editors/mlview/ChangeLog
index 6edc0a4ba99f..ee6702824882 100644
--- a/app-editors/mlview/ChangeLog
+++ b/app-editors/mlview/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/mlview
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/ChangeLog,v 1.11 2005/08/07 10:40:26 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/ChangeLog,v 1.12 2005/08/18 18:36:30 hansmi Exp $
+
+ 18 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> mlview-0.8.ebuild:
+ Stable on ppc.
06 Jul 2005; Leonardo Boshell <leonardop@gentoo.org> mlview-0.8.ebuild:
Stable on x86.
diff --git a/app-editors/mlview/mlview-0.8.ebuild b/app-editors/mlview/mlview-0.8.ebuild
index ef5a8ebc884d..70c59bac821a 100644
--- a/app-editors/mlview/mlview-0.8.ebuild
+++ b/app-editors/mlview/mlview-0.8.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-editors/mlview/mlview-0.8.ebuild,v 1.2 2005/08/07 10:40:26 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/mlview-0.8.ebuild,v 1.3 2005/08/18 18:36:30 hansmi Exp $
inherit eutils gnome2
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.freespiders.org/projects/gmlview/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~ppc ~amd64"
+KEYWORDS="~amd64 ppc x86"
IUSE="dbus debug static"
RDEPEND=">=dev-libs/libxml2-2.6.11