diff options
author | 2014-03-19 23:08:58 +0000 | |
---|---|---|
committer | 2014-03-19 23:08:58 +0000 | |
commit | 5ceb760036dfb5c68a3e3be49d00fffdd664bbaa (patch) | |
tree | 3e56fcaa24c1f0f7eb758791253312fa53464238 /dev-python/python-cinderclient | |
parent | Keyword ~amd64-linux ~x86-linux (diff) | |
download | gentoo-2-5ceb760036dfb5c68a3e3be49d00fffdd664bbaa.tar.gz gentoo-2-5ceb760036dfb5c68a3e3be49d00fffdd664bbaa.tar.bz2 gentoo-2-5ceb760036dfb5c68a3e3be49d00fffdd664bbaa.zip |
Keyword ~amd64-linux ~x86-linux
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'dev-python/python-cinderclient')
-rw-r--r-- | dev-python/python-cinderclient/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/python-cinderclient/ChangeLog b/dev-python/python-cinderclient/ChangeLog index 6f538e557d2c..535acd77975f 100644 --- a/dev-python/python-cinderclient/ChangeLog +++ b/dev-python/python-cinderclient/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/python-cinderclient -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v 1.8 2013/11/30 12:00:24 idella4 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v 1.9 2014/03/19 23:08:58 bicatali Exp $ + + 19 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> + python-cinderclient-1.0.7.ebuild: + Keyword ~amd64-linux ~x86-linux *python-cinderclient-1.0.7 (30 Nov 2013) diff --git a/dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild b/dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild index 95ae8d5dfc9d..1540ebe9ef7a 100644 --- a/dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild +++ b/dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild,v 1.1 2013/11/30 12:00:24 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild,v 1.2 2014/03/19 23:08:58 bicatali Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |