diff options
-rw-r--r-- | dev-python/python-heatclient/python-heatclient-1.5.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/python-heatclient/python-heatclient-1.8.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-heatclient/python-heatclient-1.5.1.ebuild b/dev-python/python-heatclient/python-heatclient-1.5.1.ebuild index ea04991e3516..ae7c2b472dc4 100644 --- a/dev-python/python-heatclient/python-heatclient-1.5.1.ebuild +++ b/dev-python/python-heatclient/python-heatclient-1.5.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="doc test" CDEPEND=" diff --git a/dev-python/python-heatclient/python-heatclient-1.8.1.ebuild b/dev-python/python-heatclient/python-heatclient-1.8.1.ebuild index ce88a3dd514f..ddd3d025fe57 100644 --- a/dev-python/python-heatclient/python-heatclient-1.8.1.ebuild +++ b/dev-python/python-heatclient/python-heatclient-1.8.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="doc test" CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]" |