diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-11-12 14:22:53 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-11-12 14:22:53 +0100 |
commit | 61cc07d408dafe031432ac4f5783edf8febd8e29 (patch) | |
tree | 99961fca5bac5731154ae815669d5cdff515a39d /sys-libs/db/db-5.3.28-r2.ebuild | |
parent | media-gfx/blender-2.79b: fix #685922 (diff) | |
download | gentoo-61cc07d408dafe031432ac4f5783edf8febd8e29.tar.gz gentoo-61cc07d408dafe031432ac4f5783edf8febd8e29.tar.bz2 gentoo-61cc07d408dafe031432ac4f5783edf8febd8e29.zip |
sys-libs/db: Fixed regressions introduced by commit a429a28d
Closes: https://bugs.gentoo.org/699940
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-libs/db/db-5.3.28-r2.ebuild')
-rw-r--r-- | sys-libs/db/db-5.3.28-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/db/db-5.3.28-r2.ebuild b/sys-libs/db/db-5.3.28-r2.ebuild index ab3e1ac51059..65935b031707 100644 --- a/sys-libs/db/db-5.3.28-r2.ebuild +++ b/sys-libs/db/db-5.3.28-r2.ebuild @@ -58,7 +58,7 @@ src_prepare() { # use the includes from the prefix epatch "${FILESDIR}"/${PN}-4.6-jni-check-prefix-first.patch - epatch "${FILESDIR}"/${PN}-4.3-listen-to-java-options.patch + epatch "${FILESDIR}"/${PN}-4.2-listen-to-java-options.patch # sqlite configure call has an extra leading .. # upstreamed:5.2.36, missing in 5.3.x |