Skip to content

Commit

Permalink
media-gfx/alembic: cleanup
Browse files Browse the repository at this point in the history
Remove unnecessary doc and prman USE flags.

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Bernd Waibel <[email protected]>
Closes: gentoo#18390
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
waebbl authored and juippis committed Nov 25, 2020
1 parent a7019b6 commit 2062cce
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions media-gfx/alembic/alembic-1.7.16.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )"
Expand All @@ -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
}

0 comments on commit 2062cce

Please sign in to comment.