diff options
author | Sam James <sam@gentoo.org> | 2021-02-19 02:40:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-19 02:40:25 +0000 |
commit | 146cf409641f710285410ce4ea3aa65907f7d054 (patch) | |
tree | 8fe52fce9e68ee546036acf0872394f76a1f054f /dev-python/imapclient | |
parent | dev-python/hypothesis: Stabilize 6.0.2 ALLARCHES, #771402 (diff) | |
download | gentoo-146cf409641f710285410ce4ea3aa65907f7d054.tar.gz gentoo-146cf409641f710285410ce4ea3aa65907f7d054.tar.bz2 gentoo-146cf409641f710285410ce4ea3aa65907f7d054.zip |
dev-python/imapclient: Stabilize 2.2.0 ALLARCHES, #771405
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/imapclient')
-rw-r--r-- | dev-python/imapclient/imapclient-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/imapclient/imapclient-2.2.0.ebuild b/dev-python/imapclient/imapclient-2.2.0.ebuild index 14f71e42f9a5..584b7a19fed0 100644 --- a/dev-python/imapclient/imapclient-2.2.0.ebuild +++ b/dev-python/imapclient/imapclient-2.2.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/mjs/imapclient/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc examples" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" |