Taskwarrior 2.4.1 was released yesterday. Includes mostly bugfixes affecting 2.4.0. Reproducible: Always
Created attachment 396706 [details] task 2.4.1 ebuild Ebuild is mostly identical to 2.4.0. As mentioned in 536596 the GnuTLS cmake patch is no longer necessary.
Comment on attachment 396706 [details] task 2.4.1 ebuild --- task-2.4.0.ebuild +++ task-2.4.1.ebuild @@ -15,8 +15,8 @@ KEYWORDS="~amd64 ~arm ~x86 ~x64-macos" IUSE="gnutls vim-syntax zsh-completion" -DEPEND="sys-libs/readline - gnutls? ( net-libs/gnutls ) +DEPEND="gnutls? ( net-libs/gnutls ) + sys-libs/readline elibc_glibc? ( sys-apps/util-linux )" RDEPEND="${DEPEND}" @@ -27,8 +27,6 @@ # don't automatically install scripts sed -i '/scripts/d' CMakeLists.txt || die - - epatch "${FILESDIR}"/${PN}-2.3.0-gnutls-automagic.patch } src_configure() {
Added to the tree.