diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-06-19 18:00:00 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-06-19 18:00:00 +0000 |
commit | a70e5976894c35c1a1f84d3b2fd43c2f9680c663 (patch) | |
tree | 1c688571336f882ed7bf1986d866f3fc8781abe1 /net-print | |
parent | patch to fix the location of the include directive for config.h. submitted u... (diff) | |
download | gentoo-2-a70e5976894c35c1a1f84d3b2fd43c2f9680c663.tar.gz gentoo-2-a70e5976894c35c1a1f84d3b2fd43c2f9680c663.tar.bz2 gentoo-2-a70e5976894c35c1a1f84d3b2fd43c2f9680c663.zip |
Add comment about rebuilding kdelibs thanks to Aaron <aaron123456789@gmail.com> in bug 137274
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/cups/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/cups/cups-1.2.1-r1.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-print/cups/ChangeLog b/net-print/cups/ChangeLog index a5fa75446c0c..0403497e4a8f 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.180 2006/06/18 01:09:16 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.181 2006/06/19 18:00:00 genstef Exp $ + + 19 Jun 2006; Stefan Schweizer <genstef@gentoo.org> cups-1.2.1-r1.ebuild: + Add comment about rebuilding kdelibs thanks to Aaron + <aaron123456789@gmail.com> in bug 137274 18 Jun 2006; Stefan Schweizer <genstef@gentoo.org> cups-1.2.1-r1.ebuild: Disable xinetd by default thanks to robbat2 in bug 137130 diff --git a/net-print/cups/cups-1.2.1-r1.ebuild b/net-print/cups/cups-1.2.1-r1.ebuild index 591adf96ab25..c17b4cc9d246 100644 --- a/net-print/cups/cups-1.2.1-r1.ebuild +++ b/net-print/cups/cups-1.2.1-r1.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.2.1-r1.ebuild,v 1.8 2006/06/18 01:09:16 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.2.1-r1.ebuild,v 1.9 2006/06/19 18:00:00 genstef Exp $ inherit eutils pam flag-o-matic multilib autotools @@ -154,6 +154,7 @@ pkg_postinst() { einfo "FEATURES=-collision-protect is needed to overwrite the compatibility" einfo "symlinks installed by this package, it wont be needed on later merges." ewarn "You should also run revdep-rebuild" + einfo "Rebuilding kdelibs is also a good idea when you want to use it for cups" # place symlinks to make the update smoothless for i in ${ROOT}/usr/lib/cups/{backend,filter}/*; do |