diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-01 18:55:44 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-01 18:55:44 +0000 |
commit | 4f786b352aae42d4eabeadc71138d6bc0a99c278 (patch) | |
tree | e8557cdcfec6cc0e6d14b0b8d3b02b680e0ab1c0 /kde-base/kblackbox | |
parent | Make support for hidden visibility explicit. (diff) | |
download | gentoo-2-4f786b352aae42d4eabeadc71138d6bc0a99c278.tar.gz gentoo-2-4f786b352aae42d4eabeadc71138d6bc0a99c278.tar.bz2 gentoo-2-4f786b352aae42d4eabeadc71138d6bc0a99c278.zip |
Make support for hidden visibility explicit.
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'kde-base/kblackbox')
-rw-r--r-- | kde-base/kblackbox/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kblackbox/kblackbox-3.5.2.ebuild | 4 | ||||
-rw-r--r-- | kde-base/kblackbox/kblackbox-3.5.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/kde-base/kblackbox/ChangeLog b/kde-base/kblackbox/ChangeLog index 27b939780425..ba8ccb5bef49 100644 --- a/kde-base/kblackbox/ChangeLog +++ b/kde-base/kblackbox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kblackbox # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kblackbox/ChangeLog,v 1.57 2006/11/26 23:20:15 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kblackbox/ChangeLog,v 1.58 2006/12/01 18:55:44 flameeyes Exp $ + + 01 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> kblackbox-3.5.2.ebuild, + kblackbox-3.5.5.ebuild: + Make support for hidden visibility explicit. 26 Nov 2006; Markus Rothe <corsair@gentoo.org> kblackbox-3.5.5.ebuild: Stable on ppc64 diff --git a/kde-base/kblackbox/kblackbox-3.5.2.ebuild b/kde-base/kblackbox/kblackbox-3.5.2.ebuild index 0af78284826d..4157023e8ce2 100644 --- a/kde-base/kblackbox/kblackbox-3.5.2.ebuild +++ b/kde-base/kblackbox/kblackbox-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/kblackbox/kblackbox-3.5.2.ebuild,v 1.9 2006/09/03 17:03:52 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kblackbox/kblackbox-3.5.2.ebuild,v 1.10 2006/12/01 18:55:44 flameeyes Exp $ KMNAME=kdegames MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -8,7 +8,7 @@ inherit kde-meta DESCRIPTION="KDE Blackbox Game" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="" +IUSE="kdehiddenvisibility" DEPEND="$(deprange 3.5.1 $MAXKDEVER kde-base/libkdegames)" diff --git a/kde-base/kblackbox/kblackbox-3.5.5.ebuild b/kde-base/kblackbox/kblackbox-3.5.5.ebuild index 97acfcf80a26..d67a8349e6b7 100644 --- a/kde-base/kblackbox/kblackbox-3.5.5.ebuild +++ b/kde-base/kblackbox/kblackbox-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/kblackbox/kblackbox-3.5.5.ebuild,v 1.6 2006/11/26 23:20:15 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kblackbox/kblackbox-3.5.5.ebuild,v 1.7 2006/12/01 18:55:44 flameeyes Exp $ KMNAME=kdegames MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -8,7 +8,7 @@ inherit kde-meta DESCRIPTION="KDE Blackbox Game" KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" +IUSE="kdehiddenvisibility" DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdegames)" |