summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-01-07 16:52:07 +0100
committerUlrich Müller <ulm@gentoo.org>2018-01-07 16:52:39 +0100
commitc8832c6964ba7ad47a36865bc7c6c2237d8d313f (patch)
tree61a0a49eb0e2537d1af22d96c102d5003ce7dcfd
parentsys-block/whdd: metadata: update upstream.remote-id (diff)
downloadgentoo-c8832c6964ba7ad47a36865bc7c6c2237d8d313f.tar.gz
gentoo-c8832c6964ba7ad47a36865bc7c6c2237d8d313f.tar.bz2
gentoo-c8832c6964ba7ad47a36865bc7c6c2237d8d313f.zip
media-video/tsmuxer: Migrate from LINGUAS to L10N.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r--media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild b/media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild
index f01350190c79..5734f9720e38 100644
--- a/media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild
+++ b/media-video/tsmuxer/tsmuxer-1.10.6-r1.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
@@ -13,7 +13,7 @@ LICENSE="SmartLabs"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="qt4 linguas_ru"
+IUSE="qt4 l10n_ru"
QA_FLAGS_IGNORED="opt/${PN}/bin/tsMuxeR opt/${PN}/bin/tsMuxerGUI"
@@ -73,5 +73,5 @@ src_install() {
make_desktop_entry tsMuxerGUI "tsMuxeR GUI" "${PN}" "Qt;AudioVideo;Video"
fi
- use linguas_ru && dodoc readme.rus.txt
+ use l10n_ru && dodoc readme.rus.txt
}