From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/libzdb/
Date: Tue, 18 Feb 2020 13:58:23 +0000 (UTC) [thread overview]
Message-ID: <1582034290.9cf2e8e3fc6262e7dd0166c9317450ce62bb45c4.slyfox@gentoo> (raw)
commit: 9cf2e8e3fc6262e7dd0166c9317450ce62bb45c4
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 18 13:57:41 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Feb 18 13:58:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf2e8e3
dev-db/libzdb: drop lexicographical comparison, bug #705244
Closes: https://bugs.gentoo.org/705244
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-db/libzdb/libzdb-3.1-r1.ebuild | 9 +++------
dev-db/libzdb/libzdb-3.1.ebuild | 9 +++------
2 files changed, 6 insertions(+), 12 deletions(-)
diff --git a/dev-db/libzdb/libzdb-3.1-r1.ebuild b/dev-db/libzdb/libzdb-3.1-r1.ebuild
index 13b086bcda5..b3ba017bb1a 100644
--- a/dev-db/libzdb/libzdb-3.1-r1.ebuild
+++ b/dev-db/libzdb/libzdb-3.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -36,11 +36,8 @@ src_configure() {
## TODO: check what --enable-optimized actually does
## TODO: find someone with oracle db to add oci8 support
myconf=""
- if [[ $(gcc-version) < 4.1 ]];then
- myconf="${myconf} --disable-protected"
- else
- myconf="${myconf} --enable-protected"
- fi
+ # enable default hidden visibility
+ myconf="${myconf} --enable-protected"
if use sqlite; then
myconf="${myconf} --with-sqlite=${EPREFIX}/usr/ --enable-sqliteunlock"
diff --git a/dev-db/libzdb/libzdb-3.1.ebuild b/dev-db/libzdb/libzdb-3.1.ebuild
index 21ce5f4ef1c..caa64e3ef38 100644
--- a/dev-db/libzdb/libzdb-3.1.ebuild
+++ b/dev-db/libzdb/libzdb-3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -33,11 +33,8 @@ src_configure() {
## TODO: check what --enable-optimized actually does
## TODO: find someone with oracle db to add oci8 support
myconf=""
- if [[ $(gcc-version) < 4.1 ]];then
- myconf="${myconf} --disable-protected"
- else
- myconf="${myconf} --enable-protected"
- fi
+ # enable default hidden visibility
+ myconf="${myconf} --enable-protected"
if use sqlite; then
myconf="${myconf} --with-sqlite=${EPREFIX}/usr/ --enable-sqliteunlock"
next reply other threads:[~2020-02-18 13:58 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-18 13:58 Sergei Trofimovich [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-17 19:47 [gentoo-commits] repo/gentoo:master commit in: dev-db/libzdb/ Thomas Raschbacher
2023-09-03 7:58 Andreas Sturmlechner
2023-09-03 4:53 Sam James
2023-09-03 4:53 Sam James
2023-05-07 8:06 Thomas Raschbacher
2021-11-12 7:27 Jakov Smolić
2021-11-12 7:27 Jakov Smolić
2021-03-13 0:06 Thomas Raschbacher
2021-03-12 20:58 Thomas Raschbacher
2020-11-28 18:37 Aaron Bauman
2019-11-14 0:47 Aaron Bauman
2019-11-14 0:47 Aaron Bauman
2019-05-19 20:48 Mikle Kolyada
2019-05-16 23:56 Thomas Deutschmann
2019-02-08 17:24 Brian Evans
2019-01-07 17:00 Lars Wendler
2017-08-19 0:31 Thomas Deutschmann
2017-07-16 9:19 Tobias Klausmann
2016-11-03 16:19 Göktürk Yüksek
2016-01-19 21:38 Manuel Rüger
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=1582034290.9cf2e8e3fc6262e7dd0166c9317450ce62bb45c4.slyfox@gentoo \
--to=slyfox@gentoo.org \
--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