diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/enthoughtbase/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/enthoughtbase/enthoughtbase-3.1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/enthoughtbase/ChangeLog b/dev-python/enthoughtbase/ChangeLog index a2afbc6f9754..6c4eba67c823 100644 --- a/dev-python/enthoughtbase/ChangeLog +++ b/dev-python/enthoughtbase/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/enthoughtbase -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/enthoughtbase/ChangeLog,v 1.30 2012/11/14 17:13:54 idella4 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/enthoughtbase/ChangeLog,v 1.31 2013/02/04 02:38:43 heroxbd Exp $ + + 04 Feb 2013; Benda Xu <heroxbd@gentoo.org> enthoughtbase-3.1.0.ebuild: + keyword ~amd64-linux ~x86-linux 15 Nov 2012; Ian Delaney <idella4@gentoo.org> enthoughtbase-3.1.0.ebuild: Testsuite unworkable, test restricted, fixes Bug #440004 diff --git a/dev-python/enthoughtbase/enthoughtbase-3.1.0.ebuild b/dev-python/enthoughtbase/enthoughtbase-3.1.0.ebuild index 54203164b86b..73eeed1de0b6 100644 --- a/dev-python/enthoughtbase/enthoughtbase-3.1.0.ebuild +++ b/dev-python/enthoughtbase/enthoughtbase-3.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/enthoughtbase/enthoughtbase-3.1.0.ebuild,v 1.9 2012/11/14 17:13:54 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/enthoughtbase/enthoughtbase-3.1.0.ebuild,v 1.10 2013/02/04 02:38:43 heroxbd Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -19,7 +19,7 @@ SRC_URI="http://www.enthought.com/repo/ETS/${MY_P}.tar.gz" LICENSE="BSD LGPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86" +KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="doc examples test" RESTRICT="test" |