diff options
author | Stephen Becker <geoman@gentoo.org> | 2004-03-17 00:03:19 +0000 |
---|---|---|
committer | Stephen Becker <geoman@gentoo.org> | 2004-03-17 00:03:19 +0000 |
commit | 032adffcaf86a42a11e147a4b0d20dfc9251bbb4 (patch) | |
tree | 3d7ac303449eff4fb5305c46bdf65039d0b40ea3 /x11-libs/gtksourceview | |
parent | Added ~mips keyword. (Manifest recommit) (diff) | |
download | gentoo-2-032adffcaf86a42a11e147a4b0d20dfc9251bbb4.tar.gz gentoo-2-032adffcaf86a42a11e147a4b0d20dfc9251bbb4.tar.bz2 gentoo-2-032adffcaf86a42a11e147a4b0d20dfc9251bbb4.zip |
Added ~mips keyword.
Diffstat (limited to 'x11-libs/gtksourceview')
-rw-r--r-- | x11-libs/gtksourceview/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-0.7.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog index 9c43b9b42c62..eeaa49dc65e1 100644 --- a/x11-libs/gtksourceview/ChangeLog +++ b/x11-libs/gtksourceview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/gtksourceview # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.16 2004/03/07 12:29:45 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.17 2004/03/17 00:03:19 geoman Exp $ + + 16 Mar 2004; Stephen P. Becker <geoman@gentoo.org> + gtksourceview-0.7.1.ebuild: + Added ~mips keyword. *gtksourceview-0.7.1 (07 Mar 2004) diff --git a/x11-libs/gtksourceview/gtksourceview-0.7.1.ebuild b/x11-libs/gtksourceview/gtksourceview-0.7.1.ebuild index a537815cb4c4..8b4b5b6b2dc7 100644 --- a/x11-libs/gtksourceview/gtksourceview-0.7.1.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-0.7.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/x11-libs/gtksourceview/gtksourceview-0.7.1.ebuild,v 1.1 2004/03/07 12:29:45 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-0.7.1.ebuild,v 1.2 2004/03/17 00:03:19 geoman Exp $ inherit gnome2 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64 ~ia64" +KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64 ~ia64 ~mips" IUSE="doc" RDEPEND=">=x11-libs/gtk+-2.2 |