diff options
author | 2023-01-05 07:53:30 +0000 | |
---|---|---|
committer | 2023-01-05 07:53:30 +0000 | |
commit | 2914b6657cc4eba986b1cd9dea3e272108aa6df1 (patch) | |
tree | 8ad14ccc5fc4acc4a8a0dd20406a8417cd0d0963 /dev-python/protobuf-python | |
parent | app-misc/broot: add 1.19.0 (diff) | |
download | gentoo-2914b6657cc4eba986b1cd9dea3e272108aa6df1.tar.gz gentoo-2914b6657cc4eba986b1cd9dea3e272108aa6df1.tar.bz2 gentoo-2914b6657cc4eba986b1cd9dea3e272108aa6df1.zip |
dev-python/protobuf-python: Stabilize 3.20.1 amd64, #875329
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/protobuf-python')
-rw-r--r-- | dev-python/protobuf-python/protobuf-python-3.20.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/protobuf-python/protobuf-python-3.20.1.ebuild b/dev-python/protobuf-python/protobuf-python-3.20.1.ebuild index 72300c2997d3..733a8e2fa2cd 100644 --- a/dev-python/protobuf-python/protobuf-python-3.20.1.ebuild +++ b/dev-python/protobuf-python/protobuf-python-3.20.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2008-2022 Gentoo Authors +# Copyright 2008-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -31,7 +31,7 @@ S="${WORKDIR}/protobuf-${PV}/python" LICENSE="BSD" SLOT="0/30" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" BDEPEND=" ${PYTHON_DEPS} |