diff options
author | 2023-01-13 14:31:58 +0200 | |
---|---|---|
committer | 2023-01-13 14:31:58 +0200 | |
commit | fcf3a90d50b63a477a4d9a9ef76f18cd761fe418 (patch) | |
tree | 662e7bf5f4c24e25878b331c9b0bd55a1ad53084 /dev-python/dulwich | |
parent | media-libs/libsdl: Stabilize 1.2.15_p20221201 arm, #886195 (diff) | |
download | gentoo-fcf3a90d50b63a477a4d9a9ef76f18cd761fe418.tar.gz gentoo-fcf3a90d50b63a477a4d9a9ef76f18cd761fe418.tar.bz2 gentoo-fcf3a90d50b63a477a4d9a9ef76f18cd761fe418.zip |
dev-python/dulwich: Stabilize 0.20.50 ppc, #886371
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/dulwich')
-rw-r--r-- | dev-python/dulwich/dulwich-0.20.50.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/dulwich/dulwich-0.20.50.ebuild b/dev-python/dulwich/dulwich-0.20.50.ebuild index 404dc6e666a8..460a74815b19 100644 --- a/dev-python/dulwich/dulwich-0.20.50.ebuild +++ b/dev-python/dulwich/dulwich-0.20.50.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2+ Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples test" RESTRICT="!test? ( test )" |