Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (1af07ce3e48e1caba988a8ee302cc6d41efd039a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (1af07ce3e48e1caba988a8ee302cc6d41efd039a)
  • Date: Fri, 6 Sep 2019 18:25:06 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

gnome2-libs/glib2/DEPENDS | 2 +-
gnome2-libs/glib2/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 1af07ce3e48e1caba988a8ee302cc6d41efd039a
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

gnome2-libs/glib2: fixed libiconv flag in DEPENDS

diff --git a/gnome2-libs/glib2/DEPENDS b/gnome2-libs/glib2/DEPENDS
index a2b326d..0ecef5a 100755
--- a/gnome2-libs/glib2/DEPENDS
+++ b/gnome2-libs/glib2/DEPENDS
@@ -10,7 +10,7 @@ depends xz-utils &&
case "$HOST" in
*-gnu) ;;
*)
- depends libiconv 'iconv=gnu'
+ depends libiconv 'iconv=external'
;;
esac &&

diff --git a/gnome2-libs/glib2/HISTORY b/gnome2-libs/glib2/HISTORY
index 21c5461..01326ba 100644
--- a/gnome2-libs/glib2/HISTORY
+++ b/gnome2-libs/glib2/HISTORY
@@ -1,3 +1,6 @@
+2019-09-06 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: fixed libiconv flag
+
2019-09-02 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: versions 2.61.3/2.60.7




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (1af07ce3e48e1caba988a8ee302cc6d41efd039a), Pavel Vinogradov, 09/06/2019

Archive powered by MHonArc 2.6.24.

Top of Page