diff options
author | 2022-06-22 12:09:02 +0200 | |
---|---|---|
committer | 2022-06-22 12:09:02 +0200 | |
commit | 1cce988bf10ae1274cf259e24cd3e0b0b150cd42 (patch) | |
tree | 6d684ce86e41cafb839a26bf9d5c2b821202ce61 /dev-python/ovs/ovs-2.17.1_p1.ebuild | |
parent | dev-python/proto-plus: amd64 stable wrt bug #853448 (diff) | |
download | gentoo-1cce988bf10ae1274cf259e24cd3e0b0b150cd42.tar.gz gentoo-1cce988bf10ae1274cf259e24cd3e0b0b150cd42.tar.bz2 gentoo-1cce988bf10ae1274cf259e24cd3e0b0b150cd42.zip |
dev-python/ovs: amd64 stable wrt bug #853466
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/ovs/ovs-2.17.1_p1.ebuild')
-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 df0de6053b92..3b862ad24e07 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}]" |