dev-python/pygobject: examples were removed by upstream

Thanks-to: Leonid Kopylov
Closes: https://bugs.gentoo.org/945166
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2024-11-28 18:38:53 +01:00
parent 267245ab6f
commit d322a02587

View File

@@ -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
}