aboutsummaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorJan-Espen Oversand <sigsegv@radiotube.org>2024-12-14 13:22:01 +0100
committerJan-Espen Oversand <sigsegv@radiotube.org>2024-12-14 13:22:01 +0100
commit836024f4de672161f8247a42db5d350e9faa8d56 (patch)
treeac18c4658b2a2bee4bad481269386bd8a4305e5c /dev-db
parentmedia-sound/ncpamixer: treeclean, moved to ::gentoo (diff)
downloadguru-836024f4de672161f8247a42db5d350e9faa8d56.tar.gz
guru-836024f4de672161f8247a42db5d350e9faa8d56.tar.bz2
guru-836024f4de672161f8247a42db5d350e9faa8d56.zip
dev-db/soci: removed shared flag, c++11 default on
Signed-off-by: Jan-Espen Oversand <sigsegv@radiotube.org>
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/soci/metadata.xml1
-rw-r--r--dev-db/soci/soci-4.0.3-r2.ebuild (renamed from dev-db/soci/soci-4.0.3-r1.ebuild)4
2 files changed, 1 insertions, 4 deletions
diff --git a/dev-db/soci/metadata.xml b/dev-db/soci/metadata.xml
index 69b1e1d6a..92d41d279 100644
--- a/dev-db/soci/metadata.xml
+++ b/dev-db/soci/metadata.xml
@@ -7,7 +7,6 @@
</maintainer>
<use>
<flag name="ubsan">Enable running with UB sanitizer</flag>
- <flag name="shared">Enable dynamic linking with shared objects</flag>
<flag name="cxx11">Enable c++11 support</flag>
</use>
<upstream>
diff --git a/dev-db/soci/soci-4.0.3-r1.ebuild b/dev-db/soci/soci-4.0.3-r2.ebuild
index 3ca7b75a7..65a578e73 100644
--- a/dev-db/soci/soci-4.0.3-r1.ebuild
+++ b/dev-db/soci/soci-4.0.3-r2.ebuild
@@ -10,8 +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 +shared +static test ubsan lto cxx11"
-REQUIRED_USE="|| ( shared static )"
+IUSE="odbc sqlite oracle postgres mysql +static test ubsan lto +cxx11"
RESTRICT="!test? ( test )"
CMAKE_SKIP_TESTS=(
@@ -39,7 +38,6 @@ DEPEND="${RDEPEND}"
src_configure() {
local mycmakeargs=(
- -DSOCI_SHARED="$(usex shared)"
-DSOCI_STATIC="$(usex static)"
-DSOCI_TESTS="$(usex test)"
-DSOCI_UBSAN="$(usex ubsan)"