app-editors/notepadnext: fix depend order

This commit is contained in:
SigHunter 2024-04-12 09:10:31 +02:00
parent f5b34656f9
commit affc6246e9
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,6 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="qt6"
DEPEND="${RDEPEND}"
RDEPEND="
x11-libs/libxcb:=
!qt6? (
@ -54,6 +53,7 @@ RDEPEND="
dev-qt/qt5compat:6
)
"
DEPEND="${RDEPEND}"
src_prepare() {
default