Skip to content

Commit

Permalink
app-admin/elektra: Drop USE java
Browse files Browse the repository at this point in the history
Unless requested in the future.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Nov 25, 2018
1 parent cb4224b commit f811c8e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app-admin/elektra/elektra-0.8.20-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

inherit cmake-utils eutils java-pkg-opt-2
inherit cmake-utils

DESCRIPTION="Framework to store config parameters in hierarchical key-value pairs"
HOMEPAGE="https://www.libelektra.org"
Expand All @@ -12,7 +12,7 @@ SRC_URI="https://www.libelektra.org/ftp/elektra/releases/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
PLUGIN_IUSE="augeas iconv ini java simpleini syslog systemd tcl +uname xml yajl";
PLUGIN_IUSE="augeas iconv ini simpleini syslog systemd tcl +uname xml yajl";
IUSE="dbus doc qt5 static-libs test ${PLUGIN_IUSE}"

RDEPEND="
Expand All @@ -21,7 +21,6 @@ RDEPEND="
augeas? ( app-admin/augeas )
dbus? ( >=sys-apps/dbus-1.6.18-r1 )
iconv? ( >=virtual/libiconv-0-r1 )
java? ( >=virtual/jdk-1.8:* )
qt5? (
dev-qt/qtdeclarative:5
dev-qt/qtgui:5
Expand Down Expand Up @@ -70,7 +69,6 @@ src_configure() {
use dbus && my_plugins+="dbus;"
use iconv && my_plugins+="iconv;"
use ini && my_plugins+="ini;" # bundles inih
use java && my_plugins+="jni;"
use simpleini && my_plugins+="simpleini;"
use syslog && my_plugins+="syslog;"
use systemd && my_plugins+="journald;"
Expand Down

0 comments on commit f811c8e

Please sign in to comment.