Skip to content

Commit

Permalink
dev-libs/ossp-uuid: Fix missing eapply_user call for USE=-php wrt bug…
Browse files Browse the repository at this point in the history
… 603066

Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
Brian Evans committed Dec 19, 2016
1 parent a43ecbc commit 6d1a2ab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dev-libs/ossp-uuid/ossp-uuid-1.6.2-r6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ src_prepare() {
done

php-ext-source-r3_src_prepare
#Remove call by reference which is error
sed -i -e 's/\&\$/\$/' -e '/?>/d' "${S}/php/uuid.php5" || die
else
eapply_user
fi
#Remove call by reference which is error
sed -i -e 's/\&\$/\$/' -e '/?>/d' "${S}/php/uuid.php5" || die
}

src_configure() {
Expand Down

0 comments on commit 6d1a2ab

Please sign in to comment.