summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Becker <geoman@gentoo.org>2004-05-14 19:52:55 +0000
committerStephen Becker <geoman@gentoo.org>2004-05-14 19:52:55 +0000
commita4f02bccc8c67cb52824b083072bd485663e71c7 (patch)
tree9c252b79a48bce8966655ef6f5dab237598558c3
parentInitial import. Bug 43194. (Manifest recommit) (diff)
downloadgentoo-2-a4f02bccc8c67cb52824b083072bd485663e71c7.tar.gz
gentoo-2-a4f02bccc8c67cb52824b083072bd485663e71c7.tar.bz2
gentoo-2-a4f02bccc8c67cb52824b083072bd485663e71c7.zip
Stable on mips.
-rw-r--r--app-editors/gedit/ChangeLog5
-rw-r--r--app-editors/gedit/gedit-2.4.1.ebuild4
-rw-r--r--eclass/aspell-dict.eclass4
3 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/gedit/ChangeLog b/app-editors/gedit/ChangeLog
index 3ab46b1b1c21..68c7be129e05 100644
--- a/app-editors/gedit/ChangeLog
+++ b/app-editors/gedit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/gedit
# Copyright 1999-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.60 2004/05/04 15:10:04 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/ChangeLog,v 1.61 2004/05/14 19:52:55 geoman Exp $
+
+ 14 May 2004; Stephen P. Becker <geoman@gentoo.org> gedit-2.4.1.ebuild:
+ Stable on mips.
*gedit-2.6.1 (04 May 2004)
diff --git a/app-editors/gedit/gedit-2.4.1.ebuild b/app-editors/gedit/gedit-2.4.1.ebuild
index 29378a0d5bb3..fa813ad07de9 100644
--- a/app-editors/gedit/gedit-2.4.1.ebuild
+++ b/app-editors/gedit/gedit-2.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.4.1.ebuild,v 1.12 2004/04/19 06:53:14 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.4.1.ebuild,v 1.13 2004/05/14 19:52:55 geoman Exp $
inherit eutils gnome2
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 ~mips"
+KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips"
IUSE="spell"
RDEPEND=">=gnome-base/libglade-2
diff --git a/eclass/aspell-dict.eclass b/eclass/aspell-dict.eclass
index 78344fe870ce..6c5a4beea168 100644
--- a/eclass/aspell-dict.eclass
+++ b/eclass/aspell-dict.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.23 2004/02/17 08:31:05 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.24 2004/05/14 19:51:34 geoman Exp $
#
# Author: Seemant Kulleen <seemant@gentoo.org>
#
@@ -24,7 +24,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/aspell/dict/${SPELLANG}/${MY_P}.tar.bz2"
RDEPEND=">=app-text/aspell-0.50"
SLOT="0"
-KEYWORDS="x86 ppc sparc alpha ~mips hppa amd64 ia64"
+KEYWORDS="x86 ppc sparc alpha mips hppa amd64 ia64"
PROVIDE="virtual/aspell-dict"