diff options
author | Ruben Bressler <ruben.bressler@cerpamid.co.cu> | 2010-07-20 13:48:46 -0400 |
---|---|---|
committer | Ruben Bressler <ruben.bressler@cerpamid.co.cu> | 2010-07-20 13:48:46 -0400 |
commit | e3441e7d8c28035e5ff69fae7d47c0240c6c151f (patch) | |
tree | 9c45c855d2ff4bed5295551d2f34fc62a4914da8 /dev-libs | |
parent | 20100720 - Cambio automático (diff) | |
download | rubenqba-e3441e7d8c28035e5ff69fae7d47c0240c6c151f.tar.gz rubenqba-e3441e7d8c28035e5ff69fae7d47c0240c6c151f.tar.bz2 rubenqba-e3441e7d8c28035e5ff69fae7d47c0240c6c151f.zip |
20100720 - Cambio automático
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/glib/glib-2.25.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/glib/glib-2.25.12.ebuild b/dev-libs/glib/glib-2.25.12.ebuild index 4f6541f..aa1eab9 100644 --- a/dev-libs/glib/glib-2.25.12.ebuild +++ b/dev-libs/glib/glib-2.25.12.ebuild @@ -45,14 +45,14 @@ src_prepare() { # Don't fail gio tests when ran without userpriv, upstream bug 552912 # This is only a temporary workaround, remove as soon as possible - #epatch "${FILESDIR}/${PN}-2.18.1-workaround-gio-test-failure-without-userpriv.patch" + epatch "${FILESDIR}/${PN}-2.18.1-workaround-gio-test-failure-without-userpriv.patch" # Fix gmodule issues on fbsd; bug #184301 epatch "${FILESDIR}"/${PN}-2.12.12-fbsd.patch # Don't check for python, hence removing the build-time python dep. # We remove the gdb python scripts in src_install due to bug 291328 - epatch "${FILESDIR}/${PN}-2.24-punt-python-check.patch" + #epatch "${FILESDIR}/${PN}-2.24-punt-python-check.patch" # Fix test failure when upgrading from 2.22 to 2.24, upstream bug 621368 epatch "${FILESDIR}/${PN}-2.24-assert-test-failure.patch" |