Skip to content

Commit

Permalink
media-video/tsmuxer: Migrate from LINGUAS to L10N.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.19, Repoman-2.3.6
  • Loading branch information
ulm committed Jan 7, 2018
1 parent 6eb7826 commit c8832c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"

Expand Down Expand Up @@ -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
}

0 comments on commit c8832c6

Please sign in to comment.