diff options
author | 2019-03-10 11:40:21 +0300 | |
---|---|---|
committer | 2019-03-10 11:41:15 +0300 | |
commit | 26d8c32930f8d503494a2ad6f93c44c8c44ca888 (patch) | |
tree | 48213714dcf2bb4d340399b2bb6aea1df476f258 /dev-python/docker-py | |
parent | dev-python/docker-pycreds: mark x86 stable (diff) | |
download | gentoo-26d8c32930f8d503494a2ad6f93c44c8c44ca888.tar.gz gentoo-26d8c32930f8d503494a2ad6f93c44c8c44ca888.tar.bz2 gentoo-26d8c32930f8d503494a2ad6f93c44c8c44ca888.zip |
dev-python/docker-py: mark stable
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-python/docker-py')
-rw-r--r-- | dev-python/docker-py/docker-py-3.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/docker-py/docker-py-3.6.0.ebuild b/dev-python/docker-py/docker-py-3.6.0.ebuild index 291b541ef7d8..3172ff7b12b2 100644 --- a/dev-python/docker-py/docker-py-3.6.0.ebuild +++ b/dev-python/docker-py/docker-py-3.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/docker/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="doc test" RDEPEND=" |