diff options
author | Mart Raudsepp <leio@gentoo.org> | 2006-12-07 12:59:49 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2006-12-07 12:59:49 +0000 |
commit | 082de3a480c81f60bbfb88764377c9e8924a628f (patch) | |
tree | ec5677e5383d4d789a0dc421414dfc8f15e7b3a8 /x11-libs/gtk+ | |
parent | force -O2 to avoid register depletion in x86 (diff) | |
download | gentoo-2-082de3a480c81f60bbfb88764377c9e8924a628f.tar.gz gentoo-2-082de3a480c81f60bbfb88764377c9e8924a628f.tar.bz2 gentoo-2-082de3a480c81f60bbfb88764377c9e8924a628f.zip |
Fix the broken syntax in elog for the module rebuild suggestion, bug #157419
(Portage version: 2.1.2_rc2-r5)
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r-- | x11-libs/gtk+/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-2.10.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index c158cad3cb56..1e95900a5c19 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.289 2006/12/07 03:43:50 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.290 2006/12/07 12:59:49 leio Exp $ + + 07 Dec 2006; Mart Raudsepp <leio@gentoo.org> gtk+-2.10.6.ebuild: + Fix the broken syntax in elog for the module rebuild suggestion, bug #157419 07 Dec 2006; Doug Goldstein <cardoe@gentoo.org> gtk+-2.10.6.ebuild: Removed pdf USE flag check since cairo no longer has the pdf USE flag diff --git a/x11-libs/gtk+/gtk+-2.10.6.ebuild b/x11-libs/gtk+/gtk+-2.10.6.ebuild index c317ef228276..26f8d92144f4 100644 --- a/x11-libs/gtk+/gtk+-2.10.6.ebuild +++ b/x11-libs/gtk+/gtk+-2.10.6.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.6.ebuild,v 1.10 2006/12/07 03:43:50 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.10.6.ebuild,v 1.11 2006/12/07 12:59:49 leio Exp $ inherit gnome.org flag-o-matic eutils debug autotools virtualx @@ -150,6 +150,6 @@ pkg_postinst() { if [ -e /usr/lib/gtk-2.0/2.[^1]* ]; then elog "You need to rebuild ebuilds that installed into" /usr/lib/gtk-2.0/2.[^1]* elog "to do that you can use qfile from portage-utils:" - elog "emerge -va1 \$(qfile -qC" /usr/lib/gtk-2.0/2.[^1]* ")" + elog "emerge -va1 \$(qfile -qC /usr/lib/gtk-2.0/2.[^1]*)" fi } |