Skip to content

Commit

Permalink
dev-db/mysql-workbench: fix compilation on x86
Browse files Browse the repository at this point in the history
Re-add a patch applied to mysql-workbench 6.x earlier that got lost
somehow when introducing 8.x.

Fixes: https://bugs.gentoo.org/686308
Signed-off-by: Hans de Graaff <[email protected]>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
  • Loading branch information
graaff committed May 20, 2019
1 parent 135f868 commit 678162b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-db/mysql-workbench/mysql-workbench-8.0.14.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ S="${WORKDIR}"/"${MY_P}"

PATCHES=(
"${FILESDIR}/${PN}-6.2.5-wbcopytables.patch"
"${FILESDIR}/${PN}-6.3.10-i386-json.patch"
)

src_unpack() {
Expand Down
1 change: 1 addition & 0 deletions dev-db/mysql-workbench/mysql-workbench-8.0.15.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ S="${WORKDIR}"/"${MY_P}"

PATCHES=(
"${FILESDIR}/${PN}-6.2.5-wbcopytables.patch"
"${FILESDIR}/${PN}-6.3.10-i386-json.patch"
)

src_unpack() {
Expand Down
1 change: 1 addition & 0 deletions dev-db/mysql-workbench/mysql-workbench-8.0.16.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ S="${WORKDIR}"/"${MY_P}"

PATCHES=(
"${FILESDIR}/${PN}-6.2.5-wbcopytables.patch"
"${FILESDIR}/${PN}-6.3.10-i386-json.patch"
)

src_unpack() {
Expand Down

0 comments on commit 678162b

Please sign in to comment.