Skip to content

Commit

Permalink
kde-misc/kio-gdrive: Add missing cmake switch and REQUIRED_USE
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Mar 24, 2022
1 parent 1802aa5 commit fe79c84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kde-misc/kio-gdrive/kio-gdrive-21.12.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ SLOT="5"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE="+kaccounts +share"

BDEPEND="dev-util/intltool"
REQUIRED_USE="share? ( kaccounts )"

COMMON_DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
Expand All @@ -38,12 +39,14 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
kaccounts? ( >=kde-apps/kaccounts-providers-20.08.3:5 )
"
BDEPEND="dev-util/intltool"

DOCS=( README.md )

src_configure() {
local mycmakeargs=(
$(cmake_use_find_package kaccounts KAccounts)
$(cmake_use_find_package share KF5Purpose)
)
ecm_src_configure
}

0 comments on commit fe79c84

Please sign in to comment.