diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 14:59:39 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 16:38:30 +0100 |
commit | bfda70bce03abca3a260cc118d188c45a65210f3 (patch) | |
tree | 8e81608e6b4b37f153aba12e3db3c478af8d37df /net-p2p | |
parent | media-video/avidemux: Do not inherit l10n.eclass. (diff) | |
download | gentoo-bfda70bce03abca3a260cc118d188c45a65210f3.tar.gz gentoo-bfda70bce03abca3a260cc118d188c45a65210f3.tar.bz2 gentoo-bfda70bce03abca3a260cc118d188c45a65210f3.zip |
net-p2p/classified-ads: 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 'net-p2p')
-rw-r--r-- | net-p2p/classified-ads/classified-ads-0.11.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-p2p/classified-ads/classified-ads-0.11.ebuild b/net-p2p/classified-ads/classified-ads-0.11.ebuild index eb54552c4810..295a08b90280 100644 --- a/net-p2p/classified-ads/classified-ads-0.11.ebuild +++ b/net-p2p/classified-ads/classified-ads-0.11.ebuild @@ -1,10 +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="en fi sv da uk" -PLOCALE_BACKUP="en" -inherit qmake-utils virtualx l10n + +inherit qmake-utils virtualx DESCRIPTION="Program for displaying classified advertisement items" HOMEPAGE="http://katiska.org/classified-ads/" |