guru/virtual/crystal-db/crystal-db-0.13-r1.ebuild
Anna (cybertailor) Vyalkova 9b40dbc725
virtual/crystal-db: increase crystal-pg upper bound
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2024-11-26 18:50:39 +05:00

24 lines
454 B
Bash

# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Virtual for Crystal database drivers"
SLOT="0"
KEYWORDS="~amd64"
IUSE="postgres sqlite"
RDEPEND="
>=dev-crystal/crystal-db-0.13
<dev-crystal/crystal-db-0.14
postgres? (
>=dev-crystal/crystal-pg-0.28
<dev-crystal/crystal-pg-0.30
)
sqlite? (
>=dev-crystal/crystal-sqlite3-0.21.0
<dev-crystal/crystal-sqlite3-0.22.0
)
"