commit: 2062cce1af1666298546b8c6b8cc39817095bef1 Author: Bernd Waibel <waebbl <AT> gmail <DOT> com> AuthorDate: Tue Nov 24 17:56:38 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Nov 25 07:50:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2062cce1
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 <waebbl <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18390 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-gfx/alembic/alembic-1.7.16.ebuild | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/media-gfx/alembic/alembic-1.7.16.ebuild b/media-gfx/alembic/alembic-1.7.16.ebuild index 4167640a9e5..e7b7b255e52 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 -}
