diff options
author | Francesco Turco <fturco@fastmail.fm> | 2019-06-30 23:09:51 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-27 10:14:42 +0200 |
commit | 02fd37015dd0893fcfd3aa54729046aa70db33c8 (patch) | |
tree | d2af0336cb6777fc43bd64b48a27d742fd3fd493 /app-office | |
parent | app-office/ledger: rename configuration file for Emacs (diff) | |
download | gentoo-02fd37015dd0893fcfd3aa54729046aa70db33c8.tar.gz gentoo-02fd37015dd0893fcfd3aa54729046aa70db33c8.tar.bz2 gentoo-02fd37015dd0893fcfd3aa54729046aa70db33c8.zip |
app-office/ledger: remove unused cmake variable
Non-maintainer commit after timeout.
Closes: https://bugs.gentoo.org/677988
Signed-off-by: Francesco Turco <fturco@fastmail.fm>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/ledger/ledger-3.1.2.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-office/ledger/ledger-3.1.2.ebuild b/app-office/ledger/ledger-3.1.2.ebuild index be240f9dcfcf..15695c673914 100644 --- a/app-office/ledger/ledger-3.1.2.ebuild +++ b/app-office/ledger/ledger-3.1.2.ebuild @@ -88,7 +88,6 @@ src_prepare() { src_configure() { local mycmakeargs=( - -DBUILD_EMACSLISP="$(usex emacs)" -DBUILD_DOCS="$(usex doc)" -DBUILD_WEB_DOCS="$(usex doc)" -DUSE_PYTHON="$(usex python)" |