commit: d4d56b1e030d21e6c799d09ee1e1793169fc1319 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 8 06:43:07 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 8 06:43:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d56b1e
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 <AT> gentoo.org> app-misc/jdupes/jdupes-1.26.1.ebuild | 4 +++- app-misc/jdupes/jdupes-9999.ebuild | 4 +++- 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"
