commit: d322a02587482da725e733dc77d9896a07f0b3be Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Thu Nov 28 17:38:53 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Thu Nov 28 17:38:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d322a025
dev-python/pygobject: examples were removed by upstream Thanks-to: Leonid Kopylov Closes: https://bugs.gentoo.org/945166 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> dev-python/pygobject/pygobject-3.50.0.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dev-python/pygobject/pygobject-3.50.0.ebuild b/dev-python/pygobject/pygobject-3.50.0.ebuild index 7444784cca00..cf52835fcd8e 100644 --- a/dev-python/pygobject/pygobject-3.50.0.ebuild +++ b/dev-python/pygobject/pygobject-3.50.0.ebuild @@ -18,7 +18,7 @@ HOMEPAGE=" LICENSE="LGPL-2.1+" SLOT="3" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="+cairo examples test" +IUSE="+cairo test" RESTRICT="!test? ( test )" RDEPEND=" @@ -73,8 +73,3 @@ python_install() { meson_src_install python_optimize } - -python_install_all() { - distutils-r1_python_install_all - use examples && dodoc -r examples -}
