diff options
author | 2023-01-13 18:31:11 +0200 | |
---|---|---|
committer | 2023-01-13 18:31:11 +0200 | |
commit | 0410487faaf0bc25fdfc0ec540fcbfc88670b985 (patch) | |
tree | ccf845e3e6ee5c2493eca730cb83e5c2185ab213 /dev-python/dulwich | |
parent | app-editors/levee: Stabilize 4.0 sparc, #878905 (diff) | |
download | gentoo-0410487faaf0bc25fdfc0ec540fcbfc88670b985.tar.gz gentoo-0410487faaf0bc25fdfc0ec540fcbfc88670b985.tar.bz2 gentoo-0410487faaf0bc25fdfc0ec540fcbfc88670b985.zip |
dev-python/dulwich: Stabilize 0.20.50 arm64, #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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dulwich/dulwich-0.20.50.ebuild b/dev-python/dulwich/dulwich-0.20.50.ebuild index 460a74815b19..b6b6bcf97a91 100644 --- a/dev-python/dulwich/dulwich-0.20.50.ebuild +++ b/dev-python/dulwich/dulwich-0.20.50.ebuild @@ -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 )" |