Install this version:
emerge -a =app-antivirus/clamav-gui-1.3.9
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-antivirus/clamav-gui-1.3.9
Or alternatively:
emerge --autounmask-write -a =app-antivirus/clamav-gui-1.3.9
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.3.9 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake xdg-utils
DESCRIPTION="Front-End for ClamAV"
HOMEPAGE="https://www.pling.com/p/1127892/"
SRC_URI="https://github.com/wusel1007/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
PATCHES=(
"${FILESDIR}/fix-installdir-1.3.9.patch"
)
pkg_postinst() {
xdg_desktop_database_update
}
DEPEND="app-antivirus/clamav
dev-qt/qtbase"
RDEPEND="${DEPEND}"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | clamav-gui-1.3.9.tar.gz | 2124279 bytes | https://github.com/wusel1007/clamav-gui/archive/v1.3.9.tar.gz |