Skip to Content.
Sympa Menu

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

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 (f29ee634966cb9af744c23dc5092cdc066547bda)
  • Date: Fri, 14 Oct 2016 12:52:01 +0000

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

devel/universalindentgui/DEPENDS | 2 +-
devel/universalindentgui/HISTORY | 3 +++
graphics-libs/mesalib/DEPENDS | 2 +-
graphics-libs/mesalib/HISTORY | 3 +++
4 files changed, 8 insertions(+), 2 deletions(-)

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

universalindentgui: Fix Qt5 dependency test

commit ba098342467c293a74c3b67d59224dc361bc9726
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

mesalib: Switch dependency from libelf to LIBELF

diff --git a/devel/universalindentgui/DEPENDS
b/devel/universalindentgui/DEPENDS
index c3d9afd..4666ebc 100755
--- a/devel/universalindentgui/DEPENDS
+++ b/devel/universalindentgui/DEPENDS
@@ -1,5 +1,5 @@
depends QT &&
depends qscintilla &&
-if is_depends_enabled qtbase; then
+if is_depends_enabled $SPELL qtbase; then
depends qtscript
fi
diff --git a/devel/universalindentgui/HISTORY
b/devel/universalindentgui/HISTORY
index 1bd3125..c36c406 100644
--- a/devel/universalindentgui/HISTORY
+++ b/devel/universalindentgui/HISTORY
@@ -1,2 +1,5 @@
+2016-10-14 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Fixed Qt5 test
+
2016-10-12 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, PRE_BUILD: spell created
diff --git a/graphics-libs/mesalib/DEPENDS b/graphics-libs/mesalib/DEPENDS
index 3d467fa..355d894 100755
--- a/graphics-libs/mesalib/DEPENDS
+++ b/graphics-libs/mesalib/DEPENDS
@@ -36,7 +36,7 @@ esac &&

if [[ -n ${MESALIB_GALLIUM} ]] && [[ "${MESALIB_GALLIUM}" != "none" ]]; then
depends llvm &&
- depends libelf &&
+ depends LIBELF &&
depends mako &&
depends python &&
if list_find "${MESA_EGL}" wayland;then
diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index b1862aa..7839cce 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,6 @@
+2016-10-14 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: libelf -> LIBELF
+
2016-10-06 Pavel Vinogradov <public AT sourcemage.org>
* PRE_BUILD: fixed sed script for headers according to scm branch,
generalized search pattern



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f29ee634966cb9af744c23dc5092cdc066547bda), Ismael Luceno, 10/14/2016

Archive powered by MHonArc 2.6.24.

Top of Page