diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-11-24 21:41:13 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-11-24 21:41:13 +0000 |
commit | e55a78f7922e5e4d9e8b55beff1831e6d2a16f47 (patch) | |
tree | 7bc295b46e855fff51c98bf28035911ee931bf63 /kde-base/kjots | |
parent | - fix segv in describe_use_flag on some 64bit arches. updated testsuite. remo... (diff) | |
download | historical-e55a78f7922e5e4d9e8b55beff1831e6d2a16f47.tar.gz historical-e55a78f7922e5e4d9e8b55beff1831e6d2a16f47.tar.bz2 historical-e55a78f7922e5e4d9e8b55beff1831e6d2a16f47.zip |
Stable on ppc64
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'kde-base/kjots')
-rw-r--r-- | kde-base/kjots/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kjots/kjots-3.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kjots/ChangeLog b/kde-base/kjots/ChangeLog index 4857cefceec9..b73e48ed3ca6 100644 --- a/kde-base/kjots/ChangeLog +++ b/kde-base/kjots/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kjots # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/ChangeLog,v 1.20 2005/11/24 13:29:18 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/ChangeLog,v 1.21 2005/11/24 21:20:38 corsair Exp $ + + 24 Nov 2005; Markus Rothe <corsair@gentoo.org> kjots-3.4.2.ebuild: + Stable on ppc64 24 Nov 2005; Gustavo Zacarias <gustavoz@gentoo.org> kjots-3.4.2.ebuild: Stable on sparc wrt #112842 diff --git a/kde-base/kjots/kjots-3.4.2.ebuild b/kde-base/kjots/kjots-3.4.2.ebuild index 4548091a72ad..7014f4d16dcd 100644 --- a/kde-base/kjots/kjots-3.4.2.ebuild +++ b/kde-base/kjots/kjots-3.4.2.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/kjots/kjots-3.4.2.ebuild,v 1.4 2005/11/24 13:29:18 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/kjots-3.4.2.ebuild,v 1.5 2005/11/24 21:20:38 corsair Exp $ KMNAME=kdeutils MAXKDEVER=3.4.3 @@ -8,5 +8,5 @@ KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="Kjots - KDE note taking utility" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ppc64 sparc ~x86" IUSE="" |