diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-01-14 23:33:24 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-01-14 23:33:24 +0000 |
commit | 724020f56bceee24dcc284c42e07dc4e7ce90e59 (patch) | |
tree | 5fdd4714ba4dd8d9d49c61ee07aee6b2a6146cbe /net-print | |
parent | Removed redundant dependencies provided by java.eclass (bug #118651). (diff) | |
download | gentoo-2-724020f56bceee24dcc284c42e07dc4e7ce90e59.tar.gz gentoo-2-724020f56bceee24dcc284c42e07dc4e7ce90e59.tar.bz2 gentoo-2-724020f56bceee24dcc284c42e07dc4e7ce90e59.zip |
Add post-einfo note suggesting to emerge ghsotscript with USE=cups thanks to Corvus Corax <corvus-gentoo@cybertrench.com> in bug 96985
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/cups/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/cups/cups-1.1.23-r7.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/net-print/cups/ChangeLog b/net-print/cups/ChangeLog index f81393e3a549..c646ce1e8931 100644 --- a/net-print/cups/ChangeLog +++ b/net-print/cups/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-print/cups # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.156 2006/01/13 20:38:11 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.157 2006/01/14 23:33:24 genstef Exp $ + + 14 Jan 2006; Stefan Schweizer <genstef@gentoo.org> cups-1.1.23-r7.ebuild: + Add post-einfo note suggesting to emerge ghsotscript with USE=cups thanks to + Corvus Corax <corvus-gentoo@cybertrench.com> in bug 96985 13 Jan 2006; Diego Pettenò <flameeyes@gentoo.org> cups-1.1.23-r7.ebuild: The name of the function is bindnow-flags, not bindnow_flags. diff --git a/net-print/cups/cups-1.1.23-r7.ebuild b/net-print/cups/cups-1.1.23-r7.ebuild index cb9467951985..91994f4a4a66 100644 --- a/net-print/cups/cups-1.1.23-r7.ebuild +++ b/net-print/cups/cups-1.1.23-r7.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/net-print/cups/cups-1.1.23-r7.ebuild,v 1.9 2006/01/13 20:38:11 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.1.23-r7.ebuild,v 1.10 2006/01/14 23:33:24 genstef Exp $ inherit eutils flag-o-matic pam autotools @@ -139,6 +139,9 @@ src_install() { exeinto /usr/lib/cups/filter/ newexe ${FILESDIR}/pdftops.pl pdftops dosed "s:/usr/local:/usr:" /usr/lib/cups/filter/pdftops + + # allow lppasswd, #107306 + fowners root /usr/bin/lppasswd } pkg_preinst() { @@ -168,4 +171,5 @@ pkg_postinst() { einfo "app-text/xpdf with your LINGUAS variable set instead of" einfo "the CJK flag. (Bug: 67493)" fi + einfo "You need to emerge ghostscript with the cups-USEflag turned on" } |