Skip to content

Commit

Permalink
app-shells/nushell: app-shells/nushell Removed 'extra' USE flag, adde…
Browse files Browse the repository at this point in the history
…d 'dataframe' USE flag.

Closes: #29352
Signed-off-by: Jonas Frei <freijon@pm.me>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
  • Loading branch information
freijon authored and zmedico committed Feb 1, 2023
1 parent 2361ae5 commit 937cbe7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app-shells/nushell/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<remote-id type="github">nushell/nushell</remote-id>
</upstream>
<use>
<flag name="extra">Install extra plugins: binaryview, tree, clipboard-cli, trash-support and others</flag>
<flag name="dataframe">Dataframe feature for nushell</flag>
</use>
</pkgmetadata>
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ SRC_URI="https://github.com/nushell/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1.0 CC0-1.0 ISC MIT MPL-2.0 Unlicense ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
IUSE="+extra"
IUSE="dataframe"

DEPEND="
>=dev-libs/libgit2-0.99:=
Expand All @@ -586,11 +586,9 @@ DEPEND="
net-libs/libssh2:=
net-libs/nghttp2:=
net-misc/curl
extra? (
dev-db/sqlite:3=
x11-libs/libX11
x11-libs/libxcb
)
dev-db/sqlite:3=
x11-libs/libX11
x11-libs/libxcb
"

RDEPEND="${DEPEND}"
Expand Down Expand Up @@ -618,7 +616,7 @@ src_configure() {

local myfeatures=(
stable
$(usev extra)
$(usev dataframe)
)

cargo_src_configure
Expand Down

0 comments on commit 937cbe7

Please sign in to comment.