diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-08-13 15:41:01 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-08-14 07:58:14 +0200 |
commit | fd2d0563947b87780953c5e07cf78e65c3d4ae13 (patch) | |
tree | 1b094343a2439894ce3b2e27ec13f958998bb108 /sci-chemistry | |
parent | net-proxy/haproxy: remove unused patch (diff) | |
download | gentoo-fd2d0563947b87780953c5e07cf78e65c3d4ae13.tar.gz gentoo-fd2d0563947b87780953c5e07cf78e65c3d4ae13.tar.bz2 gentoo-fd2d0563947b87780953c5e07cf78e65c3d4ae13.zip |
sci-chemistry/gelemental: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/32283
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/gelemental/files/gelemental-2.0.1-pango.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sci-chemistry/gelemental/files/gelemental-2.0.1-pango.patch b/sci-chemistry/gelemental/files/gelemental-2.0.1-pango.patch deleted file mode 100644 index cd4b7b4ef2de..000000000000 --- a/sci-chemistry/gelemental/files/gelemental-2.0.1-pango.patch +++ /dev/null @@ -1,18 +0,0 @@ -Description: Fix build with Pango 1.50 -Applied-Upstream: https://github.com/ginggs/gelemental/commit/689d343086ca151ecc4c4a407c1650bc64c7c931 -Bug-Debian: https://bugs.debian.org/1005490 -Author: Graham Inggs <ginggs@debian.org> -Last-Update: 2022-04-24 - ---- a/libelemental/value.cc -+++ b/libelemental/value.cc -@@ -25,7 +25,7 @@ - - #include <ext/stdio_filebuf.h> - #include <glibmm/utility.h> --#include <pango/pango-attributes.h> -+#include <pango/pango.h> - - namespace Elemental { - - |