diff options
author | 2012-11-10 05:00:59 +0000 | |
---|---|---|
committer | 2012-11-10 05:00:59 +0000 | |
commit | 88dc21fac2b2bebb727cbeecae442984ad170e5d (patch) | |
tree | 991f08f30ce445c19491a826dd23bf0f9ac81cd1 /dev-libs/glib | |
parent | Version bump, no code changes. (diff) | |
download | gentoo-2-88dc21fac2b2bebb727cbeecae442984ad170e5d.tar.gz gentoo-2-88dc21fac2b2bebb727cbeecae442984ad170e5d.tar.bz2 gentoo-2-88dc21fac2b2bebb727cbeecae442984ad170e5d.zip |
Version bump with various bugfixes. Drop old.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'dev-libs/glib')
-rw-r--r-- | dev-libs/glib/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/glib/glib-2.34.2.ebuild (renamed from dev-libs/glib/glib-2.34.0.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-libs/glib/ChangeLog b/dev-libs/glib/ChangeLog index 283d2c38245c..6793cea63b76 100644 --- a/dev-libs/glib/ChangeLog +++ b/dev-libs/glib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/glib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.548 2012/10/23 06:21:15 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.549 2012/11/10 05:00:59 tetromino Exp $ + +*glib-2.34.2 (10 Nov 2012) + + 10 Nov 2012; Alexandre Rostovtsev <tetromino@gentoo.org> -glib-2.34.0.ebuild, + +glib-2.34.2.ebuild: + Version bump with various bugfixes. Drop old. 23 Oct 2012; Alexandre Rostovtsev <tetromino@gentoo.org> glib-2.32.4-r1.ebuild: diff --git a/dev-libs/glib/glib-2.34.0.ebuild b/dev-libs/glib/glib-2.34.2.ebuild index 9233e3e956d1..553a242f00b2 100644 --- a/dev-libs/glib/glib-2.34.0.ebuild +++ b/dev-libs/glib/glib-2.34.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.34.0.ebuild,v 1.4 2012/10/17 07:37:32 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.34.2.ebuild,v 1.1 2012/11/10 05:00:59 tetromino Exp $ EAPI="4" PYTHON_DEPEND="utils? 2" @@ -79,8 +79,8 @@ src_prepare() { fi # Disable tests requiring dbus-python and pygobject; bugs #349236, #377549, #384853 - if ! has_version dev-python/dbus-python || ! has_version 'dev-python/pygobject:2' ; then - ewarn "Some tests will be skipped due to dev-python/dbus-python or dev-python/pygobject:2" + if ! has_version dev-python/dbus-python || ! has_version 'dev-python/pygobject:3' ; then + ewarn "Some tests will be skipped due to dev-python/dbus-python or dev-python/pygobject:3" ewarn "not being present on your system, think on installing them to get these tests run." sed -i -e "/connection\/filter/d" gio/tests/gdbus-connection.c || die sed -i -e "/connection\/large_message/d" gio/tests/gdbus-connection-slow.c || die |