summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/vdr-epgsearch/vdr-epgsearch-1.0.1_p20141227.ebuild')
-rw-r--r--media-plugins/vdr-epgsearch/vdr-epgsearch-1.0.1_p20141227.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-plugins/vdr-epgsearch/vdr-epgsearch-1.0.1_p20141227.ebuild b/media-plugins/vdr-epgsearch/vdr-epgsearch-1.0.1_p20141227.ebuild
index db1b1a202082..fedaa7a512bb 100644
--- a/media-plugins/vdr-epgsearch/vdr-epgsearch-1.0.1_p20141227.ebuild
+++ b/media-plugins/vdr-epgsearch/vdr-epgsearch-1.0.1_p20141227.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -29,7 +29,7 @@ esac
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="+conflictcheckonly +epgsearchonly linguas_de pcre +quicksearch tre"
+IUSE="+conflictcheckonly +epgsearchonly l10n_de pcre +quicksearch tre"
DEPEND="media-video/vdr
pcre? ( dev-libs/libpcre )
@@ -93,7 +93,7 @@ src_install() {
doman man/en/*.gz
- if use linguas_de; then
+ if use l10n_de; then
doman -i18n=de man/de/*.gz
fi
}