diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-06-16 01:48:33 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-06-16 01:59:05 -0500 |
commit | f4c7ccd8e21c2e8b286bdfbf35f80eaa37288db2 (patch) | |
tree | f578d06270eb979ae319bef28fd18b08c6c7677a /dev-python/pyrfc3339 | |
parent | dev-ruby/tty-file: initial import of 0.7.0 (diff) | |
download | gentoo-f4c7ccd8e21c2e8b286bdfbf35f80eaa37288db2.tar.gz gentoo-f4c7ccd8e21c2e8b286bdfbf35f80eaa37288db2.tar.bz2 gentoo-f4c7ccd8e21c2e8b286bdfbf35f80eaa37288db2.zip |
dev-python/pyrfc3339: 1.1 stable amd64 and x86
Package-Manager: Portage-2.3.66, Repoman-2.3.14
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/pyrfc3339')
-rw-r--r-- | dev-python/pyrfc3339/pyrfc3339-1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyrfc3339/pyrfc3339-1.1.ebuild b/dev-python/pyrfc3339/pyrfc3339-1.1.ebuild index 0d30481718a6..993518840760 100644 --- a/dev-python/pyrfc3339/pyrfc3339-1.1.ebuild +++ b/dev-python/pyrfc3339/pyrfc3339-1.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" IUSE="test" RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]" |