diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-01 19:55:32 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-01 19:55:32 +0000 |
commit | 7398ddd79d26ea0b2ace309744c8d49018fbd6ab (patch) | |
tree | c89f8ee824042e68e31f3437765affacebbb3d1c /kde-base/ksystraycmd | |
parent | Make support for hidden visibility explicit. (diff) | |
download | gentoo-2-7398ddd79d26ea0b2ace309744c8d49018fbd6ab.tar.gz gentoo-2-7398ddd79d26ea0b2ace309744c8d49018fbd6ab.tar.bz2 gentoo-2-7398ddd79d26ea0b2ace309744c8d49018fbd6ab.zip |
Make support for hidden visibility explicit.
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'kde-base/ksystraycmd')
-rw-r--r-- | kde-base/ksystraycmd/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/ksystraycmd/ksystraycmd-3.5.1.ebuild | 4 | ||||
-rw-r--r-- | kde-base/ksystraycmd/ksystraycmd-3.5.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/kde-base/ksystraycmd/ChangeLog b/kde-base/ksystraycmd/ChangeLog index 1453578260d1..857b93c8f101 100644 --- a/kde-base/ksystraycmd/ChangeLog +++ b/kde-base/ksystraycmd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/ksystraycmd # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystraycmd/ChangeLog,v 1.50 2006/11/26 21:42:09 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystraycmd/ChangeLog,v 1.51 2006/12/01 19:55:32 flameeyes Exp $ + + 01 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> + ksystraycmd-3.5.1.ebuild, ksystraycmd-3.5.5.ebuild: + Make support for hidden visibility explicit. 26 Nov 2006; Markus Rothe <corsair@gentoo.org> ksystraycmd-3.5.5.ebuild: Stable on ppc64 diff --git a/kde-base/ksystraycmd/ksystraycmd-3.5.1.ebuild b/kde-base/ksystraycmd/ksystraycmd-3.5.1.ebuild index 0b5d90147555..7e8a92ea1817 100644 --- a/kde-base/ksystraycmd/ksystraycmd-3.5.1.ebuild +++ b/kde-base/ksystraycmd/ksystraycmd-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/ksystraycmd/ksystraycmd-3.5.1.ebuild,v 1.14 2006/09/03 14:42:48 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystraycmd/ksystraycmd-3.5.1.ebuild,v 1.15 2006/12/01 19:55:32 flameeyes Exp $ KMNAME=kdebase MAXKDEVER=3.5.4 @@ -9,6 +9,6 @@ inherit kde-meta eutils DESCRIPTION="KDE: Allows any application to be kept in the system tray" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" +IUSE="kdehiddenvisibility" diff --git a/kde-base/ksystraycmd/ksystraycmd-3.5.5.ebuild b/kde-base/ksystraycmd/ksystraycmd-3.5.5.ebuild index f22f5c1a410c..e3494c777acc 100644 --- a/kde-base/ksystraycmd/ksystraycmd-3.5.5.ebuild +++ b/kde-base/ksystraycmd/ksystraycmd-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/ksystraycmd/ksystraycmd-3.5.5.ebuild,v 1.6 2006/11/26 21:42:09 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystraycmd/ksystraycmd-3.5.5.ebuild,v 1.7 2006/12/01 19:55:32 flameeyes Exp $ KMNAME=kdebase MAXKDEVER=$PV @@ -12,6 +12,6 @@ SRC_URI="${SRC_URI} DESCRIPTION="ksystraycmd embeds applications given as argument into the system tray." KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" +IUSE="kdehiddenvisibility" |