summaryrefslogtreecommitdiffstats
path: root/x11-libs/cairo
diff options
context:
space:
mode:
authorVlad Glagolev2011-06-20 19:41:30 +0400
committerVlad Glagolev2011-06-20 19:41:30 +0400
commite887bb2473104da48d928e7025f4119d7c12ccd8 (patch)
treebe679e33f8d4b3f1c8ba3716c4d288bd84949240 /x11-libs/cairo
parent793a985bb1fd25b782cca1009aa9901197e554de (diff)
cairo: bumped pixman version requirement
Diffstat (limited to 'x11-libs/cairo')
-rwxr-xr-xx11-libs/cairo/DEPENDS2
-rw-r--r--x11-libs/cairo/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/x11-libs/cairo/DEPENDS b/x11-libs/cairo/DEPENDS
index ad9278fe75..ba839d65c5 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 49e13b8835..36cde1d483 100644
--- a/x11-libs/cairo/HISTORY
+++ b/x11-libs/cairo/HISTORY
@@ -1,3 +1,6 @@
+2011-06-20 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: bumped pixman version requirement
+
2011-03-22 George Sherwood <gsherwood@sourcemage.org>
* CONFIGURE: Added option for tee surface backend feature
* BUILD: Added build to add option for TEE