Skip to content

Commit

Permalink
dev-perl/DBD-SQLite: Limit supported sqlite versions for system-sqlit…
Browse files Browse the repository at this point in the history
…e bug #640724

Closes: https://bugs.gentoo.org/640724
Package-Manager: Portage-2.3.18, Repoman-2.3.6
  • Loading branch information
kentfredric committed Jan 3, 2018
1 parent 6692ac8 commit 4fbbade
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4fbbade

Please sign in to comment.