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/mpv-9999.ebuild
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/mpv-9999.ebuild')
-rw-r--r--media-video/mpv/mpv-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
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"
########