diff options
author | 2024-06-28 10:43:05 +0300 | |
---|---|---|
committer | 2024-06-28 10:43:35 +0300 | |
commit | c1f9051399f236b774aaa1fb51449a1eb9f30d85 (patch) | |
tree | aed0879a0bd19313d9f4e9f10d99688e4c451718 /app-text/cherrytree | |
parent | app-text/cherrytree: Remove old versions (diff) | |
download | gentoo-c1f9051399f236b774aaa1fb51449a1eb9f30d85.tar.gz gentoo-c1f9051399f236b774aaa1fb51449a1eb9f30d85.tar.bz2 gentoo-c1f9051399f236b774aaa1fb51449a1eb9f30d85.zip |
app-text/cherrytree: adjust deps in 1.1.2
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-text/cherrytree')
-rw-r--r-- | app-text/cherrytree/cherrytree-1.1.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-text/cherrytree/cherrytree-1.1.2.ebuild b/app-text/cherrytree/cherrytree-1.1.2.ebuild index 017298510059..136172d6e48a 100644 --- a/app-text/cherrytree/cherrytree-1.1.2.ebuild +++ b/app-text/cherrytree/cherrytree-1.1.2.ebuild @@ -38,13 +38,13 @@ RDEPEND="app-i18n/uchardet dev-libs/fribidi dev-libs/glib:2 dev-libs/libfmt:= + dev-libs/libsigc++:2 dev-libs/libxml2:2 - dev-libs/spdlog:= >=x11-libs/vte-0.70.2:2.91 net-misc/curl - x11-libs/cairo - x11-libs/gtk+:3 - x11-libs/pango" + x11-libs/cairo[X] + x11-libs/gtk+:3[X] + x11-libs/pango[X]" DEPEND="${PYTHON_DEPS} ${RDEPEND}" |