mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/DBD-SQLite: Limit supported sqlite versions for system-sqlite bug #640724
Closes: https://bugs.gentoo.org/640724 Package-Manager: Portage-2.3.18, Repoman-2.3.6
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -22,7 +22,8 @@ IUSE="test system-sqlite"
|
||||
# NB: Get min sqlite version from sqlite3.c
|
||||
RDEPEND="
|
||||
system-sqlite? (
|
||||
>=dev-db/sqlite-3.10.2[extensions(+)]
|
||||
>=dev-db/sqlite-3.13.0[extensions(+)]
|
||||
<dev-db/sqlite-3.21.0
|
||||
)
|
||||
>=dev-perl/DBI-1.570.0
|
||||
!<dev-perl/DBD-SQLite-1
|
||||
Reference in New Issue
Block a user