From 2062cce1af1666298546b8c6b8cc39817095bef1 Mon Sep 17 00:00:00 2001 From: Bernd Waibel Date: Tue, 24 Nov 2020 18:56:38 +0100 Subject: media-gfx/alembic: cleanup Remove unnecessary doc and prman USE flags. Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Bernd Waibel Closes: https://github.com/gentoo/gentoo/pull/18390 Signed-off-by: Joonas Niilola --- media-gfx/alembic/alembic-1.7.16.ebuild | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'media-gfx') diff --git a/media-gfx/alembic/alembic-1.7.16.ebuild b/media-gfx/alembic/alembic-1.7.16.ebuild index 4167640a9e52..e7b7b255e52c 100644 --- a/media-gfx/alembic/alembic-1.7.16.ebuild +++ b/media-gfx/alembic/alembic-1.7.16.ebuild @@ -12,7 +12,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="examples hdf5 prman test zlib" +IUSE="hdf5 test zlib" RESTRICT="!test? ( test )" REQUIRED_USE="hdf5? ( zlib )" @@ -39,21 +39,13 @@ src_configure() { -DALEMBIC_LIB_USES_TR1=OFF -DUSE_ARNOLD=OFF -DUSE_BINARIES=ON - -DUSE_EXAMPLES=$(usex examples) + -DUSE_EXAMPLES=OFF -DUSE_HDF5=$(usex hdf5) -DUSE_MAYA=OFF - -DUSE_PRMAN=$(usex prman) + -DUSE_PRMAN=OFF -DUSE_PYALEMBIC=OFF -DUSE_TESTS=$(usex test) ) cmake_src_configure } - -pkg_postinst() { - if use prman; then - einfo "If you're looking for an ebuild for renderman, you may want to" - einfo "try the waebbl overlay: 'eselect repository enable waebbl'" - einfo "followed by 'emerge renderman'" - fi -} -- cgit v1.2.3-65-gdbad