summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-02-13 23:52:03 +0100
committerDavid Seifert <soap@gentoo.org>2021-02-13 23:52:03 +0100
commit7895149d8db1f944d98678fc6be8aad6287a6b10 (patch)
tree570992bf52eaa1cfbb01800611d405766b0d646a /media-libs
parentmedia-sound/bristol: add-flags -> append-cflags; drop static-libs (diff)
downloadgentoo-7895149d8db1f944d98678fc6be8aad6287a6b10.tar.gz
gentoo-7895149d8db1f944d98678fc6be8aad6287a6b10.tar.bz2
gentoo-7895149d8db1f944d98678fc6be8aad6287a6b10.zip
media-libs/lasi: Add missing die in 1.1.3
Closes: https://github.com/gentoo/gentoo/pull/19263 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/lasi/lasi-1.1.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/lasi/lasi-1.1.3.ebuild b/media-libs/lasi/lasi-1.1.3.ebuild
index e2e42d403fd0..385833c369ea 100644
--- a/media-libs/lasi/lasi-1.1.3.ebuild
+++ b/media-libs/lasi/lasi-1.1.3.ebuild
@@ -44,7 +44,7 @@ src_prepare() {
examples/CMakeLists.txt || die
if use !examples; then
- sed -i -e '/add_subdirectory(examples)/d' CMakeLists.txt
+ sed -i -e '/add_subdirectory(examples)/d' CMakeLists.txt || die
fi
}