summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/grip/ChangeLog8
-rw-r--r--media-sound/grip/grip-3.3.0.ebuild7
-rw-r--r--media-sound/grip/grip-3.3.1.ebuild7
3 files changed, 13 insertions, 9 deletions
diff --git a/media-sound/grip/ChangeLog b/media-sound/grip/ChangeLog
index b824a6f67182..150dc0eb903f 100644
--- a/media-sound/grip/ChangeLog
+++ b/media-sound/grip/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/grip
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/ChangeLog,v 1.60 2005/10/09 22:18:25 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/ChangeLog,v 1.61 2005/11/07 10:33:00 flameeyes Exp $
+
+ 07 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> grip-3.3.0.ebuild,
+ grip-3.3.1.ebuild:
+ Don't require db-1 as that is probably an old dependency no more needed as
+ far as I can see. Look at bug #111766. Also use $(tc-arch) to see if it's
+ x86 architecture.
*grip-3.3.1 (09 Oct 2005)
diff --git a/media-sound/grip/grip-3.3.0.ebuild b/media-sound/grip/grip-3.3.0.ebuild
index 74a9bc737d24..13d97fb236ed 100644
--- a/media-sound/grip/grip-3.3.0.ebuild
+++ b/media-sound/grip/grip-3.3.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-3.3.0.ebuild,v 1.8 2005/10/02 14:58:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-3.3.0.ebuild,v 1.9 2005/11/07 10:33:00 flameeyes Exp $
-inherit gnuconfig flag-o-matic eutils
+inherit gnuconfig flag-o-matic eutils toolchain-funcs
IUSE="nls oggvorbis"
@@ -16,7 +16,6 @@ KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86"
RDEPEND=">=x11-libs/gtk+-2.2
x11-libs/vte
- =sys-libs/db-1*
media-sound/lame
media-sound/cdparanoia
>=media-libs/id3lib-3.8.3
@@ -41,7 +40,7 @@ src_unpack() {
src_compile() {
# Bug #69536
- use x86 && append-flags "-mno-sse"
+ [[ $(tc-arch) == "x86" ]] && append-flags "-mno-sse"
econf \
--disable-dependency-tracking \
diff --git a/media-sound/grip/grip-3.3.1.ebuild b/media-sound/grip/grip-3.3.1.ebuild
index 08d6125cc052..fdbd79b76b64 100644
--- a/media-sound/grip/grip-3.3.1.ebuild
+++ b/media-sound/grip/grip-3.3.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-3.3.1.ebuild,v 1.1 2005/10/09 22:18:25 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-3.3.1.ebuild,v 1.2 2005/11/07 10:33:00 flameeyes Exp $
-inherit gnuconfig flag-o-matic eutils
+inherit gnuconfig flag-o-matic eutils toolchain-funcs
IUSE="nls oggvorbis"
@@ -16,7 +16,6 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
RDEPEND=">=x11-libs/gtk+-2.2
x11-libs/vte
- =sys-libs/db-1*
media-sound/lame
media-sound/cdparanoia
>=media-libs/id3lib-3.8.3
@@ -39,7 +38,7 @@ src_unpack() {
src_compile() {
# Bug #69536
- use x86 && append-flags "-mno-sse"
+ [[ $(tc-arch) == "x86" ]] && append-flags "-mno-sse"
econf \
--disable-dependency-tracking \