diff options
author | 2006-05-26 17:40:59 +0000 | |
---|---|---|
committer | 2006-05-26 17:40:59 +0000 | |
commit | ba3a1801b883b8c4fb6e191675e106ccc95a0320 (patch) | |
tree | 630762a4a6fee10a4184eb806dbc30d190108eba /kde-base/ktuberling | |
parent | These versions run but do not install with twisted 2.4, so add a < dep. (diff) | |
download | gentoo-2-ba3a1801b883b8c4fb6e191675e106ccc95a0320.tar.gz gentoo-2-ba3a1801b883b8c4fb6e191675e106ccc95a0320.tar.bz2 gentoo-2-ba3a1801b883b8c4fb6e191675e106ccc95a0320.zip |
Stable on ppc64
(Portage version: 2.0.54-r2)
Diffstat (limited to 'kde-base/ktuberling')
-rw-r--r-- | kde-base/ktuberling/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/ktuberling/ktuberling-3.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/ktuberling/ChangeLog b/kde-base/ktuberling/ChangeLog index 9da32d3767f8..c5b1b6930b4c 100644 --- a/kde-base/ktuberling/ChangeLog +++ b/kde-base/ktuberling/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/ktuberling # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktuberling/ChangeLog,v 1.41 2006/05/26 17:02:36 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktuberling/ChangeLog,v 1.42 2006/05/26 17:40:59 corsair Exp $ + + 26 May 2006; Markus Rothe <corsair@gentoo.org> ktuberling-3.5.2.ebuild: + Stable on ppc64 26 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> ktuberling-3.5.2.ebuild: diff --git a/kde-base/ktuberling/ktuberling-3.5.2.ebuild b/kde-base/ktuberling/ktuberling-3.5.2.ebuild index c66bf7aba440..e17f465726bb 100644 --- a/kde-base/ktuberling/ktuberling-3.5.2.ebuild +++ b/kde-base/ktuberling/ktuberling-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/ktuberling/ktuberling-3.5.2.ebuild,v 1.4 2006/05/26 17:02:36 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktuberling/ktuberling-3.5.2.ebuild,v 1.5 2006/05/26 17:40:59 corsair Exp $ KMNAME=kdegames MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta DESCRIPTION="KDE: potato game for kids" -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)" |