Skip to content

Commit

Permalink
app-office/skrooge: Drop USE=crypt, sqlcipher is required now
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
a17r committed Jan 24, 2017
1 parent 6654627 commit fab1547
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions app-office/skrooge/skrooge-2.7.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ HOMEPAGE="http://www.skrooge.org/"

LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE="activities crypt designer kde ofx"
IUSE="activities designer kde ofx"

COMMON_DEPEND="
$(add_frameworks_dep karchive)
Expand Down Expand Up @@ -51,12 +51,11 @@ COMMON_DEPEND="
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
app-crypt/qca:2[qt5]
dev-db/sqlcipher
dev-libs/grantlee:5
activities? ( $(add_frameworks_dep kactivities) )
crypt? ( dev-db/sqlcipher )
!crypt? ( dev-db/sqlite:3 )
kde? ( $(add_frameworks_dep krunner) )
ofx? ( >=dev-libs/libofx-0.9.1 )
ofx? ( dev-libs/libofx )
"
DEPEND="${COMMON_DEPEND}
$(add_frameworks_dep kguiaddons)
Expand All @@ -79,12 +78,9 @@ REQUIRED_USE="test? ( designer )"
# hangs + installs files
RESTRICT+=" test"

DOCS=( AUTHORS CHANGELOG README TODO )

src_configure() {
local mycmakeargs=(
-DSKG_BUILD_TEST=$(usex test)
-DSKG_CIPHER=$(usex crypt)
-DSKG_DESIGNER=$(usex designer)
$(cmake-utils_use_find_package activities KF5Activities)
$(cmake-utils_use_find_package kde KF5Runner)
Expand Down

0 comments on commit fab1547

Please sign in to comment.