diff options
Diffstat (limited to 'kde-base/kdelibs/kdelibs-3.5.5-r6.ebuild')
-rw-r--r-- | kde-base/kdelibs/kdelibs-3.5.5-r6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-base/kdelibs/kdelibs-3.5.5-r6.ebuild b/kde-base/kdelibs/kdelibs-3.5.5-r6.ebuild index 30eaf4b405c2..5583c4d7c3e1 100644 --- a/kde-base/kdelibs/kdelibs-3.5.5-r6.ebuild +++ b/kde-base/kdelibs/kdelibs-3.5.5-r6.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/kde-base/kdelibs/kdelibs-3.5.5-r6.ebuild,v 1.7 2006/11/24 21:57:28 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-3.5.5-r6.ebuild,v 1.8 2006/12/01 19:08:34 flameeyes Exp $ inherit kde flag-o-matic eutils multilib set-kdedir 3.5 @@ -14,7 +14,7 @@ LICENSE="GPL-2 LGPL-2" SLOT="3.5" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="acl alsa arts cups doc jpeg2k kerberos legacyssl utempter openexr spell ssl tiff -zeroconf avahi kernel_linux fam lua linguas_he" +zeroconf avahi kernel_linux fam lua linguas_he kdehiddenvisibility" # kde.eclass has kdelibs in DEPEND, and we can't have that in here. # so we recreate the entire DEPEND from scratch. @@ -187,7 +187,7 @@ pkg_postinst() { elog "To make zeroconf support available in KDE make sure that the 'mdnsd' daemon" elog "is running. Make sure also that multicast dns lookups are enabled by editing" elog "the 'hosts:' line in /etc/nsswitch.conf to include 'mdns', e.g.:" - elog " hosts: files mdns dns" + elog " hosts: files mdns dns" echo fi } |