diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-07-24 11:19:34 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-07-24 11:19:34 +0000 |
commit | 87aeb2b32fc75d10be060783b86c4b78420a4a32 (patch) | |
tree | 07e11baf93fb3b43c174a5f0ee39bb79db56c67b /dev-libs/json-glib/json-glib-0.12.6.ebuild | |
parent | Initial import, bug #264912, thank Sławomir Nizio for this job. (diff) | |
download | gentoo-2-87aeb2b32fc75d10be060783b86c4b78420a4a32.tar.gz gentoo-2-87aeb2b32fc75d10be060783b86c4b78420a4a32.tar.bz2 gentoo-2-87aeb2b32fc75d10be060783b86c4b78420a4a32.zip |
Add development release for testing purpose.
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/json-glib/json-glib-0.12.6.ebuild')
-rw-r--r-- | dev-libs/json-glib/json-glib-0.12.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/json-glib/json-glib-0.12.6.ebuild b/dev-libs/json-glib/json-glib-0.12.6.ebuild index 0d29a2709c8d..a07054f8220f 100644 --- a/dev-libs/json-glib/json-glib-0.12.6.ebuild +++ b/dev-libs/json-glib/json-glib-0.12.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.12.6.ebuild,v 1.1 2011/06/16 07:44:43 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.12.6.ebuild,v 1.2 2011/07/24 11:19:34 eva Exp $ EAPI="4" GCONF_DEBUG="yes" @@ -25,6 +25,6 @@ pkg_setup() { DOCS="AUTHORS ChangeLog NEWS README" # Coverage support is useless, and causes runtime problems G2CONF="${G2CONF} - --disable-coverage + --disable-gcov $(use_enable introspection)" } |