mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
gnome-extra/libgda: drop references to removed dev-db/firebird
Bug: https://bugs.gentoo.org/909528 Signed-off-by: Hank Leininger <hlein@korelogic.com> Part-of: https://github.com/gentoo/gentoo/pull/43537 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
eb70ce4796
commit
a62686258a
@@ -9,13 +9,12 @@ inherit db-use gnome2 java-pkg-opt-2 vala virtualx
|
||||
DESCRIPTION="GNOME database access library"
|
||||
HOMEPAGE="https://www.gnome-db.org/"
|
||||
|
||||
# firebird license is not GPL compatible
|
||||
LICENSE="GPL-2+ LGPL-2+"
|
||||
|
||||
SLOT="5/4" # subslot = libgda-5.0 soname version
|
||||
KEYWORDS="~alpha amd64 ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
|
||||
|
||||
IUSE="berkdb canvas debug firebird keyring gtk graphviz http +introspection json ldap mdb mysql oci8 postgres sourceview ssl vala"
|
||||
IUSE="berkdb canvas debug keyring gtk graphviz http +introspection json ldap mdb mysql oci8 postgres sourceview ssl vala"
|
||||
REQUIRED_USE="
|
||||
canvas? ( gtk )
|
||||
graphviz? ( gtk )
|
||||
@@ -31,7 +30,6 @@ RDEPEND="
|
||||
sys-libs/readline:0=
|
||||
sys-libs/ncurses:0=
|
||||
berkdb? ( sys-libs/db:* )
|
||||
firebird? ( dev-db/firebird )
|
||||
keyring? ( app-crypt/libsecret )
|
||||
gtk? (
|
||||
>=x11-libs/gtk+-3.0.0:3
|
||||
@@ -67,11 +65,6 @@ BDEPEND="
|
||||
vala? ( $(vala_depend) )
|
||||
"
|
||||
|
||||
# firebird support bindist-restricted because it is not GPL compatible
|
||||
RESTRICT="
|
||||
firebird? ( bindist )
|
||||
"
|
||||
|
||||
pkg_setup() {
|
||||
java-pkg-opt-2_pkg_setup
|
||||
}
|
||||
@@ -146,7 +139,6 @@ src_configure() {
|
||||
$(use_with berkdb bdb-libdir-name "${bdblib}") \
|
||||
$(use_with canvas goocanvas) \
|
||||
$(use_enable debug) \
|
||||
$(use_with firebird firebird /usr) \
|
||||
$(use_with keyring libsecret) \
|
||||
$(use_with graphviz) \
|
||||
$(use_with gtk ui) \
|
||||
|
||||
Reference in New Issue
Block a user