diff options
author | 2013-06-10 19:39:53 +0000 | |
---|---|---|
committer | 2013-06-10 19:39:53 +0000 | |
commit | cd692d27ebd915dd1c050a5fea9e19856a2146c9 (patch) | |
tree | d8b286dcbb5f5b8a7d962c0e8ec7899558d6a518 /dev-libs/glib | |
parent | Version bump. (diff) | |
download | gentoo-2-cd692d27ebd915dd1c050a5fea9e19856a2146c9.tar.gz gentoo-2-cd692d27ebd915dd1c050a5fea9e19856a2146c9.tar.bz2 gentoo-2-cd692d27ebd915dd1c050a5fea9e19856a2146c9.zip |
Stop showing warnings about dbus-glib rebuilding as looks to not be needed for a long time.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-libs/glib')
-rw-r--r-- | dev-libs/glib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/glib/glib-2.36.3.ebuild | 12 |
2 files changed, 12 insertions, 6 deletions
diff --git a/dev-libs/glib/ChangeLog b/dev-libs/glib/ChangeLog index f46bb7cc709d..cae4b4917f48 100644 --- a/dev-libs/glib/ChangeLog +++ b/dev-libs/glib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/glib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.561 2013/06/10 09:32:09 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.562 2013/06/10 19:39:53 pacho Exp $ + + 10 Jun 2013; Pacho Ramos <pacho@gentoo.org> glib-2.36.3.ebuild: + Stop showing warnings about dbus-glib rebuilding as looks to not be needed for + a long time. *glib-2.36.3 (10 Jun 2013) diff --git a/dev-libs/glib/glib-2.36.3.ebuild b/dev-libs/glib/glib-2.36.3.ebuild index 86391e877c4c..e420a81232c4 100644 --- a/dev-libs/glib/glib-2.36.3.ebuild +++ b/dev-libs/glib/glib-2.36.3.ebuild @@ -1,6 +1,6 @@ # 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.36.3.ebuild,v 1.1 2013/06/10 09:32:09 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.36.3.ebuild,v 1.2 2013/06/10 19:39:53 pacho Exp $ EAPI="5" PYTHON_COMPAT=( python2_{5,6,7} ) @@ -233,12 +233,14 @@ pkg_preinst() { } pkg_postinst() { + # For now disabled as looks to not break for a long time + # # Inform users about possible breakage when updating glib and not dbus-glib, bug #297483 # TODO: add a subslotted virtual to trigger this automatically - if has_version dev-libs/dbus-glib; then - ewarn "If you experience a breakage after updating dev-libs/glib try" - ewarn "rebuilding dev-libs/dbus-glib" - fi +# if has_version dev-libs/dbus-glib; then +# ewarn "If you experience a breakage after updating dev-libs/glib try" +# ewarn "rebuilding dev-libs/dbus-glib" +# fi if has_version '<x11-libs/gtk+-3.0.12:3'; then # To have a clear upgrade path for gtk+-3.0.x users, have to resort to |