summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2008-05-30 18:53:54 +0000
committerMarkus Rothe <corsair@gentoo.org>2008-05-30 18:53:54 +0000
commit53627d9e84a0f04df72c69066c59c3cd5cd5ce14 (patch)
tree4d9bafe05a8f14647f4ed1ee8b43866ab2538c51 /dev-util/astyle
parentVersion bump (diff)
downloadgentoo-2-53627d9e84a0f04df72c69066c59c3cd5cd5ce14.tar.gz
gentoo-2-53627d9e84a0f04df72c69066c59c3cd5cd5ce14.tar.bz2
gentoo-2-53627d9e84a0f04df72c69066c59c3cd5cd5ce14.zip
Does not compile on ppc64. mark it -ppc64. error is "../src/astyle_main.cpp:56:17: error: jni.h: No such file or directory"
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-util/astyle')
-rw-r--r--dev-util/astyle/ChangeLog8
-rw-r--r--dev-util/astyle/astyle-1.22.ebuild4
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-util/astyle/ChangeLog b/dev-util/astyle/ChangeLog
index 50ed4bcf7dd9..b9d02eecf685 100644
--- a/dev-util/astyle/ChangeLog
+++ b/dev-util/astyle/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/astyle
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.24 2008/05/24 13:38:45 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.25 2008/05/30 18:53:54 corsair Exp $
+
+ 30 May 2008; Markus Rothe <corsair@gentoo.org> astyle-1.22.ebuild:
+ Does not compile on ppc64. mark it -ppc64. error is
+ "../src/astyle_main.cpp:56:17: error: jni.h: No such file or directory"
24 May 2008; Markus Meier <maekke@gentoo.org> astyle-1.21.ebuild:
amd64 stable, bug #220739
@@ -27,7 +31,7 @@
Dropped ppc-macos keyword, see you in prefix
14 Nov 2007; Robin H. Johnson <robbat2@gentoo.org> astyle-1.21.ebuild:
- Fix $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.24 2008/05/24 13:38:45 maekke Exp $ string.
+ Fix $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.25 2008/05/30 18:53:54 corsair Exp $ string.
*astyle-1.21 (07 Oct 2007)
diff --git a/dev-util/astyle/astyle-1.22.ebuild b/dev-util/astyle/astyle-1.22.ebuild
index 1071efe990c4..75d6ac5aee2f 100644
--- a/dev-util/astyle/astyle-1.22.ebuild
+++ b/dev-util/astyle/astyle-1.22.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.22.ebuild,v 1.2 2008/05/12 15:55:09 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.22.ebuild,v 1.3 2008/05/30 18:53:54 corsair Exp $
inherit eutils java-pkg-opt-2
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/astyle/astyle_${PV}_linux.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc -ppc64 ~sparc ~x86"
IUSE="debug java libs"