summaryrefslogtreecommitdiff
path: root/media-video/gxine/gxine-0.5.909.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-08 21:45:04 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-08 21:45:04 +0000
commit65737cf14a7220bd9a487aa2af4ae0e79bd23e86 (patch)
tree625754b14ae80ac167d1b150c2314b647cd008e6 /media-video/gxine/gxine-0.5.909.ebuild
parent5001a6c7b6da2956f5b17c695b1e0059dc7b8de5 (diff)
gentoo resync : 08.01.2018
Diffstat (limited to 'media-video/gxine/gxine-0.5.909.ebuild')
-rw-r--r--media-video/gxine/gxine-0.5.909.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-video/gxine/gxine-0.5.909.ebuild b/media-video/gxine/gxine-0.5.909.ebuild
index c03bbd619438..59fb4ac46bf6 100644
--- a/media-video/gxine/gxine-0.5.909.ebuild
+++ b/media-video/gxine/gxine-0.5.909.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="linguas_cs linguas_de lirc nls nsplugin udev +xcb xinerama"
+IUSE="l10n_cs l10n_de lirc nls nsplugin udev +xcb xinerama"
COMMON_DEPEND=">=media-libs/xine-lib-1.1.20
x11-libs/gtk+:2
@@ -65,8 +65,8 @@ src_install() {
dodoc AUTHORS BUGS ChangeLog README{,_l10n} TODO
- use linguas_cs && dodoc README.cs
- use linguas_de && dodoc README.de
+ use l10n_cs && dodoc README.cs
+ use l10n_de && dodoc README.de
use nsplugin && inst_plugin /usr/$(get_libdir)/gxine/gxineplugin.so
}