Install this version:
emerge -a =dev-php/doctrine-dbal-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-php/doctrine-dbal-9999
Or alternatively:
emerge --autounmask-write -a =dev-php/doctrine-dbal-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
COMPOSER_INSTALL_PATH="Doctrine/DBAL"
PHP_REQ_USE="pdo,mysql?,postgres?,sqlite?"
inherit composer git-r3 optfeature
DESCRIPTION="Doctrine Database Abstraction Layer"
HOMEPAGE="https://github.com/doctrine/dbal"
EGIT_REPO_URI="https://github.com/doctrine/dbal.git"
LICENSE="MIT"
SLOT="0"
IUSE="mysql postgres sqlite"
REQUIRED_USE="test? ( mysql postgres sqlite )"
RDEPEND="dev-php/doctrine-deprecations
dev-php/psr-cache
dev-php/psr-log"
BDEPEND="test? ( dev-php/symfony-cache
dev-php/symfony-console )"
EPHPUNIT_BOOTSTRAP='vendor/autoload.php'
composer_enable_tests phpunit
pkg_postinst() {
optfeature "Support of helpful console commands such as SQL execution" dev-php/symfony-console
}
Manage flags for this package:
euse -i <flag> -p dev-php/doctrine-dbal |
euse -E <flag> -p dev-php/doctrine-dbal |
euse -D <flag> -p dev-php/doctrine-dbal
dev-php/doctrine-deprecations dev-php/psr-cache dev-php/psr-log
test? ( dev-php/symfony-cache dev-php/symfony-console )