From 72d4b6ccde8db69f850ba84449e46987af31a0de Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Thu, 30 Oct 2025 12:07:11 +0500 Subject: [PATCH] virtual/crystal-db: add 0.14 Signed-off-by: Anna (cybertailor) Vyalkova --- virtual/crystal-db/crystal-db-0.14.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 virtual/crystal-db/crystal-db-0.14.ebuild diff --git a/virtual/crystal-db/crystal-db-0.14.ebuild b/virtual/crystal-db/crystal-db-0.14.ebuild new file mode 100644 index 0000000000..4b07dc9d1a --- /dev/null +++ b/virtual/crystal-db/crystal-db-0.14.ebuild @@ -0,0 +1,23 @@ +# Copyright 2024-2025 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.14 + =dev-crystal/crystal-pg-0.29 + =dev-crystal/crystal-sqlite3-0.22.0 +