From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-db/soci/
Date: Sun, 15 Dec 2024 22:50:44 +0000 (UTC) [thread overview]
Message-ID: <1734292561.2dba1beb6be440cf9c024e59852b65eb2b9a80d5.julien@gentoo> (raw)
commit: 2dba1beb6be440cf9c024e59852b65eb2b9a80d5
Author: Jan-Espen Oversand <sigsegv <AT> radiotube <DOT> org>
AuthorDate: Sun Dec 15 19:56:01 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Dec 15 19:56:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2dba1beb
dev-db/soci: rename static use, remove ubsan use
Bug: https://bugs.gentoo.org/946512
Closes: https://bugs.gentoo.org/946512
Bug: https://bugs.gentoo.org/946513
Closes: https://bugs.gentoo.org/946513
Signed-off-by: Jan-Espen Oversand <sigsegv <AT> radiotube.org>
dev-db/soci/metadata.xml | 1 -
dev-db/soci/{soci-4.0.3-r2.ebuild => soci-4.0.3-r3.ebuild} | 5 ++---
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/dev-db/soci/metadata.xml b/dev-db/soci/metadata.xml
index 92d41d279..e9eb83d07 100644
--- a/dev-db/soci/metadata.xml
+++ b/dev-db/soci/metadata.xml
@@ -6,7 +6,6 @@
<description>Jan-Espen Oversand</description>
</maintainer>
<use>
- <flag name="ubsan">Enable running with UB sanitizer</flag>
<flag name="cxx11">Enable c++11 support</flag>
</use>
<upstream>
diff --git a/dev-db/soci/soci-4.0.3-r2.ebuild b/dev-db/soci/soci-4.0.3-r3.ebuild
similarity index 87%
rename from dev-db/soci/soci-4.0.3-r2.ebuild
rename to dev-db/soci/soci-4.0.3-r3.ebuild
index 65a578e73..ddf4ea0c6 100644
--- a/dev-db/soci/soci-4.0.3-r2.ebuild
+++ b/dev-db/soci/soci-4.0.3-r3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://sourceforge.net/projects/soci/files/soci/${P}/${P}.tar.gz/downl
LICENSE="Boost-1.0"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="odbc sqlite oracle postgres mysql +static test ubsan lto +cxx11"
+IUSE="odbc sqlite oracle postgres mysql static-libs test lto +cxx11"
RESTRICT="!test? ( test )"
CMAKE_SKIP_TESTS=(
@@ -38,9 +38,8 @@ DEPEND="${RDEPEND}"
src_configure() {
local mycmakeargs=(
- -DSOCI_STATIC="$(usex static)"
+ -DSOCI_STATIC="$(usex static-libs)"
-DSOCI_TESTS="$(usex test)"
- -DSOCI_UBSAN="$(usex ubsan)"
-DSOCI_LTO="$(usex lto)"
-DSOCI_CXX11="$(usex cxx11)"
)
next reply other threads:[~2024-12-15 22:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-15 22:50 Julien Roy [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-16 23:55 [gentoo-commits] repo/proj/guru:master commit in: dev-db/soci/ Julien Roy
2024-12-14 12:58 David Roman
2024-12-14 11:46 David Roman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1734292561.2dba1beb6be440cf9c024e59852b65eb2b9a80d5.julien@gentoo \
--to=julien@jroy.ca \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox