commit:     ed937eaf528aa5cf4779997c45c0d8d14590eed4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 16:20:45 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 16:20:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed937eaf

sci-electronics/fritzing: Fix typo in quazip sed

Reported-by: Dan Johansson <Dan.Johansson <AT> dmj.nu>
Closes: https://bugs.gentoo.org/772401
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-electronics/fritzing/fritzing-0.9.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-electronics/fritzing/fritzing-0.9.4-r2.ebuild 
b/sci-electronics/fritzing/fritzing-0.9.4-r2.ebuild
index c3dc3e35c2b..8a0a7c564b1 100644
--- a/sci-electronics/fritzing/fritzing-0.9.4-r2.ebuild
+++ b/sci-electronics/fritzing/fritzing-0.9.4-r2.ebuild
@@ -51,7 +51,7 @@ src_prepare() {
        xdg_src_prepare
 
        if has_version "<dev-libs/quazip-1.0"; then
-               sed -e "/^PKGCONFIG/s/quazip/quazip1-qt5/" -i phoenix.pro || die
+               sed -e "/PKGCONFIG/s/quazip1-qt5/quazip/" -i phoenix.pro || die
        fi
 
        # Get a rid of the bundled libs

Reply via email to