diff options
author | Joseph Jezak <josejx@gentoo.org> | 2005-12-09 06:07:17 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2005-12-09 06:07:17 +0000 |
commit | caeff7fb223c7f9653758f885659b7961d2bda15 (patch) | |
tree | 579c3595e73391f731ec54ca5df03760f0fb6622 /kde-base/kturtle | |
parent | No longer need to check for USE=cid in libXfont, because it builds unconditio... (diff) | |
download | historical-caeff7fb223c7f9653758f885659b7961d2bda15.tar.gz historical-caeff7fb223c7f9653758f885659b7961d2bda15.tar.bz2 historical-caeff7fb223c7f9653758f885659b7961d2bda15.zip |
Marked ppc stable for bug #112842.
Package-Manager: portage-2.0.53
Diffstat (limited to 'kde-base/kturtle')
-rw-r--r-- | kde-base/kturtle/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kturtle/kturtle-3.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kturtle/ChangeLog b/kde-base/kturtle/ChangeLog index d35d9f39d96e..b34e666a4cf7 100644 --- a/kde-base/kturtle/ChangeLog +++ b/kde-base/kturtle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kturtle # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kturtle/ChangeLog,v 1.28 2005/12/04 12:03:15 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kturtle/ChangeLog,v 1.29 2005/12/09 05:10:07 josejx Exp $ + + 09 Dec 2005; Joseph Jezak <josejx@gentoo.org> kturtle-3.4.2.ebuild: + Marked ppc stable for bug #112842. 04 Dec 2005; Bryan Ăstergaard <kloeri@gentoo.org> kturtle-3.5.0.ebuild: ~alpha keyword. diff --git a/kde-base/kturtle/kturtle-3.4.2.ebuild b/kde-base/kturtle/kturtle-3.4.2.ebuild index 138a4df3b4bf..fa9520503358 100644 --- a/kde-base/kturtle/kturtle-3.4.2.ebuild +++ b/kde-base/kturtle/kturtle-3.4.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kturtle/kturtle-3.4.2.ebuild,v 1.6 2005/11/25 00:05:07 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kturtle/kturtle-3.4.2.ebuild,v 1.7 2005/12/09 05:10:07 josejx Exp $ KMNAME=kdeedu MAXKDEVER=3.4.3 KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta DESCRIPTION="KDE: Educational programming environment using the Logo programming language" -KEYWORDS="~alpha amd64 ~ppc ppc64 sparc ~x86" +KEYWORDS="~alpha amd64 ppc ppc64 sparc ~x86" IUSE="" DEPEND="" |