commit: bb1817769c3b8856afbe5301eb75338f352e8097 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jul 29 21:27:49 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jul 29 21:28:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb181776
sys-apps/xdg-desktop-portal: Drop IUSE=doc for unpackaged flatpak Closes: https://bugs.gentoo.org/734608 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.7.2.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.7.2.ebuild b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.7.2.ebuild index 52d75439b60..c78e2384067 100644 --- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.7.2.ebuild +++ b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.7.2.ebuild @@ -12,16 +12,12 @@ SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="doc geolocation screencast" +IUSE="geolocation screencast" BDEPEND=" dev-util/gdbus-codegen sys-devel/gettext virtual/pkgconfig - doc? ( - app-text/docbook-xml-dtd:4.3 - app-text/xmlto - ) " DEPEND=" dev-libs/glib:2 @@ -38,9 +34,9 @@ RDEPEND="${DEPEND} src_configure() { local myeconfargs=( --with-systemduserunitdir="$(systemd_get_userunitdir)" - $(use_enable doc docbook-docs) $(use_enable geolocation geoclue) $(use_enable screencast pipewire) + --disable-docbook-docs # flatpak not packaged --disable-libportal # not packaged ) econf "${myeconfargs[@]}"
