summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Roman <davidroman96@gmail.com>2019-07-21 02:46:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-21 14:01:52 +0200
commit5bd1526cf0e8b971ebd3f5101f5f707bc6e33bf9 (patch)
tree1ad9fda1a1e86332e559beefaec3e65419545500 /dev-libs/spdlog/spdlog-9999.ebuild
parentapp-text/sigil: add USE=plugins (diff)
downloadgentoo-5bd1526cf0e8b971ebd3f5101f5f707bc6e33bf9.tar.gz
gentoo-5bd1526cf0e8b971ebd3f5101f5f707bc6e33bf9.tar.bz2
gentoo-5bd1526cf0e8b971ebd3f5101f5f707bc6e33bf9.zip
dev-libs/spdlog: fix patch of live ebuild
Closes: https://bugs.gentoo.org/689788 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: David Roman <davidroman96@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12486 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/spdlog/spdlog-9999.ebuild')
-rw-r--r--dev-libs/spdlog/spdlog-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/spdlog/spdlog-9999.ebuild b/dev-libs/spdlog/spdlog-9999.ebuild
index 497e7da9b419..a9cbb03ae992 100644
--- a/dev-libs/spdlog/spdlog-9999.ebuild
+++ b/dev-libs/spdlog/spdlog-9999.ebuild
@@ -25,13 +25,13 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-PATCHES=( "${FILESDIR}/${PN}-1.0.0-unbundle-fmt.patch" )
+PATCHES=( "${FILESDIR}/${PN}-9999-unbundle-fmt.patch" )
src_configure() {
rm -r include/spdlog/fmt/bundled || die
local mycmakeargs=(
- -DSPDLOG_BUILD_EXAMPLES=no
+ -DSPDLOG_BUILD_EXAMPLE=no
-DSPDLOG_BUILD_BENCH=no
-DSPDLOG_BUILD_TESTS=$(usex test)
)