diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-09 12:04:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-09 12:08:17 +0200 |
commit | 4fe8e21012bbf1cf4fa46093d8dcef2619c551e9 (patch) | |
tree | edb27e79da2d81d6bec0a1eb0b3332d06ac5d15b /dev-python/http-parser | |
parent | dev-python/google-auth-httplib2: Mark ALLARCHES (diff) | |
download | gentoo-4fe8e21012bbf1cf4fa46093d8dcef2619c551e9.tar.gz gentoo-4fe8e21012bbf1cf4fa46093d8dcef2619c551e9.tar.bz2 gentoo-4fe8e21012bbf1cf4fa46093d8dcef2619c551e9.zip |
dev-python/http-parser: Stabilize 0.9.0 amd64, #731406
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/http-parser')
-rw-r--r-- | dev-python/http-parser/http-parser-0.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/http-parser/http-parser-0.9.0.ebuild b/dev-python/http-parser/http-parser-0.9.0.ebuild index 293b08eaf11b..32e797b3674f 100644 --- a/dev-python/http-parser/http-parser-0.9.0.ebuild +++ b/dev-python/http-parser/http-parser-0.9.0.ebuild @@ -15,7 +15,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ppc ppc64 ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~s390 ~sparc x86" IUSE="examples" BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" |