diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-01 20:19:20 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-01 20:19:20 +0000 |
commit | 58a7aea6ab5b5e3c119c88073f0a7456010a34c8 (patch) | |
tree | d177249685fd3b8e005540157d51eb4c7bc78e44 /kde-base/kworldwatch | |
parent | Removing old virtual/x11 dependency. (diff) | |
download | historical-58a7aea6ab5b5e3c119c88073f0a7456010a34c8.tar.gz historical-58a7aea6ab5b5e3c119c88073f0a7456010a34c8.tar.bz2 historical-58a7aea6ab5b5e3c119c88073f0a7456010a34c8.zip |
Make support for hidden visibility explicit.
Package-Manager: portage-2.1.2_rc2-r3
Diffstat (limited to 'kde-base/kworldwatch')
-rw-r--r-- | kde-base/kworldwatch/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kworldwatch/kworldwatch-3.5.2.ebuild | 4 | ||||
-rw-r--r-- | kde-base/kworldwatch/kworldwatch-3.5.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/kde-base/kworldwatch/ChangeLog b/kde-base/kworldwatch/ChangeLog index 462c414817cb..13d31298bff3 100644 --- a/kde-base/kworldwatch/ChangeLog +++ b/kde-base/kworldwatch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kworldwatch # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kworldwatch/ChangeLog,v 1.60 2006/11/26 22:48:44 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kworldwatch/ChangeLog,v 1.61 2006/12/01 20:03:59 flameeyes Exp $ + + 01 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> + kworldwatch-3.5.2.ebuild, kworldwatch-3.5.5.ebuild: + Make support for hidden visibility explicit. 26 Nov 2006; Markus Rothe <corsair@gentoo.org> kworldwatch-3.5.5.ebuild: Stable on ppc64 diff --git a/kde-base/kworldwatch/kworldwatch-3.5.2.ebuild b/kde-base/kworldwatch/kworldwatch-3.5.2.ebuild index bcf5cd5ad400..e636051a7f1f 100644 --- a/kde-base/kworldwatch/kworldwatch-3.5.2.ebuild +++ b/kde-base/kworldwatch/kworldwatch-3.5.2.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/kworldwatch/kworldwatch-3.5.2.ebuild,v 1.9 2006/09/03 11:59:04 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kworldwatch/kworldwatch-3.5.2.ebuild,v 1.10 2006/12/01 20:03:59 flameeyes Exp $ KMNAME=kdetoys MAXKDEVER=$PV @@ -9,7 +9,7 @@ inherit kde-meta DESCRIPTION="KDE program that displays the part of the Earth lit up by the Sun" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="" +IUSE="kdehiddenvisibility" DEPEND="" # kworldwatch is more commonly known as kworldclock diff --git a/kde-base/kworldwatch/kworldwatch-3.5.5.ebuild b/kde-base/kworldwatch/kworldwatch-3.5.5.ebuild index d68bb656319c..99ed2db554e1 100644 --- a/kde-base/kworldwatch/kworldwatch-3.5.5.ebuild +++ b/kde-base/kworldwatch/kworldwatch-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/kworldwatch/kworldwatch-3.5.5.ebuild,v 1.6 2006/11/26 22:48:44 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kworldwatch/kworldwatch-3.5.5.ebuild,v 1.7 2006/12/01 20:03:59 flameeyes Exp $ KMNAME=kdetoys MAXKDEVER=$PV @@ -9,7 +9,7 @@ inherit kde-meta DESCRIPTION="KDE program that displays the part of the Earth lit up by the Sun" KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" +IUSE="kdehiddenvisibility" DEPEND="" # kworldwatch is more commonly known as kworldclock |