diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-01 19:43:34 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-01 19:43:34 +0000 |
commit | 04f438204ce413f8bae85cc576d91c3396dfb30c (patch) | |
tree | f52c761479832fbe793d834f4ccd0fb974a0ecd5 /kde-base/kpf/kpf-3.5.5.ebuild | |
parent | Stable on ppc wrt bug #149666. (diff) | |
download | gentoo-2-04f438204ce413f8bae85cc576d91c3396dfb30c.tar.gz gentoo-2-04f438204ce413f8bae85cc576d91c3396dfb30c.tar.bz2 gentoo-2-04f438204ce413f8bae85cc576d91c3396dfb30c.zip |
Make support for hidden visibility explicit.
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'kde-base/kpf/kpf-3.5.5.ebuild')
-rw-r--r-- | kde-base/kpf/kpf-3.5.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/kpf/kpf-3.5.5.ebuild b/kde-base/kpf/kpf-3.5.5.ebuild index 23ffde096ff6..658b46b27607 100644 --- a/kde-base/kpf/kpf-3.5.5.ebuild +++ b/kde-base/kpf/kpf-3.5.5.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/kpf/kpf-3.5.5.ebuild,v 1.6 2006/11/30 08:10:37 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpf/kpf-3.5.5.ebuild,v 1.7 2006/12/01 19:43:34 flameeyes Exp $ KMNAME=kdenetwork MAXKDEVER=$PV @@ -9,4 +9,4 @@ inherit kde-meta eutils DESCRIPTION="Kicker file server (http) applet" KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE=""
\ No newline at end of file +IUSE="kdehiddenvisibility" |