[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e887bb2473104da48d928e7025f4119d7c12ccd8)

Vlad Glagolev scm at sourcemage.org
Mon Jun 20 11:41:36 EDT 2011


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

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

New commits:
commit e887bb2473104da48d928e7025f4119d7c12ccd8
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    cairo: bumped pixman version requirement

diff --git a/x11-libs/cairo/DEPENDS b/x11-libs/cairo/DEPENDS
index ad9278f..ba839d6 100755
--- a/x11-libs/cairo/DEPENDS
+++ b/x11-libs/cairo/DEPENDS
@@ -2,7 +2,7 @@ depends freetype2 '--enable-ft' &&
 depends fontconfig &&
 depends pixman &&
 
-if spell_ok pixman && [[ $(installed_version pixman) < 0.12 ]]; then
+if spell_ok pixman && [[ $(installed_version pixman) < 0.18.4 ]]; then
   force_depends pixman
 fi &&
 
diff --git a/x11-libs/cairo/HISTORY b/x11-libs/cairo/HISTORY
index 49e13b8..36cde1d 100644
--- a/x11-libs/cairo/HISTORY
+++ b/x11-libs/cairo/HISTORY
@@ -1,3 +1,6 @@
+2011-06-20 Vlad Glagolev <stealth at sourcemage.org>
+	* DEPENDS: bumped pixman version requirement
+
 2011-03-22 George Sherwood <gsherwood at sourcemage.org>
 	* CONFIGURE: Added option for tee surface backend feature
 	* BUILD: Added build to add option for TEE


More information about the SM-Commit mailing list