summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-03-29 18:33:12 +0000
committerMike Frysinger <vapier@gentoo.org>2015-03-29 18:33:12 +0000
commit61d84d5ab47c458b787c1a69cd81d9a5c5ec9405 (patch)
treec5c497247bcae5fc22b31e49806355ccdc6f2288 /media-tv
parentstable on arm64 (diff)
downloadgentoo-2-61d84d5ab47c458b787c1a69cd81d9a5c5ec9405.tar.gz
gentoo-2-61d84d5ab47c458b787c1a69cd81d9a5c5ec9405.tar.bz2
gentoo-2-61d84d5ab47c458b787c1a69cd81d9a5c5ec9405.zip
Revert USE=raspberry-pi as this should not be a USE flag.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/kodi/ChangeLog6
-rw-r--r--media-tv/kodi/kodi-9999.ebuild11
-rw-r--r--media-tv/kodi/metadata.xml1
3 files changed, 7 insertions, 11 deletions
diff --git a/media-tv/kodi/ChangeLog b/media-tv/kodi/ChangeLog
index fc444a7f7607..ded45903840b 100644
--- a/media-tv/kodi/ChangeLog
+++ b/media-tv/kodi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-tv/kodi
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/kodi/ChangeLog,v 1.11 2015/03/29 09:15:41 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/kodi/ChangeLog,v 1.12 2015/03/29 18:33:12 vapier Exp $
+
+ 29 Mar 2015; Mike Frysinger <vapier@gentoo.org> kodi-9999.ebuild,
+ metadata.xml:
+ Revert USE=raspberry-pi as this should not be a USE flag.
29 Mar 2015; Tupone Alfredo <tupone@gentoo.org> kodi-14.1.ebuild,
kodi-9999.ebuild, metadata.xml:
diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild
index bf91f84fd3d7..0c5dc07f9acd 100644
--- a/media-tv/kodi/kodi-9999.ebuild
+++ b/media-tv/kodi/kodi-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/kodi/kodi-9999.ebuild,v 1.11 2015/03/29 09:15:41 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/kodi/kodi-9999.ebuild,v 1.12 2015/03/29 18:33:12 vapier Exp $
EAPI="5"
@@ -33,7 +33,7 @@ HOMEPAGE="http://kodi.tv/ http://kodi.wiki/"
LICENSE="GPL-2"
SLOT="0"
-IUSE="airplay alsa avahi bluetooth bluray caps cec css debug +fishbmc gles goom java joystick midi mysql nfs +opengl profile +projectm pulseaudio +rsxs raspberry-pi rtmp +samba sftp test udisks upnp upower +usb vaapi vdpau webserver +X +xrandr"
+IUSE="airplay alsa avahi bluetooth bluray caps cec css debug +fishbmc gles goom java joystick midi mysql nfs +opengl profile +projectm pulseaudio +rsxs rtmp +samba sftp test udisks upnp upower +usb vaapi vdpau webserver +X +xrandr"
REQUIRED_USE="
rsxs? ( X )
xrandr? ( X )
@@ -189,14 +189,7 @@ src_configure() {
# Requiring java is asine #434662
[[ ${PV} != "9999" ]] && export ac_cv_path_JAVA_EXE=$(which $(usex java java true))
- local myconf=""
- if use raspberry-pi; then
- myconf="--with-platform=raspberry-pi"
- myconf="$myconf --enable-player=omxplayer"
- fi
-
econf \
- $myconf \
--docdir=/usr/share/doc/${PF} \
--disable-ccache \
--disable-optimizations \
diff --git a/media-tv/kodi/metadata.xml b/media-tv/kodi/metadata.xml
index 003a87dc381e..1acb8151b5f5 100644
--- a/media-tv/kodi/metadata.xml
+++ b/media-tv/kodi/metadata.xml
@@ -14,7 +14,6 @@
<flag name='projectm'>Enable projectM visualization plugin</flag>
<flag name='pvr'>Enable MythTV support</flag>
<flag name='rtmp'>Enable Real Time Messaging Protocol using librtmp</flag>
- <flag name='raspberry-pi'>Enable support for the Raspberry Pi</flag>
<flag name='rsxs'>Enable really slick X screensavers</flag>
<flag name='sftp'>Support browsing files over SFTP</flag>
<flag name='texturepacker'>Support packing skin textures</flag>