summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Medinas <metalgod@gentoo.org>2006-02-08 00:27:32 +0000
committerLuis Medinas <metalgod@gentoo.org>2006-02-08 00:27:32 +0000
commita7b9374d78f2db27be00b084c1e057578fd84298 (patch)
treebf2126d86835178c799e626c279d0d866260b9f1 /app-editors
parentPrefer to avoid eval and use a bash array for myconf instead, it's less (diff)
downloadgentoo-2-a7b9374d78f2db27be00b084c1e057578fd84298.tar.gz
gentoo-2-a7b9374d78f2db27be00b084c1e057578fd84298.tar.bz2
gentoo-2-a7b9374d78f2db27be00b084c1e057578fd84298.zip
Stable on amd64. See bug #121997.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/mlview/ChangeLog5
-rw-r--r--app-editors/mlview/mlview-0.8-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/mlview/ChangeLog b/app-editors/mlview/ChangeLog
index 452e4237605e..c23a0a5339fd 100644
--- a/app-editors/mlview/ChangeLog
+++ b/app-editors/mlview/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/mlview
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/ChangeLog,v 1.16 2006/02/07 20:55:38 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/ChangeLog,v 1.17 2006/02/08 00:27:32 metalgod Exp $
+
+ 08 Feb 2006; Luis Medinas <metalgod@gentoo.org> mlview-0.8-r1.ebuild:
+ Stable on amd64. See bug #121997.
07 Feb 2006; <nixnut@gentoo.org> mlview-0.8-r1.ebuild:
Stable on ppc. bug 121977
diff --git a/app-editors/mlview/mlview-0.8-r1.ebuild b/app-editors/mlview/mlview-0.8-r1.ebuild
index ed2dee701cad..5d1fb8f9643a 100644
--- a/app-editors/mlview/mlview-0.8-r1.ebuild
+++ b/app-editors/mlview/mlview-0.8-r1.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-editors/mlview/mlview-0.8-r1.ebuild,v 1.2 2006/02/07 20:55:38 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/mlview-0.8-r1.ebuild,v 1.3 2006/02/08 00:27:32 metalgod Exp $
inherit eutils gnome2
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.freespiders.org/projects/gmlview/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
IUSE=""
RDEPEND=">=dev-libs/libxml2-2.6.11