diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-01 19:08:34 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-01 19:08:34 +0000 |
commit | 87f659ccfa7b8fd6d1c08666f43d11a4382681a8 (patch) | |
tree | 73928b16aae308e5989efbd8e428b0a4845685d0 /kde-base/kdelibs/kdelibs-3.5.5-r4.ebuild | |
parent | Make support for hidden visibility explicit. (diff) | |
download | gentoo-2-87f659ccfa7b8fd6d1c08666f43d11a4382681a8.tar.gz gentoo-2-87f659ccfa7b8fd6d1c08666f43d11a4382681a8.tar.bz2 gentoo-2-87f659ccfa7b8fd6d1c08666f43d11a4382681a8.zip |
Make support for hidden visibility explicit.
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'kde-base/kdelibs/kdelibs-3.5.5-r4.ebuild')
-rw-r--r-- | kde-base/kdelibs/kdelibs-3.5.5-r4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-base/kdelibs/kdelibs-3.5.5-r4.ebuild b/kde-base/kdelibs/kdelibs-3.5.5-r4.ebuild index 8b28bb5335aa..5595c7e1f4e3 100644 --- a/kde-base/kdelibs/kdelibs-3.5.5-r4.ebuild +++ b/kde-base/kdelibs/kdelibs-3.5.5-r4.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-r4.ebuild,v 1.5 2006/11/19 17:55:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-3.5.5-r4.ebuild,v 1.6 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="~alpha ~amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="acl alsa arts cups doc jpeg2k kerberos legacyssl utempter openexr spell ssl tiff -zeroconf kernel_linux fam lua" +zeroconf kernel_linux fam lua kdehiddenvisibility" # kde.eclass has kdelibs in DEPEND, and we can't have that in here. # so we recreate the entire DEPEND from scratch. @@ -167,7 +167,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 } |