summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2005-05-17 22:42:38 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2005-05-17 22:42:38 +0000
commit8f4bc513db4833072b308e84288e3ccf5c5ebdb8 (patch)
tree16fbadee14d970d22faa52d449aee59e7d3f1332 /media-video/kino/kino-0.7.5-r1.ebuild
parentVersion Bump. (diff)
downloadgentoo-2-8f4bc513db4833072b308e84288e3ccf5c5ebdb8.tar.gz
gentoo-2-8f4bc513db4833072b308e84288e3ccf5c5ebdb8.tar.bz2
gentoo-2-8f4bc513db4833072b308e84288e3ccf5c5ebdb8.zip
The big-endian patch applies to... well... all of the big-endian architectures
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-video/kino/kino-0.7.5-r1.ebuild')
-rw-r--r--media-video/kino/kino-0.7.5-r1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/media-video/kino/kino-0.7.5-r1.ebuild b/media-video/kino/kino-0.7.5-r1.ebuild
index d55435cd6921..463cc83acd29 100644
--- a/media-video/kino/kino-0.7.5-r1.ebuild
+++ b/media-video/kino/kino-0.7.5-r1.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-video/kino/kino-0.7.5-r1.ebuild,v 1.3 2005/04/11 14:11:38 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/kino/kino-0.7.5-r1.ebuild,v 1.4 2005/05/17 22:42:38 gustavoz Exp $
-inherit eutils
+inherit eutils toolchain-funcs
DESCRIPTION="Kino is a non-linear DV editor for GNU/Linux"
HOMEPAGE="http://kino.schirmacher.de/"
@@ -34,7 +34,9 @@ DEPEND="x11-libs/gtk+
src_unpack() {
unpack ${A}
cd ${S}
- use ppc && epatch ${FILESDIR}/${P}-ppc.diff
+ if [[ $(tc-endian) == "big" ]] ; then
+ epatch ${FILESDIR}/${P}-ppc.diff
+ fi
}
src_compile() {