diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-01 19:58:22 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-01 19:58:22 +0000 |
commit | 7968648f1a212bb66906c503bbbd4e53f0bfbe87 (patch) | |
tree | f012cf66c890dac84be720dd2e9052064790e3b5 /kde-base/ktron | |
parent | Removing old virtual/x11 dependency. (diff) | |
download | gentoo-2-7968648f1a212bb66906c503bbbd4e53f0bfbe87.tar.gz gentoo-2-7968648f1a212bb66906c503bbbd4e53f0bfbe87.tar.bz2 gentoo-2-7968648f1a212bb66906c503bbbd4e53f0bfbe87.zip |
Make support for hidden visibility explicit.
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'kde-base/ktron')
-rw-r--r-- | kde-base/ktron/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/ktron/ktron-3.5.2.ebuild | 4 | ||||
-rw-r--r-- | kde-base/ktron/ktron-3.5.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/kde-base/ktron/ChangeLog b/kde-base/ktron/ChangeLog index 56063b946f29..dc4dd545d624 100644 --- a/kde-base/ktron/ChangeLog +++ b/kde-base/ktron/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/ktron # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktron/ChangeLog,v 1.58 2006/11/26 23:41:14 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktron/ChangeLog,v 1.59 2006/12/01 19:58:22 flameeyes Exp $ + + 01 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> ktron-3.5.2.ebuild, + ktron-3.5.5.ebuild: + Make support for hidden visibility explicit. 26 Nov 2006; Markus Rothe <corsair@gentoo.org> ktron-3.5.5.ebuild: Stable on ppc64 diff --git a/kde-base/ktron/ktron-3.5.2.ebuild b/kde-base/ktron/ktron-3.5.2.ebuild index c43c67eee68e..5697684f35af 100644 --- a/kde-base/ktron/ktron-3.5.2.ebuild +++ b/kde-base/ktron/ktron-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/ktron/ktron-3.5.2.ebuild,v 1.10 2006/09/26 21:30:44 deathwing00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktron/ktron-3.5.2.ebuild,v 1.11 2006/12/01 19:58:22 flameeyes Exp $ KMNAME=kdegames MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -8,7 +8,7 @@ inherit kde-meta DESCRIPTION="KDE tron game" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="" +IUSE="kdehiddenvisibility" DEPEND="$(deprange 3.5.1 $MAXKDEVER kde-base/libkdegames)" RDEPEND="${DEPEND}" diff --git a/kde-base/ktron/ktron-3.5.5.ebuild b/kde-base/ktron/ktron-3.5.5.ebuild index 8d2cf1a0e7ce..deadb96361e7 100644 --- a/kde-base/ktron/ktron-3.5.5.ebuild +++ b/kde-base/ktron/ktron-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/ktron/ktron-3.5.5.ebuild,v 1.6 2006/11/26 23:41:14 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktron/ktron-3.5.5.ebuild,v 1.7 2006/12/01 19:58:22 flameeyes Exp $ KMNAME=kdegames MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -8,7 +8,7 @@ inherit kde-meta DESCRIPTION="KDE tron game" KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" +IUSE="kdehiddenvisibility" DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdegames)" RDEPEND="${DEPEND}" |