summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2013-10-17 19:36:21 +0000
committerTom Wijsman <tomwij@gentoo.org>2013-10-17 19:36:21 +0000
commit6561ffc2ff2f366b79647eb2caa21568461ffa94 (patch)
tree74d1fe718fe1cdf8535b07f4baa7e09ebe143bd0 /media-video/mpv
parentNew ebuild for app-backup/rear, fully automated disaster recovery supporting ... (diff)
downloadgentoo-2-6561ffc2ff2f366b79647eb2caa21568461ffa94.tar.gz
gentoo-2-6561ffc2ff2f366b79647eb2caa21568461ffa94.tar.bz2
gentoo-2-6561ffc2ff2f366b79647eb2caa21568461ffa94.zip
Fix up a typo in the luajit conditional configure flag, proxied commit for Nikoli; fixes bug #488348.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'media-video/mpv')
-rw-r--r--media-video/mpv/ChangeLog7
-rw-r--r--media-video/mpv/mpv-0.2.0.ebuild4
-rw-r--r--media-video/mpv/mpv-9999.ebuild4
3 files changed, 10 insertions, 5 deletions
diff --git a/media-video/mpv/ChangeLog b/media-video/mpv/ChangeLog
index 35868a8e1d9d..d9e9f34f940b 100644
--- a/media-video/mpv/ChangeLog
+++ b/media-video/mpv/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-video/mpv
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.31 2013/10/17 17:17:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.32 2013/10/17 19:36:21 tomwij Exp $
+
+ 17 Oct 2013; Tom Wijsman <TomWij@gentoo.org> mpv-0.2.0.ebuild,
+ mpv-9999.ebuild:
+ Fix up a typo in the luajit conditional configure flag, proxied commit for
+ Nikoli; fixes bug #488348.
17 Oct 2013; Jeroen Roovers <jer@gentoo.org> mpv-0.2.0.ebuild:
Drop ~hppa for now (bug #488318).
diff --git a/media-video/mpv/mpv-0.2.0.ebuild b/media-video/mpv/mpv-0.2.0.ebuild
index 3714143f2f74..aeaf40e6f63c 100644
--- a/media-video/mpv/mpv-0.2.0.ebuild
+++ b/media-video/mpv/mpv-0.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.2.0.ebuild,v 1.2 2013/10/17 17:17:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.2.0.ebuild,v 1.3 2013/10/17 19:36:21 tomwij Exp $
EAPI=5
@@ -186,7 +186,7 @@ src_configure() {
use samba || myconf+=" --disable-smb"
use lirc || myconf+=" --disable-lirc --disable-lircc"
use lua || myconf+=" --disable-lua"
- use lua && myconf+=" --lua=luajit"
+ use luajit && myconf+=" --lua=luajit"
use doc-pdf || myconf+=" --disable-pdf"
########
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 5b0d513fa595..cde57ab8b7c1 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.21 2013/10/16 17:07:27 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.22 2013/10/17 19:36:21 tomwij Exp $
EAPI=5
@@ -186,7 +186,7 @@ src_configure() {
use samba || myconf+=" --disable-smb"
use lirc || myconf+=" --disable-lirc --disable-lircc"
use lua || myconf+=" --disable-lua"
- use lua && myconf+=" --lua=luajit"
+ use luajit && myconf+=" --lua=luajit"
use doc-pdf || myconf+=" --disable-pdf"
########