mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 06:32:59 -04:00
virtual/crystal-db: bump maximum dependency versions
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,23 +0,0 @@
|
|||||||
# 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
|
|
||||||
)
|
|
||||||
"
|
|
||||||
23
virtual/crystal-db/crystal-db-0.14-r1.ebuild
Normal file
23
virtual/crystal-db/crystal-db-0.14-r1.ebuild
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# Copyright 2024-2026 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=9
|
||||||
|
|
||||||
|
DESCRIPTION="Virtual for Crystal database drivers"
|
||||||
|
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
IUSE="postgres sqlite"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
>=dev-crystal/crystal-db-0.14
|
||||||
|
<dev-crystal/crystal-db-0.15
|
||||||
|
postgres? (
|
||||||
|
>=dev-crystal/crystal-pg-0.29
|
||||||
|
<dev-crystal/crystal-pg-0.31
|
||||||
|
)
|
||||||
|
sqlite? (
|
||||||
|
>=dev-crystal/crystal-sqlite3-0.22.0
|
||||||
|
<dev-crystal/crystal-sqlite3-0.24.0
|
||||||
|
)
|
||||||
|
"
|
||||||
Reference in New Issue
Block a user