commit: cfe7bcb9fd3cfc5a4b54be8dadc8006743771f84 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Mon Feb 17 13:59:40 2025 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Mon Feb 17 13:59:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cfe7bcb9
dev-cpp/wt: remove firebird support dev-db/firebird was treecleaned from ::gentoo Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-cpp/wt/wt-4.11.1.ebuild | 5 ++--- dev-cpp/wt/wt-4.11.2.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-cpp/wt/wt-4.11.1.ebuild b/dev-cpp/wt/wt-4.11.1.ebuild index ce1453eaa..5447c6aec 100644 --- a/dev-cpp/wt/wt-4.11.1.ebuild +++ b/dev-cpp/wt/wt-4.11.1.ebuild @@ -12,10 +12,9 @@ SRC_URI="https://github.com/emweb/wt/archive/refs/tags/${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-2" SLOT="0/${PV}" KEYWORDS="~amd64" -IUSE="doc firebird mysql opengl +pango pdf postgres ssl" +IUSE="doc mysql opengl +pango pdf postgres ssl" DEPEND=" - firebird? ( dev-db/firebird ) mysql? ( virtual/mysql ) opengl? ( virtual/opengl ) pango? ( x11-libs/pango ) @@ -48,8 +47,8 @@ src_configure() { -DENABLE_PANGO=$(usex pango) -DENABLE_SQLITE=ON -DENABLE_POSTGRES=$(usex postgres) - -DENABLE_FIREBIRD=$(usex firebird) -DENABLE_MYSQL=$(usex mysql) + -DENABLE_FIREBIRD=OFF -DENABLE_QT4=OFF -DENABLE_QT5=OFF -DENABLE_QT6=ON diff --git a/dev-cpp/wt/wt-4.11.2.ebuild b/dev-cpp/wt/wt-4.11.2.ebuild index ce1453eaa..5447c6aec 100644 --- a/dev-cpp/wt/wt-4.11.2.ebuild +++ b/dev-cpp/wt/wt-4.11.2.ebuild @@ -12,10 +12,9 @@ SRC_URI="https://github.com/emweb/wt/archive/refs/tags/${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-2" SLOT="0/${PV}" KEYWORDS="~amd64" -IUSE="doc firebird mysql opengl +pango pdf postgres ssl" +IUSE="doc mysql opengl +pango pdf postgres ssl" DEPEND=" - firebird? ( dev-db/firebird ) mysql? ( virtual/mysql ) opengl? ( virtual/opengl ) pango? ( x11-libs/pango ) @@ -48,8 +47,8 @@ src_configure() { -DENABLE_PANGO=$(usex pango) -DENABLE_SQLITE=ON -DENABLE_POSTGRES=$(usex postgres) - -DENABLE_FIREBIRD=$(usex firebird) -DENABLE_MYSQL=$(usex mysql) + -DENABLE_FIREBIRD=OFF -DENABLE_QT4=OFF -DENABLE_QT5=OFF -DENABLE_QT6=ON
