diff options
author | 2008-11-30 13:13:59 +0000 | |
---|---|---|
committer | 2008-11-30 13:13:59 +0000 | |
commit | f4a0f4450d4e5514030b9db204a7a04db9a389c5 (patch) | |
tree | fb4173550e0760eb3c0b07c68b07648ef4555edf /x11-libs/gtk+/gtk+-2.12.11.ebuild | |
parent | Version bump, fix depcreation warnings for python-2.6 (#237624) (diff) | |
download | gentoo-2-f4a0f4450d4e5514030b9db204a7a04db9a389c5.tar.gz gentoo-2-f4a0f4450d4e5514030b9db204a7a04db9a389c5.tar.bz2 gentoo-2-f4a0f4450d4e5514030b9db204a7a04db9a389c5.zip |
Update comment about preview command, bug #236547.
(Portage version: 2.2_rc16/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'x11-libs/gtk+/gtk+-2.12.11.ebuild')
-rw-r--r-- | x11-libs/gtk+/gtk+-2.12.11.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-libs/gtk+/gtk+-2.12.11.ebuild b/x11-libs/gtk+/gtk+-2.12.11.ebuild index 3132fbf57f14..e27804b60151 100644 --- a/x11-libs/gtk+/gtk+-2.12.11.ebuild +++ b/x11-libs/gtk+/gtk+-2.12.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.12.11.ebuild,v 1.7 2008/11/13 18:59:21 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.12.11.ebuild,v 1.8 2008/11/30 13:13:59 eva Exp $ WANT_AUTOMAKE="1.7" @@ -165,5 +165,7 @@ pkg_postinst() { elog "emerge -va1 \$(qfile -qC /usr/lib/gtk-2.0/2.[^1]*)" fi - elog "Please install app-text/evince for print preview functionality" + elog "Please install app-text/evince for print preview functionality." + elog "Alternatively, check \"gtk-print-preview-command\" documentation and" + elog "add it to your gtkrc." } |