commit:     421fb27e0604278c830d53998635fc7839471278
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  1 12:45:56 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 12:45:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421fb27e

dev-db/mysql-connector-c++: insert missing die

Not sure how I overlooked this.

Fixes: 943614ccefce87dd83cbaf99849726eb481311ab
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 dev-db/mysql-connector-c++/mysql-connector-c++-8.0.33-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.33-r1.ebuild 
b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.33-r1.ebuild
index 4e04ab88c292..ec53c79c54bf 100644
--- a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.33-r1.ebuild
+++ b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.33-r1.ebuild
@@ -41,7 +41,7 @@ src_prepare() {
        #
        # https://bugs.gentoo.org/921309
        # https://bugs.mysql.com/bug.php?id=115734
-       sed -i 's/prc_cnt AND NOT/FALSE AND NOT/' cdk/cmake/dependency.cmake
+       sed -i 's/prc_cnt AND NOT/FALSE AND NOT/' cdk/cmake/dependency.cmake || 
die
 }
 
 src_configure() {

Reply via email to