diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-08 23:46:36 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-08 23:46:36 +0000 |
commit | 736e31e922d5c7b0050e29db93fedc2afa6304d9 (patch) | |
tree | 09c803f781890cbb82f7f32e3ab4c920e1cc7b97 /dev-python/envisage | |
parent | x86 stable, bug 540290 (diff) | |
download | gentoo-2-736e31e922d5c7b0050e29db93fedc2afa6304d9.tar.gz gentoo-2-736e31e922d5c7b0050e29db93fedc2afa6304d9.tar.bz2 gentoo-2-736e31e922d5c7b0050e29db93fedc2afa6304d9.zip |
x86 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/envisage')
-rw-r--r-- | dev-python/envisage/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/envisage/envisage-4.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/envisage/ChangeLog b/dev-python/envisage/ChangeLog index e034951c515d..4f08c55c6639 100644 --- a/dev-python/envisage/ChangeLog +++ b/dev-python/envisage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/envisage # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/envisage/ChangeLog,v 1.12 2015/03/06 22:18:33 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/envisage/ChangeLog,v 1.13 2015/03/08 23:46:36 pacho Exp $ + + 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> envisage-4.4.0.ebuild: + x86 stable, bug 540290 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> envisage-4.4.0.ebuild: amd64 stable, bug 540290 diff --git a/dev-python/envisage/envisage-4.4.0.ebuild b/dev-python/envisage/envisage-4.4.0.ebuild index b861bcf41282..9b390c304023 100644 --- a/dev-python/envisage/envisage-4.4.0.ebuild +++ b/dev-python/envisage/envisage-4.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/envisage/envisage-4.4.0.ebuild,v 1.2 2015/03/06 22:18:33 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/envisage/envisage-4.4.0.ebuild,v 1.3 2015/03/08 23:46:36 pacho Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=">=dev-python/traits-4[${PYTHON_USEDEP}]" |