diff options
Diffstat (limited to 'media-tv/tvbrowser/tvbrowser-2.7.1.ebuild')
-rw-r--r-- | media-tv/tvbrowser/tvbrowser-2.7.1.ebuild | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/media-tv/tvbrowser/tvbrowser-2.7.1.ebuild b/media-tv/tvbrowser/tvbrowser-2.7.1.ebuild index 02675d875c04..bb191317e6c3 100644 --- a/media-tv/tvbrowser/tvbrowser-2.7.1.ebuild +++ b/media-tv/tvbrowser/tvbrowser-2.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.7.1.ebuild,v 1.2 2008/11/09 03:23:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.7.1.ebuild,v 1.3 2009/11/16 10:24:48 zzam Exp $ JAVA_PKG_IUSE="doc source" #WANT_ANT_TASKS="ant-junit" @@ -94,13 +94,6 @@ src_unpack() { # when bumping, check that it doesn't affect lines it shouldn't! sed "/unpacked.dir/d" -i build.xml || die - local J_ARCH - case "${ARCH}" in - x86) J_ARCH=i386 ;; - amd64) J_ARCH=amd64 ;; - *) die "not supported arch for this ebuild" ;; - esac - # disable running of junit tests, because tvbrowserdataservice.file.ChannelListTest fails always sed -i "${S}"/build.xml -e"s:, test: :" |