diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2013-10-18 22:57:21 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2013-10-18 22:57:21 +0000 |
commit | d2a3258303cc20a4b88691b7a4ed92321c8e00b7 (patch) | |
tree | 785042bd0f12c00c593327c99525d6f364525d54 /media-video/mpv/mpv-9999.ebuild | |
parent | Version bump, switch to pypi for SRC_URI. (diff) | |
download | gentoo-2-d2a3258303cc20a4b88691b7a4ed92321c8e00b7.tar.gz gentoo-2-d2a3258303cc20a4b88691b7a4ed92321c8e00b7.tar.bz2 gentoo-2-d2a3258303cc20a4b88691b7a4ed92321c8e00b7.zip |
Upstream removed support for gettext, removed localedir configure parameter as it is no longer recognized; proxied commit for Nikoli.
(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.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 6518c8442647..6095fddbaac6 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.23 2013/10/18 13:36:22 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.24 2013/10/18 22:57:21 tomwij Exp $ EAPI=5 @@ -286,7 +286,6 @@ src_configure() { --confdir="${EPREFIX}"/etc/${PN} \ --mandir="${EPREFIX}"/usr/share/man \ --docdir="${EPREFIX}"/usr/share/doc/${PF} \ - --localedir="${EPREFIX}"/usr/share/locale \ ${myconf} || die MAKEOPTS+=" V=1" |