diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-05-24 02:22:01 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-05-24 02:22:01 +0000 |
commit | 0014454650e3b5e41f8078451f14d87aae294f19 (patch) | |
tree | f0bcc6629d7a2b6834936b6082ec21520ba9e620 /www-servers | |
parent | Add ~arm keyword. (diff) | |
download | gentoo-2-0014454650e3b5e41f8078451f14d87aae294f19.tar.gz gentoo-2-0014454650e3b5e41f8078451f14d87aae294f19.tar.bz2 gentoo-2-0014454650e3b5e41f8078451f14d87aae294f19.zip |
re-keyword ~arm to -3.2, tested on armv7, cubieboard2, qa correction to deps. Also arm fine on testing for -3.2.1
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/tornado/ChangeLog | 6 | ||||
-rw-r--r-- | www-servers/tornado/tornado-3.2.ebuild | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/www-servers/tornado/ChangeLog b/www-servers/tornado/ChangeLog index 7c7fa86e3c17..46b5b4cc48fa 100644 --- a/www-servers/tornado/ChangeLog +++ b/www-servers/tornado/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/tornado # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.45 2014/05/06 04:34:46 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.46 2014/05/24 02:22:01 idella4 Exp $ + + 24 May 2014; Ian Delaney <idella4@gentoo.org> tornado-3.2.ebuild: + re-keyword ~arm to -3.2, tested on armv7, cubieboard2, qa correction to deps. + Also arm fine on testing for -3.2.1 *tornado-3.2.1 (06 May 2014) diff --git a/www-servers/tornado/tornado-3.2.ebuild b/www-servers/tornado/tornado-3.2.ebuild index d50472c9f5c0..c3810810f55e 100644 --- a/www-servers/tornado/tornado-3.2.ebuild +++ b/www-servers/tornado/tornado-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.2.ebuild,v 1.2 2014/03/31 21:24:58 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.2.ebuild,v 1.3 2014/05/24 02:22:01 idella4 Exp $ EAPI=5 @@ -14,12 +14,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="curl test" -RDEPEND="curl? ( dev-python/pycurl[$(python_gen_usedep 'python2*')] ) - test? ( virtual/python-unittest2 ) -" +RDEPEND="curl? ( dev-python/pycurl[$(python_gen_usedep 'python2*')] )" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( |