From 6620e74643e0baf040488557b1fff7273654a44d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 15 Jul 2011 10:06:47 -0700 Subject: Skip QA Notice for hasq/useq during *rm phases. --- bin/ebuild.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/ebuild.sh') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 2ef40cbd0..4aef4134d 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -128,7 +128,8 @@ esyslog() { } useq() { - eqawarn "QA Notice: The 'useq' function is deprecated (replaced by 'use')" + has $EBUILD_PHASE prerm postrm || eqawarn \ + "QA Notice: The 'useq' function is deprecated (replaced by 'use')" use ${1} } -- cgit v1.2.3-1-g7c22