summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Romans <killsoft@gentoo.org>2004-12-09 02:53:46 +0000
committerRob Romans <killsoft@gentoo.org>2004-12-09 02:53:46 +0000
commit201dff863d857577f10987fc3e71b491772cb055 (patch)
tree7005c9a9d3d301fa6df2d34badb6d2281ac59f70 /media-radio/ktrack/ktrack-0.3.0_rc1.ebuild
parentInitial import into the tree. This closes bug #56378. Thanks to initial ebu... (diff)
downloadgentoo-2-201dff863d857577f10987fc3e71b491772cb055.tar.gz
gentoo-2-201dff863d857577f10987fc3e71b491772cb055.tar.bz2
gentoo-2-201dff863d857577f10987fc3e71b491772cb055.zip
fix compile problem on newer systems, back to unstable.
Diffstat (limited to 'media-radio/ktrack/ktrack-0.3.0_rc1.ebuild')
-rw-r--r--media-radio/ktrack/ktrack-0.3.0_rc1.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/media-radio/ktrack/ktrack-0.3.0_rc1.ebuild b/media-radio/ktrack/ktrack-0.3.0_rc1.ebuild
index ac01b55e0e35..56be111fbb07 100644
--- a/media-radio/ktrack/ktrack-0.3.0_rc1.ebuild
+++ b/media-radio/ktrack/ktrack-0.3.0_rc1.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/media-radio/ktrack/ktrack-0.3.0_rc1.ebuild,v 1.3 2004/08/04 23:13:26 killsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/ktrack/ktrack-0.3.0_rc1.ebuild,v 1.4 2004/12/09 02:53:46 killsoft Exp $
inherit kde
@@ -12,7 +12,7 @@ HOMEPAGE="http://ktrack.sourceforge.net/"
SRC_URI="mirror://sourceforge/ktrack/${MY_P}.tar.bz2"
SLOT="0"
-KEYWORDS="x86 ~ppc"
+KEYWORDS="~x86 ~ppc"
LICENSE="GPL-2"
IUSE=""
@@ -20,3 +20,9 @@ RDEPEND="x11-misc/xplanet
media-libs/hamlib"
need-kde 3
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${PN}-time_include_fix.diff || \
+ die "epatch failed"
+}