dev-python/soundfile: Improve ebuild for QA

Fixes:
  VariableOrderWrong: version 0.12.1-r1: variable LICENSE should occur before KEYWORDS

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2024-12-05 07:14:10 +01:00
parent 0d2a2a7cb2
commit d2b330e4a9
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -24,10 +24,10 @@ else
S="${WORKDIR}/python-${PN}-${COMMIT_ID}"
fi
fi
KEYWORDS="~amd64"
LICENSE="PySoundFile-BSD-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
# Some tests result in sandbox violations.
RESTRICT="test"