diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-01 19:00:49 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-01 19:00:49 +0000 |
commit | 4ff95230cc5cbc8db8691bc74893646ce02f172c (patch) | |
tree | 716ddffca4a29266467973d202f74b5f523b4aea /kde-base/kcron | |
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')
-rw-r--r-- | kde-base/kcron/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kcron/kcron-3.5.1.ebuild | 4 | ||||
-rw-r--r-- | kde-base/kcron/kcron-3.5.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/kde-base/kcron/ChangeLog b/kde-base/kcron/ChangeLog index b7e19dc4b0c9..26f5998ee5aa 100644 --- a/kde-base/kcron/ChangeLog +++ b/kde-base/kcron/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kcron # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.54 2006/11/26 22:37:09 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.55 2006/12/01 19:00:49 flameeyes Exp $ + + 01 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> kcron-3.5.1.ebuild, + kcron-3.5.5.ebuild: + Make support for hidden visibility explicit. 26 Nov 2006; Markus Rothe <corsair@gentoo.org> kcron-3.5.5.ebuild: Stable on ppc64 diff --git a/kde-base/kcron/kcron-3.5.1.ebuild b/kde-base/kcron/kcron-3.5.1.ebuild index c50dd73c3114..0bce384db849 100644 --- a/kde-base/kcron/kcron-3.5.1.ebuild +++ b/kde-base/kcron/kcron-3.5.1.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.1.ebuild,v 1.10 2006/09/03 11:46:02 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/kcron-3.5.1.ebuild,v 1.11 2006/12/01 19:00:49 flameeyes Exp $ KMNAME=kdeadmin MAXKDEVER=3.5.2 KM_DEPRANGE="$PV $MAXKDEVER" @@ -8,7 +8,7 @@ inherit kde-meta DESCRIPTION="KDE Task Scheduler" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="" +IUSE="kdehiddenvisibility" DEPEND="" RDEPEND="virtual/cron" 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" |