commit: 42dc03847f03c2c83ffdf4adad927daf25f0f997 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Apr 22 14:25:14 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Apr 22 14:32:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42dc0384
kde-apps/marble: Add USE=nls and missing DEPEND Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/marble/marble-17.04.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-apps/marble/marble-17.04.0.ebuild b/kde-apps/marble/marble-17.04.0.ebuild index a4c24ad25c6..edf87fd2745 100644 --- a/kde-apps/marble/marble-17.04.0.ebuild +++ b/kde-apps/marble/marble-17.04.0.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Virtual Globe and World Atlas to learn more about Earth" HOMEPAGE="https://marble.kde.org/" KEYWORDS="~amd64 ~arm ~x86" -IUSE="aprs +dbus designer gps +kde phonon +positioning shapefile +webkit" +IUSE="aprs +dbus designer gps +kde nls phonon +positioning shapefile +webkit" # FIXME (new package): libwlocate, WLAN-based geolocation RDEPEND=" @@ -50,6 +50,7 @@ RDEPEND=" " DEPEND="${RDEPEND} aprs? ( dev-lang/perl ) + nls? ( $(add_qt_dep linguist-tools) ) " # bug 588320
