diff options
author | Benda XU <heroxbd@gentoo.org> | 2013-02-04 02:36:33 +0000 |
---|---|---|
committer | Benda XU <heroxbd@gentoo.org> | 2013-02-04 02:36:33 +0000 |
commit | edfe76dd0503d342c92c6f20c9396e8bc9dc0784 (patch) | |
tree | 90f31cc34a8444e5ca2aa3bbf23e209d9c3d1322 | |
parent | fix Prefix library location in configure. bug 394123 (diff) | |
download | gentoo-2-edfe76dd0503d342c92c6f20c9396e8bc9dc0784.tar.gz gentoo-2-edfe76dd0503d342c92c6f20c9396e8bc9dc0784.tar.bz2 gentoo-2-edfe76dd0503d342c92c6f20c9396e8bc9dc0784.zip |
keyword ~amd64-linux
(Portage version: 2.1.11.34/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r-- | dev-python/envisagecore/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/envisagecore/envisagecore-3.2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/envisagecore/ChangeLog b/dev-python/envisagecore/ChangeLog index fa83b58535b2..3e1c2aa5ccac 100644 --- a/dev-python/envisagecore/ChangeLog +++ b/dev-python/envisagecore/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/envisagecore -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/envisagecore/ChangeLog,v 1.10 2012/11/08 08:16:43 idella4 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/envisagecore/ChangeLog,v 1.11 2013/02/04 02:36:33 heroxbd Exp $ + + 04 Feb 2013; Benda Xu <heroxbd@gentoo.org> envisagecore-3.2.0.ebuild: + keyword ~amd64-linux 09 Nov 2012; Ian Delaney <idella4@gentoo.org> envisagecore-3.2.0.ebuild: Resticted tests wrt Bug #430396 diff --git a/dev-python/envisagecore/envisagecore-3.2.0.ebuild b/dev-python/envisagecore/envisagecore-3.2.0.ebuild index 9ac43a7be7fe..6b0befc961e6 100644 --- a/dev-python/envisagecore/envisagecore-3.2.0.ebuild +++ b/dev-python/envisagecore/envisagecore-3.2.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/envisagecore/envisagecore-3.2.0.ebuild,v 1.5 2012/11/08 08:16:43 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/envisagecore/envisagecore-3.2.0.ebuild,v 1.6 2013/02/04 02:36:33 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" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux" IUSE="doc examples test" RESTRICT="test" |