diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2014-03-19 23:06:34 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2014-03-19 23:06:34 +0000 |
commit | 1efd185d9b1196330e76323a8f3163b473e2e4d5 (patch) | |
tree | 21046e2c08f4c32cb0b22dfcbf26e612455b2fb0 /dev-python/python-glanceclient | |
parent | Keyword ~amd64-linux ~x86-linux (diff) | |
download | gentoo-2-1efd185d9b1196330e76323a8f3163b473e2e4d5.tar.gz gentoo-2-1efd185d9b1196330e76323a8f3163b473e2e4d5.tar.bz2 gentoo-2-1efd185d9b1196330e76323a8f3163b473e2e4d5.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-glanceclient')
-rw-r--r-- | dev-python/python-glanceclient/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/python-glanceclient/python-glanceclient-0.12.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/python-glanceclient/ChangeLog b/dev-python/python-glanceclient/ChangeLog index c5bacacb0712..e5cbdcda0f23 100644 --- a/dev-python/python-glanceclient/ChangeLog +++ b/dev-python/python-glanceclient/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/python-glanceclient -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-glanceclient/ChangeLog,v 1.8 2013/11/30 09:48:57 idella4 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-glanceclient/ChangeLog,v 1.9 2014/03/19 23:06:34 bicatali Exp $ + + 19 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> + python-glanceclient-0.12.0.ebuild: + Keyword ~amd64-linux ~x86-linux *python-glanceclient-0.12.0 (30 Nov 2013) diff --git a/dev-python/python-glanceclient/python-glanceclient-0.12.0.ebuild b/dev-python/python-glanceclient/python-glanceclient-0.12.0.ebuild index a57b9615b30e..3355c507e327 100644 --- a/dev-python/python-glanceclient/python-glanceclient-0.12.0.ebuild +++ b/dev-python/python-glanceclient/python-glanceclient-0.12.0.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-glanceclient/python-glanceclient-0.12.0.ebuild,v 1.1 2013/11/30 09:48:57 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-glanceclient/python-glanceclient-0.12.0.ebuild,v 1.2 2014/03/19 23:06:34 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="doc test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |