diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-02-19 00:08:40 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-02-19 00:08:40 +0000 |
commit | e65c690c4c59a7f8eeadca4282a8f912086d15ec (patch) | |
tree | 5cb69dcc693bcda2d3043fccd53018d9c25ae53b /dev-libs/glib/glib-2.32.4-r1.ebuild | |
parent | Add ~arm-linux keyword. (diff) | |
download | historical-e65c690c4c59a7f8eeadca4282a8f912086d15ec.tar.gz historical-e65c690c4c59a7f8eeadca4282a8f912086d15ec.tar.bz2 historical-e65c690c4c59a7f8eeadca4282a8f912086d15ec.zip |
Add epatch_user (bug #453560).
Package-Manager: portage-2.2.0_alpha163/cvs/Linux x86_64
Manifest-Sign-Key: 0xCF0ADD61
Diffstat (limited to 'dev-libs/glib/glib-2.32.4-r1.ebuild')
-rw-r--r-- | dev-libs/glib/glib-2.32.4-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/glib/glib-2.32.4-r1.ebuild b/dev-libs/glib/glib-2.32.4-r1.ebuild index 34fca60dc0f5..bfda3727c9a6 100644 --- a/dev-libs/glib/glib-2.32.4-r1.ebuild +++ b/dev-libs/glib/glib-2.32.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.32.4-r1.ebuild,v 1.10 2012/10/23 06:21:15 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.32.4-r1.ebuild,v 1.11 2013/02/19 00:08:33 tetromino Exp $ EAPI="4" PYTHON_DEPEND="utils? 2" @@ -110,6 +110,8 @@ src_prepare() { # https://bugzilla.gnome.org/show_bug.cgi?id=679306 epatch "${FILESDIR}/${PN}-2.34.0-testsuite-skip-thread4.patch" + epatch_user + # disable pyc compiling use test && python_clean_py-compile_files |