diff options
Diffstat (limited to 'dev-python/traitsgui')
-rw-r--r-- | dev-python/traitsgui/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/traitsgui/traitsgui-3.5.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/traitsgui/ChangeLog b/dev-python/traitsgui/ChangeLog index 646dd7885638..6d68e8b782ed 100644 --- a/dev-python/traitsgui/ChangeLog +++ b/dev-python/traitsgui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/traitsgui -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/traitsgui/ChangeLog,v 1.10 2010/12/05 20:21:08 tomka Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/traitsgui/ChangeLog,v 1.11 2011/01/06 21:05:31 ranger Exp $ + + 06 Jan 2011; Brent Baude <ranger@gentoo.org> traitsgui-3.5.0.ebuild: + Marking traitsgui-3.5.0 ~ppc for bug 341627 05 Dec 2010; Thomas Kahle <tomka@gentoo.org> traitsgui-3.5.0.ebuild: x86 stable per bug 347107 diff --git a/dev-python/traitsgui/traitsgui-3.5.0.ebuild b/dev-python/traitsgui/traitsgui-3.5.0.ebuild index e21b12ce4a79..db781718de96 100644 --- a/dev-python/traitsgui/traitsgui-3.5.0.ebuild +++ b/dev-python/traitsgui/traitsgui-3.5.0.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-python/traitsgui/traitsgui-3.5.0.ebuild,v 1.2 2010/12/05 20:21:08 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/traitsgui/traitsgui-3.5.0.ebuild,v 1.3 2011/01/06 21:05:31 ranger Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -18,7 +18,7 @@ SRC_URI="http://www.enthought.com/repo/ETS/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="doc examples qt4 wxwidgets" RDEPEND=">=dev-python/enthoughtbase-3.0.6 |