Skip to content

Commit 8674439

Browse files
RvdEyurivict
authored andcommitted
net-p2p/qbittorrent: Remove USE_QT=svg from the nox flavor
1 parent 26c2f4a commit 8674439

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

net-p2p/qbittorrent/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PORTNAME= qbittorrent
22
DISTVERSION= 4.5.5
3-
PORTREVISION= 2
3+
PORTREVISION= 3
44
CATEGORIES= net-p2p
55
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
66

@@ -26,7 +26,7 @@ nox_PKGNAMESUFFIX= -nox
2626
nox_PLIST= ${MASTERDIR}/pkg-plist-nox
2727

2828
USES= compiler:c++14-lang cpe pkgconfig cmake qt:6 ssl tar:xz
29-
USE_QT= base svg translations
29+
USE_QT= base translations
3030
USE_CXXSTD= c++17 # prevent boost-related SEGV, see bug#264278
3131

3232
USE_GITHUB= nodefault
@@ -37,6 +37,7 @@ CMAKE_ON= QT6
3737

3838
.if ${FLAVOR} == default
3939
USES+= desktop-file-utils gl
40+
USE_QT+= svg
4041
USE_GL= gl
4142
CMAKE_OFF= WEBUI
4243
.endif

0 commit comments

Comments
 (0)