diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-25 15:11:37 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-25 15:17:20 +0100 |
commit | e36bc0dc53eb912bb9e124a3b3f256deafa28151 (patch) | |
tree | efa7b2b0402ceff9b212ab4aab8e0337c0ae144f /dev-python/imapclient | |
parent | dev-python/ijson: amd64 stable wrt bug #714350 (diff) | |
download | gentoo-e36bc0dc53eb912bb9e124a3b3f256deafa28151.tar.gz gentoo-e36bc0dc53eb912bb9e124a3b3f256deafa28151.tar.bz2 gentoo-e36bc0dc53eb912bb9e124a3b3f256deafa28151.zip |
dev-python/imapclient: amd64 stable wrt bug #714352
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/imapclient')
-rw-r--r-- | dev-python/imapclient/imapclient-2.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/imapclient/imapclient-2.1.0.ebuild b/dev-python/imapclient/imapclient-2.1.0.ebuild index 993fad2fe0d5..30087f438852 100644 --- a/dev-python/imapclient/imapclient-2.1.0.ebuild +++ b/dev-python/imapclient/imapclient-2.1.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}]" |