Skip to content

Commit

Permalink
dev-db/mysql-connector-c++: insert missing die
Browse files Browse the repository at this point in the history
Not sure how I overlooked this.

Fixes: 943614c
Signed-off-by: Eli Schwartz <[email protected]>
  • Loading branch information
eli-schwartz committed Aug 1, 2024
1 parent d3fee06 commit 421fb27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 421fb27

Please sign in to comment.