diff options
author | Sam James <sam@gentoo.org> | 2021-10-31 02:20:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-31 02:20:46 +0000 |
commit | e38fd5526bed59b0abdafee9c1a24f91c9c38011 (patch) | |
tree | 8022d83649ae46b64793e0af8acc33538b9523b3 /media-gfx | |
parent | media-gfx/openvdb: enable USE=blosc by default (diff) | |
download | gentoo-e38fd5526bed59b0abdafee9c1a24f91c9c38011.tar.gz gentoo-e38fd5526bed59b0abdafee9c1a24f91c9c38011.tar.bz2 gentoo-e38fd5526bed59b0abdafee9c1a24f91c9c38011.zip |
media-gfx/openvdb: drop flag-o-matic
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/openvdb/openvdb-8.1.0.ebuild | 2 | ||||
-rw-r--r-- | media-gfx/openvdb/openvdb-9.0.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/openvdb/openvdb-8.1.0.ebuild b/media-gfx/openvdb/openvdb-8.1.0.ebuild index edb2dbf32ae1..938da1dc7393 100644 --- a/media-gfx/openvdb/openvdb-8.1.0.ebuild +++ b/media-gfx/openvdb/openvdb-8.1.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8,9,10} ) -inherit cmake flag-o-matic python-single-r1 +inherit cmake python-single-r1 DESCRIPTION="Library for the efficient manipulation of volumetric data" HOMEPAGE="https://www.openvdb.org" diff --git a/media-gfx/openvdb/openvdb-9.0.0.ebuild b/media-gfx/openvdb/openvdb-9.0.0.ebuild index 314953dd8cf0..d25bab6b1115 100644 --- a/media-gfx/openvdb/openvdb-9.0.0.ebuild +++ b/media-gfx/openvdb/openvdb-9.0.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8,9,10} ) -inherit cmake flag-o-matic python-single-r1 +inherit cmake python-single-r1 DESCRIPTION="Library for the efficient manipulation of volumetric data" HOMEPAGE="https://www.openvdb.org" |