diff options
author | 2006-12-01 19:00:49 +0000 | |
---|---|---|
committer | 2006-12-01 19:00:49 +0000 | |
commit | 4ff95230cc5cbc8db8691bc74893646ce02f172c (patch) | |
tree | 716ddffca4a29266467973d202f74b5f523b4aea /kde-base/kcron/kcron-3.5.5.ebuild | |
parent | Updated digest for vmware-any-any-update105, removed older ebuilds, and marke... (diff) | |
download | gentoo-2-4ff95230cc5cbc8db8691bc74893646ce02f172c.tar.gz gentoo-2-4ff95230cc5cbc8db8691bc74893646ce02f172c.tar.bz2 gentoo-2-4ff95230cc5cbc8db8691bc74893646ce02f172c.zip |
Make support for hidden visibility explicit.
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'kde-base/kcron/kcron-3.5.5.ebuild')
-rw-r--r-- | kde-base/kcron/kcron-3.5.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/kcron/kcron-3.5.5.ebuild b/kde-base/kcron/kcron-3.5.5.ebuild index 14415f5ab15f..2e05f245bcd7 100644 --- a/kde-base/kcron/kcron-3.5.5.ebuild +++ b/kde-base/kcron/kcron-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/kcron/kcron-3.5.5.ebuild,v 1.6 2006/11/26 22:37:09 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/kcron-3.5.5.ebuild,v 1.7 2006/12/01 19:00:49 flameeyes Exp $ KMNAME=kdeadmin MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -8,7 +8,7 @@ inherit kde-meta DESCRIPTION="KDE Task Scheduler" KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" +IUSE="kdehiddenvisibility" DEPEND="" RDEPEND="virtual/cron" |