diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-11-24 22:29:03 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-11-24 22:29:03 +0000 |
commit | d1599fe79399293b8f860a437da2fece71201d4e (patch) | |
tree | 3efe607bed8e1fdd81d1c045f18237a28636d1b1 /kde-base/kate/kate-3.4.3.ebuild | |
parent | Fix ordering of some vars. (diff) | |
download | historical-d1599fe79399293b8f860a437da2fece71201d4e.tar.gz historical-d1599fe79399293b8f860a437da2fece71201d4e.tar.bz2 historical-d1599fe79399293b8f860a437da2fece71201d4e.zip |
Stable on amd64, bug 112842.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'kde-base/kate/kate-3.4.3.ebuild')
-rw-r--r-- | kde-base/kate/kate-3.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/kate/kate-3.4.3.ebuild b/kde-base/kate/kate-3.4.3.ebuild index 37f9f4631b24..83db3a9ebdf7 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.3 2005/11/24 20:03:18 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-3.4.3.ebuild,v 1.4 2005/11/24 22:12:26 cryos 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" |