app-admin/boinctui: add 2.7.2, drop 2.7.1

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2026-02-28 20:42:47 +05:00
parent 69efe46e5c
commit ce3cf439d3
2 changed files with 5 additions and 2 deletions

View File

@@ -1 +1,2 @@
DIST boinctui_2.7.1.orig.tar.gz 98119 BLAKE2B 580b2042ff9934218870a6389cc9b3454937a7e5a090c1b686e01565bdf6d0619491bb4aef583ff0d3806e2e50841987cbff2d9449a5289f82bc7c447c8b59c3 SHA512 c338109e66aa0ad3f53c5eac40d8acbed4543f58704cf8487b36d3665c1829f21c1dd92fea03d352efc89bce3f0adc19caf69ac74d1c454ac5eb952f2694347c
DIST boinctui_2.7.2.orig.tar.gz 98999 BLAKE2B ace86b592fef76edfb39d03fc5f8b6d4d839d553ca93cee221ddc82bfc4eb4e617ba0231d7f84147333b6954aeca67912c9aff8cedfa79c1d378762c19019434 SHA512 ee0b93e3a4394907e46980f60b21e75264c8285414d009725533326067891660046464cc1a1bbd6f622bd9d77fb3023a3e1d08530b5d8ab73154774fb738524d

View File

@@ -1,4 +1,4 @@
# Copyright 2024 Gentoo Authors
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -32,7 +32,9 @@ src_prepare() {
src_configure() {
local myeconfargs=(
--with-boinc-dir="${EPREFIX}/var/lib/boinc"
$(use_with gnutls)
# $(use_with ...) is broken here
$(usex !gnutls "--without-gnutls" "")
)
econf "${myeconfargs[@]}"