diff options
| author | Michael Orlitzky <mjo@gentoo.org> | 2025-01-18 08:45:42 -0500 |
|---|---|---|
| committer | Michael Orlitzky <mjo@gentoo.org> | 2025-01-18 08:48:52 -0500 |
| commit | c1dc0dd80d2391b83f4df8b93d90bf659bbf1d97 (patch) | |
| tree | 0a7fdac10cd4c29b9eba59b8e366649029368ea3 /dev-lang/php/php-8.3.16.ebuild | |
| parent | 5ca641b9040a2449be8fe5d98c596d2c8a63c9e8 (diff) | |
| download | gentoo-c1dc0dd80d2391b83f4df8b93d90bf659bbf1d97.tar.gz gentoo-c1dc0dd80d2391b83f4df8b93d90bf659bbf1d97.tar.bz2 gentoo-c1dc0dd80d2391b83f4df8b93d90bf659bbf1d97.zip | |
dev-lang/php: drop USE=firebird from ~arch ebuilds
Firebird was treecleaned.
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-lang/php/php-8.3.16.ebuild')
| -rw-r--r-- | dev-lang/php/php-8.3.16.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-lang/php/php-8.3.16.ebuild b/dev-lang/php/php-8.3.16.ebuild index be32cb4fd3c8..afb477c73b90 100644 --- a/dev-lang/php/php-8.3.16.ebuild +++ b/dev-lang/php/php-8.3.16.ebuild @@ -31,7 +31,7 @@ IUSE="${IUSE} IUSE="${IUSE} acl apparmor argon2 avif bcmath berkdb bzip2 calendar capstone cdb +ctype curl debug - enchant exif ffi +fileinfo +filter firebird + enchant exif ffi +fileinfo +filter +flatfile ftp gd gdbm gmp +iconv imap inifile intl iodbc ipv6 +jit jpeg kerberos ldap ldap-sasl libedit lmdb mhash mssql mysql mysqli nls @@ -56,7 +56,6 @@ REQUIRED_USE=" qdbm? ( !gdbm ) session-mm? ( session !threads ) mysql? ( || ( mysqli pdo ) ) - firebird? ( pdo ) mssql? ( pdo ) test? ( cli ) postgres? ( ${POSTGRES_REQ_USE} ) @@ -81,7 +80,6 @@ COMMON_DEPEND=" curl? ( net-misc/curl ) enchant? ( app-text/enchant:2 ) ffi? ( dev-libs/libffi:= ) - firebird? ( dev-db/firebird ) gd? ( >=media-libs/gd-2.3.3-r4[avif?,jpeg?,png?,truetype?,webp?,xpm?] ) @@ -498,7 +496,6 @@ src_configure() { $(use_with mysql pdo-mysql "mysqlnd") $(use_with postgres pdo-pgsql) $(use_with sqlite pdo-sqlite) - $(use_with firebird pdo-firebird "${EPREFIX}/usr") ) fi |
