summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-24 22:19:18 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-24 22:19:18 +0200
commit78bbce2bbe7f81596cc75e5ea83e755e9f130bbe (patch)
tree2e42ca140ed15c5ec6fa3ee4923b4b169b361ddc /dev-libs
parentprofiles: arm64: Drop kde-apps/kitinerary[barcode] mask (diff)
downloadgentoo-78bbce2bbe7f81596cc75e5ea83e755e9f130bbe.tar.gz
gentoo-78bbce2bbe7f81596cc75e5ea83e755e9f130bbe.tar.bz2
gentoo-78bbce2bbe7f81596cc75e5ea83e755e9f130bbe.zip
dev-libs/libixion: Patch already upstreamed
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libixion/files/libixion-9999-spdlog-non-bundled-fmt.patch25
-rw-r--r--dev-libs/libixion/libixion-9999.ebuild2
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-libs/libixion/files/libixion-9999-spdlog-non-bundled-fmt.patch b/dev-libs/libixion/files/libixion-9999-spdlog-non-bundled-fmt.patch
deleted file mode 100644
index 2cf5cb0a1848..000000000000
--- a/dev-libs/libixion/files/libixion-9999-spdlog-non-bundled-fmt.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 389c8def65406ae92077686a2e9095afebab28f4 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Wed, 24 Jul 2019 20:01:01 +0200
-Subject: [PATCH] Fix build when built against spdlog without bundled fmt
-
----
- src/libixion/dirty_cell_tracker.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/libixion/dirty_cell_tracker.cpp b/src/libixion/dirty_cell_tracker.cpp
-index 42d338b..7e6e3cc 100644
---- a/src/libixion/dirty_cell_tracker.cpp
-+++ b/src/libixion/dirty_cell_tracker.cpp
-@@ -16,7 +16,7 @@
- #include <limits>
-
- #include <spdlog/spdlog.h>
--#include <spdlog/fmt/bundled/ostream.h>
-+#include <spdlog/fmt/ostr.h>
-
- namespace ixion {
-
---
-2.22.0
-
diff --git a/dev-libs/libixion/libixion-9999.ebuild b/dev-libs/libixion/libixion-9999.ebuild
index 92f685ee869e..ff21270e7421 100644
--- a/dev-libs/libixion/libixion-9999.ebuild
+++ b/dev-libs/libixion/libixion-9999.ebuild
@@ -32,8 +32,6 @@ DEPEND="${RDEPEND}
dev-libs/spdlog
"
-PATCHES=( "${FILESDIR}"/${P}-spdlog-non-bundled-fmt.patch )
-
pkg_setup() {
use python && python-single-r1_pkg_setup
}