diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2025-01-28 22:03:11 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2025-01-28 22:04:55 -0800 |
commit | 355466006a55833ee39662863d9b31282810d017 (patch) | |
tree | b5658bae123216c0337b38c038dfa18c8add2b57 /dev-perl/DBD-mysql | |
parent | dev-perl/DBD-mysql: stable amd64 (diff) | |
download | gentoo-355466006a55833ee39662863d9b31282810d017.tar.gz gentoo-355466006a55833ee39662863d9b31282810d017.tar.bz2 gentoo-355466006a55833ee39662863d9b31282810d017.zip |
dev-perl/DBD-mysql: avoid upstream assumptions
Upstream test suite makes assumptions about various numbers and binary
names, causing USE='mariadb -mysql' to never even run the test suite.
This should be addressed upstream, not in the ebuild at this time.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'dev-perl/DBD-mysql')
-rw-r--r-- | dev-perl/DBD-mysql/DBD-mysql-5.7.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/DBD-mysql/DBD-mysql-5.7.0.ebuild b/dev-perl/DBD-mysql/DBD-mysql-5.7.0.ebuild index b462601fc2d5..2bcec0c482ee 100644 --- a/dev-perl/DBD-mysql/DBD-mysql-5.7.0.ebuild +++ b/dev-perl/DBD-mysql/DBD-mysql-5.7.0.ebuild @@ -18,7 +18,8 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" IUSE="mariadb +mysql test" RESTRICT="!test? ( test )" -REQUIRED_USE="^^ ( mysql mariadb )" +# tests do not pass on MariaDB at this time; assumptions about version numbers and binary names +REQUIRED_USE="^^ ( mysql mariadb ) test? ( mysql )" DB_DEPENDS=" mysql? ( >=dev-db/mysql-connector-c-8:= ) |