diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2024-10-01 15:17:10 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2024-10-01 15:17:10 -0400 |
commit | e245d604937b9994a92f59aed27146c557601591 (patch) | |
tree | e96a32cf51b309a0f13cedeff8d639bb0924e2ee | |
parent | 04457e252257da1d264c0b8c087d77909a96c4bc (diff) | |
download | gentoo-overlay-e245d604937b9994a92f59aed27146c557601591.tar.xz gentoo-overlay-e245d604937b9994a92f59aed27146c557601591.zip |
mail-client/astroid: update dependencies
-rw-r--r-- | mail-client/astroid/astroid-9999.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail-client/astroid/astroid-9999.ebuild b/mail-client/astroid/astroid-9999.ebuild index a75b422..ba7e4c7 100644 --- a/mail-client/astroid/astroid-9999.ebuild +++ b/mail-client/astroid/astroid-9999.ebuild @@ -3,8 +3,6 @@ EAPI=7 -: "${CMAKE_MAKEFILE_GENERATOR:=ninja}" - inherit cmake git-r3 optfeature virtualx DESCRIPTION="lightweight graphical threads-with-tags style email client for notmuch" @@ -36,16 +34,18 @@ RDEPEND=" >=dev-cpp/gtkmm-3.10:3.0 dev-libs/boost[nls] dev-libs/libsass - >=dev-libs/protobuf-3.6.0:= - net-libs/libsoup:2.4 - >=net-libs/webkit-gtk-2.22.0:4 + >=dev-libs/protobuf-3.6.0:=[protobuf] + || ( + >=net-libs/webkit-gtk-2.22.0:4.1= + >=net-libs/webkit-gtk-2.22.0:4= + ) net-mail/notmuch " DEPEND="${RDEPEND} doc? ( || ( app-text/scdoc - app-text/ronn + app-text/ronn-ng ) ) test? ( |