commit: 9661e0c6ded0ae092ad5562d89991a7c65a518a1 Author: Johannes Penßel <johannesp <AT> posteo <DOT> net> AuthorDate: Tue Feb 10 10:51:15 2026 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Tue Feb 10 17:39:38 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9661e0c6
media-libs/libvpl: make examples optional Signed-off-by: Johannes Penßel <johannesp <AT> posteo.net> Part-of: https://github.com/gentoo/gentoo/pull/45724 Closes: https://github.com/gentoo/gentoo/pull/45724 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> media-libs/libvpl/libvpl-2.16.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/libvpl/libvpl-2.16.0.ebuild b/media-libs/libvpl/libvpl-2.16.0.ebuild index 790c6ebae7c7..5a8c1e9f87e4 100644 --- a/media-libs/libvpl/libvpl-2.16.0.ebuild +++ b/media-libs/libvpl/libvpl-2.16.0.ebuild @@ -13,7 +13,7 @@ LICENSE="MIT" SLOT="0/2" KEYWORDS="~amd64" -IUSE="test" +IUSE="examples test" RESTRICT="!test? ( test )" RDEPEND=" @@ -35,6 +35,7 @@ multilib_src_configure() { -DBUILD_TESTS="$(usex test)" -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr" -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc" + -DINSTALL_EXAMPLES="$(usex examples)" ) cmake_src_configure }
