diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-05 15:51:07 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-05 15:51:07 +0200 |
| commit | 3945df6be6f6ccf76fd9c55c3c379d258297458a (patch) | |
| tree | 6ffefd9a32897cac4044e5ef91c748604bf25418 | |
| parent | acbbd5a8b555bf528dd0e58ca56c5d4bab17add5 (diff) | |
| download | kde-3945df6be6f6ccf76fd9c55c3c379d258297458a.tar.gz kde-3945df6be6f6ccf76fd9c55c3c379d258297458a.tar.bz2 kde-3945df6be6f6ccf76fd9c55c3c379d258297458a.zip | |
kde-apps/marble: Drop IUSE nls
Not optional by some kde-frameworks dependency anyway.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-apps/marble/marble-23.04.49.9999.ebuild | 16 | ||||
| -rw-r--r-- | kde-apps/marble/marble-9999.ebuild | 16 |
2 files changed, 16 insertions, 16 deletions
diff --git a/kde-apps/marble/marble-23.04.49.9999.ebuild b/kde-apps/marble/marble-23.04.49.9999.ebuild index 7ce7dabb7d2..c564290974b 100644 --- a/kde-apps/marble/marble-23.04.49.9999.ebuild +++ b/kde-apps/marble/marble-23.04.49.9999.ebuild @@ -15,13 +15,12 @@ HOMEPAGE="https://marble.kde.org/" LICENSE="GPL-2" # TODO: CHECK SLOT="5/$(ver_cut 1-2)" KEYWORDS="" -IUSE="aprs +dbus designer +geolocation gps +kde nls +pbf phonon shapefile +webengine" +IUSE="aprs +dbus designer +geolocation gps +kde +pbf phonon shapefile +webengine" + +# bug 588320 +RESTRICT="test" # FIXME (new package): libwlocate, WLAN-based geolocation -BDEPEND=" - aprs? ( dev-lang/perl ) - nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 ) -" DEPEND=" >=dev-qt/qtconcurrent-${QTMIN}:5 >=dev-qt/qtdeclarative-${QTMIN}:5 @@ -60,9 +59,10 @@ DEPEND=" ) " RDEPEND="${DEPEND}" - -# bug 588320 -RESTRICT="test" +BDEPEND=" + >=dev-qt/linguist-tools-${QTMIN}:5 + aprs? ( dev-lang/perl ) +" src_prepare() { ecm_src_prepare diff --git a/kde-apps/marble/marble-9999.ebuild b/kde-apps/marble/marble-9999.ebuild index 7ce7dabb7d2..c564290974b 100644 --- a/kde-apps/marble/marble-9999.ebuild +++ b/kde-apps/marble/marble-9999.ebuild @@ -15,13 +15,12 @@ HOMEPAGE="https://marble.kde.org/" LICENSE="GPL-2" # TODO: CHECK SLOT="5/$(ver_cut 1-2)" KEYWORDS="" -IUSE="aprs +dbus designer +geolocation gps +kde nls +pbf phonon shapefile +webengine" +IUSE="aprs +dbus designer +geolocation gps +kde +pbf phonon shapefile +webengine" + +# bug 588320 +RESTRICT="test" # FIXME (new package): libwlocate, WLAN-based geolocation -BDEPEND=" - aprs? ( dev-lang/perl ) - nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 ) -" DEPEND=" >=dev-qt/qtconcurrent-${QTMIN}:5 >=dev-qt/qtdeclarative-${QTMIN}:5 @@ -60,9 +59,10 @@ DEPEND=" ) " RDEPEND="${DEPEND}" - -# bug 588320 -RESTRICT="test" +BDEPEND=" + >=dev-qt/linguist-tools-${QTMIN}:5 + aprs? ( dev-lang/perl ) +" src_prepare() { ecm_src_prepare |
