diff options
author | 2019-11-12 14:22:53 +0100 | |
---|---|---|
committer | 2019-11-12 14:22:53 +0100 | |
commit | 61cc07d408dafe031432ac4f5783edf8febd8e29 (patch) | |
tree | 99961fca5bac5731154ae815669d5cdff515a39d /sys-libs/db/db-5.1.29-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.1.29-r2.ebuild')
-rw-r--r-- | sys-libs/db/db-5.1.29-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/db/db-5.1.29-r2.ebuild b/sys-libs/db/db-5.1.29-r2.ebuild index e756c205a3cf..fa1ad448f712 100644 --- a/sys-libs/db/db-5.1.29-r2.ebuild +++ b/sys-libs/db/db-5.1.29-r2.ebuild @@ -48,7 +48,7 @@ PATCHES=( # use the includes from the prefix "${FILESDIR}"/${PN}-4.6-jni-check-prefix-first.patch - "${FILESDIR}"/${PN}-4.3-listen-to-java-options.patch + "${FILESDIR}"/${PN}-4.2-listen-to-java-options.patch # upstream autoconf fails to build DBM when it's supposed to # merged upstream in 5.0.26 |