commit:     f9b37fb324fe58c68e3f503f219634fac3a22e7e
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Dec  3 16:58:23 2024 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Dec  3 17:06:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9b37fb3

dev-crystal/protodec: fix rdepend

Closes: https://bugs.gentoo.org/945524
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 .../protodec/{protodec-0.1.5.ebuild => protodec-0.1.5-r2.ebuild} | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-crystal/protodec/protodec-0.1.5.ebuild 
b/dev-crystal/protodec/protodec-0.1.5-r2.ebuild
similarity index 84%
rename from dev-crystal/protodec/protodec-0.1.5.ebuild
rename to dev-crystal/protodec/protodec-0.1.5-r2.ebuild
index f299a6362..90f97c8d2 100644
--- a/dev-crystal/protodec/protodec-0.1.5.ebuild
+++ b/dev-crystal/protodec/protodec-0.1.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,7 @@ KEYWORDS="~amd64"
 DEPEND="
        dev-libs/boehm-gc
        dev-libs/libevent:=
-       dev-libs/libpcre
+       dev-libs/libpcre2:=
 "
 RDEPEND="${DEPEND}"
 
@@ -28,3 +28,8 @@ src_prepare() {
                -e 's/\(CURRENT_COMMIT \) = .*/\1 = "gentoo"/' \
                -e "s/\(CURRENT_VERSION\) = .*/\1 = \"v${PV}\"/" || die
 }
+
+src_install() {
+       dobin protodec
+       shards_src_install
+}

Reply via email to