diff options
author | 2015-03-08 23:46:40 +0000 | |
---|---|---|
committer | 2015-03-08 23:46:40 +0000 | |
commit | 7e203384e71816d318237ecac437c695db8c8245 (patch) | |
tree | 3bea9b230f70c873572ccaa5387345bdacbcd834 /dev-python/envoy | |
parent | x86 stable, bug 540290 (diff) | |
download | gentoo-2-7e203384e71816d318237ecac437c695db8c8245.tar.gz gentoo-2-7e203384e71816d318237ecac437c695db8c8245.tar.bz2 gentoo-2-7e203384e71816d318237ecac437c695db8c8245.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/envoy')
-rw-r--r-- | dev-python/envoy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/envoy/envoy-0.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/envoy/ChangeLog b/dev-python/envoy/ChangeLog index 66a4fb4257dd..97b6a11223a6 100644 --- a/dev-python/envoy/ChangeLog +++ b/dev-python/envoy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/envoy # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/envoy/ChangeLog,v 1.8 2015/03/06 22:18:38 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/envoy/ChangeLog,v 1.9 2015/03/08 23:46:40 pacho Exp $ + + 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> envoy-0.0.3.ebuild: + x86 stable, bug 540290 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> envoy-0.0.3.ebuild: amd64 stable, bug 540290 diff --git a/dev-python/envoy/envoy-0.0.3.ebuild b/dev-python/envoy/envoy-0.0.3.ebuild index af33679c2878..c20dec56f8e7 100644 --- a/dev-python/envoy/envoy-0.0.3.ebuild +++ b/dev-python/envoy/envoy-0.0.3.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/envoy/envoy-0.0.3.ebuild,v 1.2 2015/03/06 22:18:38 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/envoy/envoy-0.0.3.ebuild,v 1.3 2015/03/08 23:46:40 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |