diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-05-26 17:48:58 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-05-26 17:48:58 +0000 |
commit | b8d403595f0bf6fe4f417c4609cc28c15b8dae9f (patch) | |
tree | d28a421e7654ac7136a697287e167a1a98d7c1ef /kde-base/kblackbox | |
parent | This version runs but does not install with twisted 2.4, so add a < dep. (diff) | |
download | gentoo-2-b8d403595f0bf6fe4f417c4609cc28c15b8dae9f.tar.gz gentoo-2-b8d403595f0bf6fe4f417c4609cc28c15b8dae9f.tar.bz2 gentoo-2-b8d403595f0bf6fe4f417c4609cc28c15b8dae9f.zip |
Stable on ppc64
(Portage version: 2.0.54-r2)
Diffstat (limited to 'kde-base/kblackbox')
-rw-r--r-- | kde-base/kblackbox/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kblackbox/kblackbox-3.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kblackbox/ChangeLog b/kde-base/kblackbox/ChangeLog index 4ac4632a78fd..9e1b8322d867 100644 --- a/kde-base/kblackbox/ChangeLog +++ b/kde-base/kblackbox/ChangeLog @@ -1,6 +1,9 @@ # 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.41 2006/05/26 15:35:28 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kblackbox/ChangeLog,v 1.42 2006/05/26 17:48:58 corsair Exp $ + + 26 May 2006; Markus Rothe <corsair@gentoo.org> kblackbox-3.5.2.ebuild: + Stable on ppc64 26 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> kblackbox-3.5.2.ebuild: diff --git a/kde-base/kblackbox/kblackbox-3.5.2.ebuild b/kde-base/kblackbox/kblackbox-3.5.2.ebuild index 2f8345943664..b336cb7a135f 100644 --- a/kde-base/kblackbox/kblackbox-3.5.2.ebuild +++ b/kde-base/kblackbox/kblackbox-3.5.2.ebuild @@ -1,13 +1,13 @@ # 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.4 2006/05/26 15:35:28 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kblackbox/kblackbox-3.5.2.ebuild,v 1.5 2006/05/26 17:48:58 corsair Exp $ KMNAME=kdegames MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta DESCRIPTION="KDE Blackbox Game" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ppc64 ~sparc x86" IUSE="" DEPEND="$(deprange 3.5.1 $MAXKDEVER kde-base/libkdegames)" |