summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-10-08 07:43:07 +0100
committerSam James <sam@gentoo.org>2023-10-08 07:43:55 +0100
commitd4d56b1e030d21e6c799d09ee1e1793169fc1319 (patch)
treedcc270a6984dd3037530797c9721760ff114cf38 /app-misc
parentdev-perl/Business-ISBN-Data: add 20231006.1.0 (diff)
downloadgentoo-d4d56b1e030d21e6c799d09ee1e1793169fc1319.tar.gz
gentoo-d4d56b1e030d21e6c799d09ee1e1793169fc1319.tar.bz2
gentoo-d4d56b1e030d21e6c799d09ee1e1793169fc1319.zip
app-misc/jdupes: fix libjodycode minimum version
https://github.com/jbruchon/libjodycode/commit/213990a15fddaa35a11082b318a862fc26b8411c seems to have been the first commit to introduce LIBJODYCODE_API_FEATURE_LEVEL. Closes: https://bugs.gentoo.org/914453 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/jdupes/jdupes-1.26.1.ebuild4
-rw-r--r--app-misc/jdupes/jdupes-9999.ebuild4
2 files changed, 6 insertions, 2 deletions
diff --git a/app-misc/jdupes/jdupes-1.26.1.ebuild b/app-misc/jdupes/jdupes-1.26.1.ebuild
index 875ea3581a45..11eb2fbd9836 100644
--- a/app-misc/jdupes/jdupes-1.26.1.ebuild
+++ b/app-misc/jdupes/jdupes-1.26.1.ebuild
@@ -17,7 +17,9 @@ fi
LICENSE="MIT"
SLOT="0"
-DEPEND="dev-libs/libjodycode"
+# Please keep a careful eye on the minimum libjoycode version! (Just pick
+# latest released at the time if necessary.)
+DEPEND=">=dev-libs/libjodycode-3.0"
RDEPEND="${DEPEND}"
IUSE="+dedupe hardened"
diff --git a/app-misc/jdupes/jdupes-9999.ebuild b/app-misc/jdupes/jdupes-9999.ebuild
index 86270d6d71e7..a6b9a6a6cfdc 100644
--- a/app-misc/jdupes/jdupes-9999.ebuild
+++ b/app-misc/jdupes/jdupes-9999.ebuild
@@ -17,7 +17,9 @@ fi
LICENSE="MIT"
SLOT="0"
-DEPEND="dev-libs/libjodycode"
+# Please keep a careful eye on the minimum libjoycode version! (Just pick
+# latest released at the time if necessary.)
+DEPEND=">=dev-libs/libjodycode-3.0"
RDEPEND="${DEPEND}"
IUSE="+dedupe lowmem hardened"