aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-02 23:47:30 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-02 23:47:30 +0200
commit95da84733ff80fec09601e677709197ff8b2a9a7 (patch)
tree1689f6f7a4966b5a3aaa59f6865fecdee381e45c
parentEmit QA notices for setuptools warnings (diff)
downloadportage-95da84733ff80fec09601e677709197ff8b2a9a7.tar.gz
portage-95da84733ff80fec09601e677709197ff8b2a9a7.tar.bz2
portage-95da84733ff80fec09601e677709197ff8b2a9a7.zip
Fix typo in <stabilize-allarches/> QA notice
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rwxr-xr-xbin/misc-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index ddf53beea..97bd78ec8 100755
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@ -203,7 +203,7 @@ install_qa_check() {
if [[ -s ${PORTAGE_BUILDDIR}/build-info/NEEDED.ELF.2 ]]; then
if grep -qs '<stabilize-allarches/>' "${EBUILD%/*}/metadata.xml"; then
- eqawarn "QA Notice: stabilize-allarches/> found on package installing ELF files"
+ eqawarn "QA Notice: <stabilize-allarches/> found on package installing ELF files"
fi
if has binchecks ${RESTRICT}; then