public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-db/gigabase/
@ 2022-07-17 15:39 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2022-07-17 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     615329fa6f3c84c970bd216e4ead20b4aa909ae1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 17 15:39:05 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 17 15:39:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=615329fa

dev-db/gigabase: EAPI 8, disable strict aliasing

Closes: https://bugs.gentoo.org/855230
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-db/gigabase/gigabase-3.83-r2.ebuild | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/dev-db/gigabase/gigabase-3.83-r2.ebuild b/dev-db/gigabase/gigabase-3.83-r2.ebuild
index 5e21d4f9ae8f..75d58541c23b 100644
--- a/dev-db/gigabase/gigabase-3.83-r2.ebuild
+++ b/dev-db/gigabase/gigabase-3.83-r2.ebuild
@@ -1,21 +1,21 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
+inherit flag-o-matic
 
 DESCRIPTION="OO-DBMS with interfaces for C/C++/Java/PHP/Perl"
 HOMEPAGE="http://www.garret.ru/~knizhnik/gigabase.html"
 SRC_URI="mirror://sourceforge/gigabase/${P}.tar.gz"
+S="${WORKDIR}/${PN}"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc static-libs"
 
-DEPEND="doc? ( app-doc/doxygen )"
-RDEPEND=""
-
-S="${WORKDIR}/${PN}"
+BDEPEND="doc? ( app-doc/doxygen )"
 
 PATCHES=(
 	"${FILESDIR}/${P}-fix-dereferencing.patch"
@@ -24,6 +24,9 @@ PATCHES=(
 )
 
 src_configure() {
+	# bug #855230
+	append-flags -fno-strict-aliasing
+
 	econf $(use_enable static-libs static)
 }
 


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-17 15:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-17 15:39 [gentoo-commits] repo/gentoo:master commit in: dev-db/gigabase/ Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox