summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2005-11-24 18:19:24 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2005-11-24 18:19:24 +0000
commit8e76394841da3487cd3057c2cb1c879621f5b985 (patch)
tree7599a9788af0fa9d8caca9d0c1478755ff15ecf5 /kde-base/kalyptus
parentRestoring dropped junit tests (diff)
downloadgentoo-2-8e76394841da3487cd3057c2cb1c879621f5b985.tar.gz
gentoo-2-8e76394841da3487cd3057c2cb1c879621f5b985.tar.bz2
gentoo-2-8e76394841da3487cd3057c2cb1c879621f5b985.zip
Stable on sparc wrt #112842
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'kde-base/kalyptus')
-rw-r--r--kde-base/kalyptus/ChangeLog5
-rw-r--r--kde-base/kalyptus/kalyptus-3.4.2.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/kde-base/kalyptus/ChangeLog b/kde-base/kalyptus/ChangeLog
index 77192866b623..84b909e9ed35 100644
--- a/kde-base/kalyptus/ChangeLog
+++ b/kde-base/kalyptus/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kalyptus
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalyptus/ChangeLog,v 1.16 2005/11/22 22:13:57 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalyptus/ChangeLog,v 1.17 2005/11/24 18:16:42 gustavoz Exp $
+
+ 24 Nov 2005; Gustavo Zacarias <gustavoz@gentoo.org> kalyptus-3.4.2.ebuild:
+ Stable on sparc wrt #112842
*kalyptus-3.5.0 (22 Nov 2005)
diff --git a/kde-base/kalyptus/kalyptus-3.4.2.ebuild b/kde-base/kalyptus/kalyptus-3.4.2.ebuild
index feb78545a43f..f16d36278747 100644
--- a/kde-base/kalyptus/kalyptus-3.4.2.ebuild
+++ b/kde-base/kalyptus/kalyptus-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/kalyptus/kalyptus-3.4.2.ebuild,v 1.2 2005/10/13 00:09:50 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalyptus/kalyptus-3.4.2.ebuild,v 1.3 2005/11/24 18:16:42 gustavoz Exp $
KMNAME=kdebindings
KM_MAKEFILESREV=1
@@ -9,7 +9,7 @@ KM_DEPRANGE="$PV $MAXKDEVER"
inherit kde-meta
DESCRIPTION="KDE bindings generator for C, ObjC and Java"
-KEYWORDS=" ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS=" ~amd64 ~ppc sparc ~x86"
IUSE=""
DEPEND="dev-lang/perl"
PATCHES="$FILESDIR/no-gtk-glib-check.diff"
@@ -24,4 +24,4 @@ src_compile () {
src_install() {
cd $S/kalyptus
make install DESTDIR=$D
-} \ No newline at end of file
+}