summaryrefslogtreecommitdiff
path: root/dev-cpp/wt
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-02-18 18:55:08 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-02-18 18:55:08 +0000
commit57b93475e868b01d2bda1076e684c5d6b38259ee (patch)
tree88aafd117e9a52b7ba750298cce45099092ac0f6 /dev-cpp/wt
parent9fbb15b952d0693ba49a8adc1a167bfd7276a991 (diff)
downloadbaldeagleos-repo-57b93475e868b01d2bda1076e684c5d6b38259ee.tar.gz
baldeagleos-repo-57b93475e868b01d2bda1076e684c5d6b38259ee.tar.xz
baldeagleos-repo-57b93475e868b01d2bda1076e684c5d6b38259ee.zip
Adding metadata
Diffstat (limited to 'dev-cpp/wt')
-rw-r--r--dev-cpp/wt/wt-4.11.1.ebuild5
-rw-r--r--dev-cpp/wt/wt-4.11.2.ebuild5
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 ce1453eaaab4..5447c6aec969 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 ce1453eaaab4..5447c6aec969 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