diff options
author | 2023-08-24 09:16:12 +0200 | |
---|---|---|
committer | 2023-08-24 09:16:12 +0200 | |
commit | 96f5868d1b860ba3350aba8e2a6a1f36fc8ab552 (patch) | |
tree | f1ea6b8d3dff5b4ddfc4ec1a7a9b8e2a3cdce840 /media-libs | |
parent | sec-keys/openpgp-keys-gentoo-release: add Prefix keywords (diff) | |
download | gentoo-96f5868d1b860ba3350aba8e2a6a1f36fc8ab552.tar.gz gentoo-96f5868d1b860ba3350aba8e2a6a1f36fc8ab552.tar.bz2 gentoo-96f5868d1b860ba3350aba8e2a6a1f36fc8ab552.zip |
media-libs/codec2: dropped examples use flag
Closes: https://bugs.gentoo.org/911182
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/codec2/codec2-1.2.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-libs/codec2/codec2-1.2.0.ebuild b/media-libs/codec2/codec2-1.2.0.ebuild index 2cb792e740c8..8ab4309052ee 100644 --- a/media-libs/codec2/codec2-1.2.0.ebuild +++ b/media-libs/codec2/codec2-1.2.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/drowe67/codec2/archive/refs/tags/${PV}.tar.gz -> ${P LICENSE="LGPL-2.1" SLOT="0/1.0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="examples test" +IUSE="test" # Not yet passing, but infrastructure added to run # Needs Octave dependencies like "signal"? @@ -29,7 +29,6 @@ multilib_src_configure() { # for now, don't flip this configure flag # -DUNITTEST=$(usex test) # reenable once tests wired up -DUNITTEST=OFF - -DINSTALL_EXAMPLES=$(usex examples) ) cmake_src_configure |