diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-01 19:53:33 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-01 19:53:33 +0000 |
commit | 22a0c72a3b44846e78c80991b9f3b3c63538335b (patch) | |
tree | 0f212f81766a085b514caf1e979640b0ef6102c1 /kde-base | |
parent | Make support for hidden visibility explicit. (diff) | |
download | gentoo-2-22a0c72a3b44846e78c80991b9f3b3c63538335b.tar.gz gentoo-2-22a0c72a3b44846e78c80991b9f3b3c63538335b.tar.bz2 gentoo-2-22a0c72a3b44846e78c80991b9f3b3c63538335b.zip |
Make support for hidden visibility explicit.
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/ksplashml/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/ksplashml/ksplashml-3.5.2.ebuild | 4 | ||||
-rw-r--r-- | kde-base/ksplashml/ksplashml-3.5.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/kde-base/ksplashml/ChangeLog b/kde-base/ksplashml/ChangeLog index 6f8977a0d583..1ceccb48bec3 100644 --- a/kde-base/ksplashml/ChangeLog +++ b/kde-base/ksplashml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/ksplashml # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplashml/ChangeLog,v 1.64 2006/11/26 21:26:30 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplashml/ChangeLog,v 1.65 2006/12/01 19:53:33 flameeyes Exp $ + + 01 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> ksplashml-3.5.2.ebuild, + ksplashml-3.5.5.ebuild: + Make support for hidden visibility explicit. 26 Nov 2006; Markus Rothe <corsair@gentoo.org> ksplashml-3.5.5.ebuild: Stable on ppc64 diff --git a/kde-base/ksplashml/ksplashml-3.5.2.ebuild b/kde-base/ksplashml/ksplashml-3.5.2.ebuild index c6bfb567c0d3..2d139e32830e 100644 --- a/kde-base/ksplashml/ksplashml-3.5.2.ebuild +++ b/kde-base/ksplashml/ksplashml-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/ksplashml/ksplashml-3.5.2.ebuild,v 1.12 2006/09/03 14:26:27 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplashml/ksplashml-3.5.2.ebuild,v 1.13 2006/12/01 19:53:33 flameeyes Exp $ KMNAME=kdebase MAXKDEVER=$PV @@ -9,7 +9,7 @@ inherit kde-meta eutils DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="xinerama" +IUSE="kdehiddenvisibility xinerama" RDEPEND="xinerama? ( || ( x11-libs/libXinerama <virtual/x11-7 ) )" diff --git a/kde-base/ksplashml/ksplashml-3.5.5.ebuild b/kde-base/ksplashml/ksplashml-3.5.5.ebuild index 2137b2536f9e..2834d8308bfd 100644 --- a/kde-base/ksplashml/ksplashml-3.5.5.ebuild +++ b/kde-base/ksplashml/ksplashml-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/ksplashml/ksplashml-3.5.5.ebuild,v 1.6 2006/11/26 21:26:30 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplashml/ksplashml-3.5.5.ebuild,v 1.7 2006/12/01 19:53:33 flameeyes Exp $ KMNAME=kdebase MAXKDEVER=$PV @@ -9,7 +9,7 @@ inherit kde-meta eutils DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)" KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="xinerama" +IUSE="kdehiddenvisibility xinerama" RDEPEND="xinerama? ( || ( x11-libs/libXinerama <virtual/x11-7 ) )" |