diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-02-18 18:55:08 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-02-18 18:55:08 +0000 |
| commit | 57b93475e868b01d2bda1076e684c5d6b38259ee (patch) | |
| tree | 88aafd117e9a52b7ba750298cce45099092ac0f6 /dev-cpp/wt | |
| parent | 9fbb15b952d0693ba49a8adc1a167bfd7276a991 (diff) | |
| download | baldeagleos-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.ebuild | 5 | ||||
| -rw-r--r-- | 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 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 |
