diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-07-11 15:05:08 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-07-11 15:05:08 +0000 |
commit | 3acfad7e346432c5bc1acc013d0130e969083719 (patch) | |
tree | d0d98d751b739ba5b4fc8f60a6852b155144e374 | |
parent | Revision bump, workaround to fix bug #374169. Drop version 1.3 as 1.4.4 is st... (diff) | |
download | gentoo-2-3acfad7e346432c5bc1acc013d0130e969083719.tar.gz gentoo-2-3acfad7e346432c5bc1acc013d0130e969083719.tar.bz2 gentoo-2-3acfad7e346432c5bc1acc013d0130e969083719.zip |
Added ~mips, bug 298612
(Portage version: 2.1.10.3/cvs/Linux x86_64)
-rw-r--r-- | dev-tcltk/togl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tcltk/togl/togl-2.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-tcltk/togl/ChangeLog b/dev-tcltk/togl/ChangeLog index adabdde0ec92..496bca982253 100644 --- a/dev-tcltk/togl/ChangeLog +++ b/dev-tcltk/togl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/togl -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/togl/ChangeLog,v 1.17 2010/09/30 17:20:25 jlec Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/togl/ChangeLog,v 1.18 2011/07/11 15:05:08 mattst88 Exp $ + + 11 Jul 2011; Matt Turner <mattst88@gentoo.org> togl-2.0-r1.ebuild: + Added ~mips, bug 298612 30 Sep 2010; Justin Lecher <jlec@gentoo.org> togl-2.0-r1.ebuild: keyworded for ~-linux prefix diff --git a/dev-tcltk/togl/togl-2.0-r1.ebuild b/dev-tcltk/togl/togl-2.0-r1.ebuild index a70e2ffa01e3..26d2e13c06d2 100644 --- a/dev-tcltk/togl/togl-2.0-r1.ebuild +++ b/dev-tcltk/togl/togl-2.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/togl/togl-2.0-r1.ebuild,v 1.14 2010/09/30 17:20:25 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/togl/togl-2.0-r1.ebuild,v 1.15 2011/07/11 15:05:08 mattst88 Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug +threads" RDEPEND="dev-lang/tk |