diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-01-12 22:43:02 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-01-12 22:44:15 +0000 |
commit | a4d8101e45aefdb0d4242db5097ead95944bac5b (patch) | |
tree | 7a059a13d9c6597d249d797a428d268600b132b2 /dev-python | |
parent | app-text/llpp: adopt -std=c99 for gcc-4.9 and some other -W flags form upstre... (diff) | |
download | gentoo-a4d8101e45aefdb0d4242db5097ead95944bac5b.tar.gz gentoo-a4d8101e45aefdb0d4242db5097ead95944bac5b.tar.bz2 gentoo-a4d8101e45aefdb0d4242db5097ead95944bac5b.zip |
dev-python/python-bugzilla: Stable for amd64+x86.
Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-bugzilla/python-bugzilla-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-bugzilla/python-bugzilla-1.2.2.ebuild b/dev-python/python-bugzilla/python-bugzilla-1.2.2.ebuild index f29788a854a3..95a98cbaaed5 100644 --- a/dev-python/python-bugzilla/python-bugzilla-1.2.2.ebuild +++ b/dev-python/python-bugzilla/python-bugzilla-1.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ DESCRIPTION="A python module for interacting with Bugzilla over XMLRPC" HOMEPAGE="https://github.com/python-bugzilla/python-bugzilla" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" LICENSE="GPL-2" SLOT="0" |