summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2014-01-25 10:41:03 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2014-01-25 10:41:03 +0000
commit88312aca03c11077672731604feb72b773d0ca67 (patch)
tree06188c01fde617a72566f9d26f290177904877a9 /media-video
parentRemove old. (diff)
downloadgentoo-2-88312aca03c11077672731604feb72b773d0ca67.tar.gz
gentoo-2-88312aca03c11077672731604feb72b773d0ca67.tar.bz2
gentoo-2-88312aca03c11077672731604feb72b773d0ca67.zip
Update sdl switch to match the new name.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/mpv/ChangeLog5
-rw-r--r--media-video/mpv/mpv-9999.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/mpv/ChangeLog b/media-video/mpv/ChangeLog
index a51a599bdcb6..686a77058837 100644
--- a/media-video/mpv/ChangeLog
+++ b/media-video/mpv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/mpv
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.54 2014/01/16 07:31:50 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.55 2014/01/25 10:41:03 scarabeus Exp $
+
+ 25 Jan 2014; Tomáš Chvátal <scarabeus@gentoo.org> mpv-9999.ebuild:
+ Update sdl switch to match the new name.
*mpv-0.3.3 (16 Jan 2014)
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index d59dff1cd04f..c44ea8866107 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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.37 2014/01/08 23:46:46 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.38 2014/01/25 10:41:03 scarabeus Exp $
EAPI=5
@@ -166,7 +166,7 @@ src_configure() {
waf-utils_src_configure \
--disable-build-date \
--disable-debug-build \
- --disable-sdl \
+ --disable-sdl1 \
--disable-sdl2 \
--disable-rsound \
$(use_enable encode encoding) \