diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-12-10 19:19:17 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-12-10 19:19:17 +0000 |
commit | 092b8af444fe2462e9fbd948d8cc62df0bf796de (patch) | |
tree | dc530096eea856193ab74e37176b43bb3a662a11 /kde-base/kate | |
parent | fix simple typo (diff) | |
download | historical-092b8af444fe2462e9fbd948d8cc62df0bf796de.tar.gz historical-092b8af444fe2462e9fbd948d8cc62df0bf796de.tar.bz2 historical-092b8af444fe2462e9fbd948d8cc62df0bf796de.zip |
Stable on alpha.
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'kde-base/kate')
-rw-r--r-- | kde-base/kate/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kate/kate-3.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kate/ChangeLog b/kde-base/kate/ChangeLog index a9968c0d6bb8..fb8b96065596 100644 --- a/kde-base/kate/ChangeLog +++ b/kde-base/kate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kate # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.32 2005/12/10 03:44:37 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.33 2005/12/10 19:13:32 kloeri Exp $ + + 10 Dec 2005; Bryan Østergaard <kloeri@gentoo.org kate-3.4.3.ebuild: + Stable on alpha. 10 Dec 2005; Chris White <chriswhite@gentoo.org> kate-3.4.3.ebuild: Marked x86 stable for bug #112842. diff --git a/kde-base/kate/kate-3.4.3.ebuild b/kde-base/kate/kate-3.4.3.ebuild index b6cd6c234a5e..15e0da58d948 100644 --- a/kde-base/kate/kate-3.4.3.ebuild +++ b/kde-base/kate/kate-3.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-3.4.3.ebuild,v 1.6 2005/12/10 03:44:37 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-3.4.3.ebuild,v 1.7 2005/12/10 19:13:32 kloeri Exp $ KMNAME=kdebase MAXKDEVER=$PV @@ -8,7 +8,7 @@ KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="KDE MDI editor/ide" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" IUSE="" KMEXTRA="doc/kwrite" |