Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (0da6c55b3ab3eeed858aa5c85da08cdf1aec3c31)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (0da6c55b3ab3eeed858aa5c85da08cdf1aec3c31)
  • Date: Tue, 8 Nov 2022 18:24:38 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

graphics/inkscape/DEPENDS | 2 +-
graphics/inkscape/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 0da6c55b3ab3eeed858aa5c85da08cdf1aec3c31
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

inkscape: Fix typo in boost subdep

diff --git a/graphics/inkscape/DEPENDS b/graphics/inkscape/DEPENDS
index eddd7b5..8ca79ec 100755
--- a/graphics/inkscape/DEPENDS
+++ b/graphics/inkscape/DEPENDS
@@ -1,7 +1,7 @@
. "$GRIMOIRE"/CMAKE_DEPENDS &&
depends -sub CXX gcc &&
depends gsl &&
-depends -sub IOSTREAMS,FILESYSTEM boost &&
+depends -sub 'IOSTREAMS FILESYSTEM' boost &&
depends gtkmm3 &&
depends libxml2 &&
depends libxslt &&
diff --git a/graphics/inkscape/HISTORY b/graphics/inkscape/HISTORY
index f178e2f..21947a5 100644
--- a/graphics/inkscape/HISTORY
+++ b/graphics/inkscape/HISTORY
@@ -1,3 +1,6 @@
+2022-11-08 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: fixed typo in boost subdep
+
2022-04-13 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: added subdep on filesystem boost lib




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (0da6c55b3ab3eeed858aa5c85da08cdf1aec3c31), Ismael Luceno, 11/08/2022

Archive powered by MHonArc 2.6.24.

Top of Page