diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-22 12:15:24 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-22 12:15:24 +0200 |
commit | 9f428c4255df9427b9026b45e1a8c681511f2540 (patch) | |
tree | 3f118ce288b696d88f2b9055cc1559e80c9e2291 | |
parent | dev-python/proto-plus: x86 stable wrt bug #853448 (diff) | |
download | gentoo-9f428c4255df9427b9026b45e1a8c681511f2540.tar.gz gentoo-9f428c4255df9427b9026b45e1a8c681511f2540.tar.bz2 gentoo-9f428c4255df9427b9026b45e1a8c681511f2540.zip |
dev-python/ovs: x86 stable wrt bug #853466
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | dev-python/ovs/ovs-2.17.1_p1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ovs/ovs-2.17.1_p1.ebuild b/dev-python/ovs/ovs-2.17.1_p1.ebuild index 3b862ad24e07..e7cd6f385273 100644 --- a/dev-python/ovs/ovs-2.17.1_p1.ebuild +++ b/dev-python/ovs/ovs-2.17.1_p1.ebuild @@ -16,6 +16,6 @@ S=${WORKDIR}/${MY_P} LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]" |