diff options
author | 2013-02-04 02:39:31 +0000 | |
---|---|---|
committer | 2013-02-04 02:39:31 +0000 | |
commit | 8e1659778340f25568f3bd817a450aa860a9e7ec (patch) | |
tree | 79c58c32f59cad7db5b838dc50bdf4e1a7b3ffee /dev-python/envisageplugins | |
parent | Use the correct system AS command as the assembler; fixes text relocation in ... (diff) | |
download | gentoo-2-8e1659778340f25568f3bd817a450aa860a9e7ec.tar.gz gentoo-2-8e1659778340f25568f3bd817a450aa860a9e7ec.tar.bz2 gentoo-2-8e1659778340f25568f3bd817a450aa860a9e7ec.zip |
keyword ~amd64-linux
(Portage version: 2.1.11.34/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/envisageplugins')
-rw-r--r-- | dev-python/envisageplugins/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/envisageplugins/envisageplugins-3.2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/envisageplugins/ChangeLog b/dev-python/envisageplugins/ChangeLog index 8dae29374314..0d3c96b90590 100644 --- a/dev-python/envisageplugins/ChangeLog +++ b/dev-python/envisageplugins/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/envisageplugins -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/envisageplugins/ChangeLog,v 1.11 2012/11/08 20:56:11 idella4 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/envisageplugins/ChangeLog,v 1.12 2013/02/04 02:39:31 heroxbd Exp $ + + 04 Feb 2013; Benda Xu <heroxbd@gentoo.org> envisageplugins-3.2.0.ebuild: + keyword ~amd64-linux 09 Nov 2012; Ian Delaney <idella4@gentoo.org> envisageplugins-3.2.0.ebuild: restricting tests due to unworkable paths in test suite, closes Bug #430778 diff --git a/dev-python/envisageplugins/envisageplugins-3.2.0.ebuild b/dev-python/envisageplugins/envisageplugins-3.2.0.ebuild index dc5ff125f43e..d536b0546f32 100644 --- a/dev-python/envisageplugins/envisageplugins-3.2.0.ebuild +++ b/dev-python/envisageplugins/envisageplugins-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/envisageplugins/envisageplugins-3.2.0.ebuild,v 1.5 2012/11/08 20:56:10 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/envisageplugins/envisageplugins-3.2.0.ebuild,v 1.6 2013/02/04 02:39:31 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="examples test" RESTRICT="test" |