summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-11-14 22:14:12 +0100
committerPetr Vaněk <arkamar@gentoo.org>2024-11-14 22:21:14 +0100
commite6799fb4727fed665b7efa49a570f82680241e46 (patch)
treeea1cbf0fbdccbd93c96ae9afd267658bc002873c /app-text
parentapp-text/cherrytree: use braces for PV variable in SRC_URI (diff)
downloadgentoo-e6799fb4727fed665b7efa49a570f82680241e46.tar.gz
gentoo-e6799fb4727fed665b7efa49a570f82680241e46.tar.bz2
gentoo-e6799fb4727fed665b7efa49a570f82680241e46.zip
app-text/cherrytree: restrict <libfmt-11 in 1.1.4
The cherrytree-1.1.4 does not compile with libfmt-11, see [1]. The issue was already fixed upstream in version 1.2.0 [2]. [1] https://github.com/giuspen/cherrytree/issues/2548 [2] https://github.com/giuspen/cherrytree/pull/2560 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/cherrytree/cherrytree-1.1.4-r2.ebuild (renamed from app-text/cherrytree/cherrytree-1.1.4-r1.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/cherrytree/cherrytree-1.1.4-r1.ebuild b/app-text/cherrytree/cherrytree-1.1.4-r2.ebuild
index 112fe0853cc1..b15546fb1a6e 100644
--- a/app-text/cherrytree/cherrytree-1.1.4-r1.ebuild
+++ b/app-text/cherrytree/cherrytree-1.1.4-r2.ebuild
@@ -27,6 +27,7 @@ IUSE="nls test"
# Has deps that aren't available in ::gentoo repo
RESTRICT="test"
+# <dev-libs/libfmt-11 https://github.com/giuspen/cherrytree/issues/2548
RDEPEND="app-i18n/uchardet
app-text/gspell:=
>=dev-cpp/glibmm-2.64.2:2
@@ -37,7 +38,7 @@ RDEPEND="app-i18n/uchardet
dev-db/sqlite:3
dev-libs/fribidi
dev-libs/glib:2
- dev-libs/libfmt:=
+ <dev-libs/libfmt-11:=
dev-libs/libsigc++:2
dev-libs/libxml2:2
>=dev-libs/spdlog-1.5:=