diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 14:57:09 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 16:38:30 +0100 |
commit | 7bdd62c570cb5d43fe5f70dcf788d719782b365e (patch) | |
tree | 708ed3e3031949b6bbf4a32ca8d837aea4b879b9 /media-video/avidemux | |
parent | app-portage/eix: Do not inherit l10n.eclass. (diff) | |
download | gentoo-7bdd62c570cb5d43fe5f70dcf788d719782b365e.tar.gz gentoo-7bdd62c570cb5d43fe5f70dcf788d719782b365e.tar.bz2 gentoo-7bdd62c570cb5d43fe5f70dcf788d719782b365e.zip |
media-video/avidemux: Do not inherit l10n.eclass.
No l10n_* functions are being called, and the eclass does not contain
any code in global scope any more.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-video/avidemux')
-rw-r--r-- | media-video/avidemux/avidemux-2.6.20.ebuild | 6 | ||||
-rw-r--r-- | media-video/avidemux/avidemux-9999.ebuild | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/media-video/avidemux/avidemux-2.6.20.ebuild b/media-video/avidemux/avidemux-2.6.20.ebuild index fe1b48bfcfb9..59807f056433 100644 --- a/media-video/avidemux/avidemux-2.6.20.ebuild +++ b/media-video/avidemux/avidemux-2.6.20.ebuild @@ -1,11 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PLOCALES="ca cs de el es fr it ja pt_BR ru sr sr@latin tr" - -inherit cmake-utils l10n qmake-utils xdg-utils +inherit cmake-utils qmake-utils xdg-utils DESCRIPTION="Video editor designed for simple cutting, filtering and encoding tasks" HOMEPAGE="http://fixounet.free.fr/${PN}" diff --git a/media-video/avidemux/avidemux-9999.ebuild b/media-video/avidemux/avidemux-9999.ebuild index 6f2df9f42a31..2e985fe5726f 100644 --- a/media-video/avidemux/avidemux-9999.ebuild +++ b/media-video/avidemux/avidemux-9999.ebuild @@ -1,11 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PLOCALES="ca cs de el es fr it ja pt_BR ru sr sr@latin tr" - -inherit cmake-utils l10n qmake-utils xdg-utils +inherit cmake-utils qmake-utils xdg-utils DESCRIPTION="Video editor designed for simple cutting, filtering and encoding tasks" HOMEPAGE="http://fixounet.free.fr/${PN}" |