summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-07-08 08:49:35 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-07-08 08:49:35 +0000
commit99dfe54cdeda39179f38482fb718fd37094bf271 (patch)
tree5a221992bef05df8b5497db27d4cf509610225d7 /x11-libs
parentStable on ppc64 (diff)
downloadgentoo-2-99dfe54cdeda39179f38482fb718fd37094bf271.tar.gz
gentoo-2-99dfe54cdeda39179f38482fb718fd37094bf271.tar.bz2
gentoo-2-99dfe54cdeda39179f38482fb718fd37094bf271.zip
Add elog message about rebuilding the gtk-engines
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/gtk+/ChangeLog5
-rw-r--r--x11-libs/gtk+/gtk+-2.10.0.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog
index bd92acb91053..0cccfa2b7bde 100644
--- a/x11-libs/gtk+/ChangeLog
+++ b/x11-libs/gtk+/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/gtk+
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.242 2006/07/05 15:06:19 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.243 2006/07/08 08:49:35 genstef Exp $
+
+ 08 Jul 2006; Stefan Schweizer <genstef@gentoo.org> gtk+-2.10.0.ebuild:
+ Add elog message about rebuilding the gtk-engines
*gtk+-2.10.0 (05 Jul 2006)
diff --git a/x11-libs/gtk+/gtk+-2.10.0.ebuild b/x11-libs/gtk+/gtk+-2.10.0.ebuild
index 94f25255cf19..407b81913fa3 100644
--- a/x11-libs/gtk+/gtk+-2.10.0.ebuild
+++ b/x11-libs/gtk+/gtk+-2.10.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.10.0.ebuild,v 1.2 2006/07/05 17:20:33 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.10.0.ebuild,v 1.3 2006/07/08 08:49:35 genstef Exp $
inherit gnome.org flag-o-matic eutils debug autotools virtualx
@@ -158,4 +158,7 @@ pkg_postinst() {
einfo "in your xorg.conf. NVIDIA is working on this issue. "
einfo "See http://bugs.gentoo.org/113123 for more information."
+ if has_version "<x11-libs/gtk+-${PV:0:4}"; then
+ elog "After upgrading gtk+ minor versions you need to rebuild gtk-engines-*"
+ fi
}