diff options
author | Sam James <sam@gentoo.org> | 2023-01-26 21:49:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-26 21:49:02 +0000 |
commit | a8156a82277d1a263f65e8a38a7ecb39eb3a55d0 (patch) | |
tree | 51d868e2034930566673773f93a49ef521c39fe1 /dev-python/PyPDF2 | |
parent | dev-python/xcffib: Stabilize 1.1.2 amd64, #892111 (diff) | |
download | gentoo-a8156a82277d1a263f65e8a38a7ecb39eb3a55d0.tar.gz gentoo-a8156a82277d1a263f65e8a38a7ecb39eb3a55d0.tar.bz2 gentoo-a8156a82277d1a263f65e8a38a7ecb39eb3a55d0.zip |
dev-python/PyPDF2: Stabilize 3.0.0 x86, #892113
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/PyPDF2')
-rw-r--r-- | dev-python/PyPDF2/PyPDF2-3.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyPDF2/PyPDF2-3.0.0.ebuild b/dev-python/PyPDF2/PyPDF2-3.0.0.ebuild index 2a7436396a10..eb02789f09d2 100644 --- a/dev-python/PyPDF2/PyPDF2-3.0.0.ebuild +++ b/dev-python/PyPDF2/PyPDF2-3.0.0.ebuild @@ -26,7 +26,7 @@ S=${WORKDIR}/pypdf-${PV} LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 x86" RESTRICT="test" # 150+ tests require network, too many to deselect PROPERTIES="test_network" |