summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2024-03-05 14:56:13 +0000
committerMarek Szuba <marecki@gentoo.org>2024-03-05 15:00:28 +0000
commit1f0073bc8f2f069654da9f688f0f15c8eae34102 (patch)
tree5ea92ba98496b22625322fc0bb2d320af33ad03e
parentnet-analyzer/nessus-bin: add 10.7.1, drop 10.7.0 (diff)
downloadgentoo-1f0073bc8f2f069654da9f688f0f15c8eae34102.tar.gz
gentoo-1f0073bc8f2f069654da9f688f0f15c8eae34102.tar.bz2
gentoo-1f0073bc8f2f069654da9f688f0f15c8eae34102.zip
app-misc/ola: RDEPEND on <dev-libs/protobuf-22.5
Turns out that version also uses the new versioning scheme. Bug: https://bugs.gentoo.org/923757 Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r--app-misc/ola/ola-0.10.9-r2.ebuild (renamed from app-misc/ola/ola-0.10.9-r1.ebuild)3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-misc/ola/ola-0.10.9-r1.ebuild b/app-misc/ola/ola-0.10.9-r2.ebuild
index 3fba6f5383fb..38c75abc6bd5 100644
--- a/app-misc/ola/ola-0.10.9-r1.ebuild
+++ b/app-misc/ola/ola-0.10.9-r2.ebuild
@@ -3,7 +3,6 @@
EAPI=8
-# py3.12 blocked by protobuf-python
PYTHON_COMPAT=( python3_{10..11} )
inherit autotools python-single-r1
@@ -22,7 +21,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
RESTRICT="!test? ( test )"
-RDEPEND="<dev-libs/protobuf-23:=
+RDEPEND="<dev-libs/protobuf-22.5:=
sys-apps/util-linux
sys-libs/ncurses
ftdi? ( dev-embedded/libftdi:1 )