summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-sound/grip/ChangeLog7
-rw-r--r--media-sound/grip/grip-3.2.0.ebuild7
-rw-r--r--x11-libs/vte/ChangeLog7
-rw-r--r--x11-libs/vte/vte-0.11.11-r1.ebuild4
4 files changed, 19 insertions, 6 deletions
diff --git a/media-sound/grip/ChangeLog b/media-sound/grip/ChangeLog
index 961cb3a53e35..6f4bbab87c4f 100644
--- a/media-sound/grip/ChangeLog
+++ b/media-sound/grip/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/grip
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/ChangeLog,v 1.43 2004/10/31 10:58:29 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/ChangeLog,v 1.44 2004/11/01 19:46:31 corsair Exp $
+
+ 01 Nov 2004; Markus Rothe <corsair@gentoo.org>
+
+ grip-3.2.0.ebuild:
+ Marked ~ppc64; bug #64636
31 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> grip-3.2.0.ebuild:
Only install .desktop to applications.
diff --git a/media-sound/grip/grip-3.2.0.ebuild b/media-sound/grip/grip-3.2.0.ebuild
index 354b7dd70125..5ade73a59189 100644
--- a/media-sound/grip/grip-3.2.0.ebuild
+++ b/media-sound/grip/grip-3.2.0.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-3.2.0.ebuild,v 1.9 2004/10/31 10:58:29 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-3.2.0.ebuild,v 1.10 2004/11/01 19:46:31 corsair Exp $
+
+inherit gnuconfig
IUSE="nls oggvorbis"
@@ -10,7 +12,7 @@ SRC_URI="mirror://sourceforge/grip/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ppc sparc x86"
+KEYWORDS="alpha amd64 ~hppa ~ppc sparc x86 ~ppc64"
RDEPEND=">=x11-libs/gtk+-2.2
x11-libs/vte
@@ -28,6 +30,7 @@ DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
src_compile() {
+ use ppc64 && gnuconfig_update
econf --disable-dependency-tracking `use_enable nls` || die
emake || die "emake failed"
}
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog
index 20e2b73cf8c5..a979394964ae 100644
--- a/x11-libs/vte/ChangeLog
+++ b/x11-libs/vte/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/vte
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.48 2004/10/01 06:22:49 geoman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.49 2004/11/01 19:43:07 corsair Exp $
+
+ 01 Nov 2004; Markus Rothe <corsair@gentoo.org>
+
+ vte-0.11.11-r1.ebuild:
+ Marked ~ppc64; bug #64636
01 Oct 2004; Stephen P. Becker <geoman@gentoo.org> vte-0.11.11.ebuild:
stable on mips
diff --git a/x11-libs/vte/vte-0.11.11-r1.ebuild b/x11-libs/vte/vte-0.11.11-r1.ebuild
index ba729f4ee5d8..373fed14f639 100644
--- a/x11-libs/vte/vte-0.11.11-r1.ebuild
+++ b/x11-libs/vte/vte-0.11.11-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.11.11-r1.ebuild,v 1.1 2004/08/08 21:36:44 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.11.11-r1.ebuild,v 1.2 2004/11/01 19:43:07 corsair Exp $
inherit gnome2
@@ -10,7 +10,7 @@ DESCRIPTION="Xft powered terminal widget"
HOMEPAGE="http://www.gnome.org/"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64 ~mips"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64 ~mips ~ppc64"
LICENSE="LGPL-2"
RDEPEND=">=dev-libs/glib-2