diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-04-22 16:25:14 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-04-22 16:32:07 +0200 |
commit | 42dc03847f03c2c83ffdf4adad927daf25f0f997 (patch) | |
tree | ca74b0d0a6265b70eecbe44484c54e6ce588d749 /kde-apps/marble | |
parent | kde-apps/kcachegrind: Add USE=nls and missing DEPEND (diff) | |
download | gentoo-42dc03847f03c2c83ffdf4adad927daf25f0f997.tar.gz gentoo-42dc03847f03c2c83ffdf4adad927daf25f0f997.tar.bz2 gentoo-42dc03847f03c2c83ffdf4adad927daf25f0f997.zip |
kde-apps/marble: Add USE=nls and missing DEPEND
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/marble')
-rw-r--r-- | kde-apps/marble/marble-17.04.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kde-apps/marble/marble-17.04.0.ebuild b/kde-apps/marble/marble-17.04.0.ebuild index a4c24ad25c65..edf87fd27450 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 |