diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-01 19:56:13 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-01 19:56:13 +0000 |
commit | dc6dc143e1652554ab0072af5ea128ed1bf01cfd (patch) | |
tree | 3e20b3055f1318e0278eb74cc479db918c8fae4a /kde-base | |
parent | Stable on alpha wrt bug #156663. (diff) | |
download | gentoo-2-dc6dc143e1652554ab0072af5ea128ed1bf01cfd.tar.gz gentoo-2-dc6dc143e1652554ab0072af5ea128ed1bf01cfd.tar.bz2 gentoo-2-dc6dc143e1652554ab0072af5ea128ed1bf01cfd.zip |
Make support for hidden visibility explicit.
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/ktalkd/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/ktalkd/ktalkd-3.5.2.ebuild | 4 | ||||
-rw-r--r-- | kde-base/ktalkd/ktalkd-3.5.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/kde-base/ktalkd/ChangeLog b/kde-base/ktalkd/ChangeLog index 153c6a244ec9..03e41896940d 100644 --- a/kde-base/ktalkd/ChangeLog +++ b/kde-base/ktalkd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/ktalkd # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktalkd/ChangeLog,v 1.56 2006/11/30 08:14:36 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktalkd/ChangeLog,v 1.57 2006/12/01 19:56:13 flameeyes Exp $ + + 01 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> ktalkd-3.5.2.ebuild, + ktalkd-3.5.5.ebuild: + Make support for hidden visibility explicit. 30 Nov 2006; Markus Rothe <corsair@gentoo.org> ktalkd-3.5.5.ebuild: Stable on ppc64 diff --git a/kde-base/ktalkd/ktalkd-3.5.2.ebuild b/kde-base/ktalkd/ktalkd-3.5.2.ebuild index ef4bd13e0ba9..e1378c45821f 100644 --- a/kde-base/ktalkd/ktalkd-3.5.2.ebuild +++ b/kde-base/ktalkd/ktalkd-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/ktalkd/ktalkd-3.5.2.ebuild,v 1.11 2006/09/03 16:46:48 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktalkd/ktalkd-3.5.2.ebuild,v 1.12 2006/12/01 19:56:13 flameeyes Exp $ KMNAME=kdenetwork MAXKDEVER=$PV @@ -9,5 +9,5 @@ inherit kde-meta eutils DESCRIPTION="KDE talk daemon" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" +IUSE="kdehiddenvisibility" KMEXTRA="doc/kcontrol/kcmktalkd"
\ No newline at end of file diff --git a/kde-base/ktalkd/ktalkd-3.5.5.ebuild b/kde-base/ktalkd/ktalkd-3.5.5.ebuild index 2bb28f5dfe43..4ac1e0b0e863 100644 --- a/kde-base/ktalkd/ktalkd-3.5.5.ebuild +++ b/kde-base/ktalkd/ktalkd-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/ktalkd/ktalkd-3.5.5.ebuild,v 1.6 2006/11/30 08:14:36 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktalkd/ktalkd-3.5.5.ebuild,v 1.7 2006/12/01 19:56:13 flameeyes Exp $ KMNAME=kdenetwork MAXKDEVER=$PV @@ -9,5 +9,5 @@ inherit kde-meta eutils DESCRIPTION="KDE talk daemon" KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" +IUSE="kdehiddenvisibility" KMEXTRA="doc/kcontrol/kcmktalkd"
\ No newline at end of file |