dev-crystal/crystal-pg: increase maximum crystal-db version

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2025-10-30 12:05:48 +05:00
parent 2a360ea360
commit 2c41064785

View File

@@ -1,4 +1,4 @@
# Copyright 2022-2024 Gentoo Authors
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -18,7 +18,7 @@ KEYWORDS="~amd64"
RDEPEND="
>=dev-crystal/crystal-db-0.13.0
<dev-crystal/crystal-db-0.14.0
<dev-crystal/crystal-db-0.15.0
"
DOCS=( CHANGELOG CONTRIBUTORS {CONTRIBUTING,README}.md )