guru/virtual/crystal-db/crystal-db-0.13.ebuild
Anna (cybertailor) Vyalkova 74960d22e4
virtual/crystal-db: new package, add 0.13
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2024-04-27 14:50:08 +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.29
)
sqlite? (
>=dev-crystal/crystal-sqlite3-0.21.0
<dev-crystal/crystal-sqlite3-0.22.0
)
"