Skip to content

Commit

Permalink
app-shells/nushell: app-shells/nushell Removed 'sqlite' USE flag, pro…
Browse files Browse the repository at this point in the history
…vided by default

Signed-off-by: Jonas Frei <freijon@pm.me>
  • Loading branch information
freijon committed Jan 31, 2023
1 parent 628a699 commit cfaf88c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion app-shells/nushell/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
</upstream>
<use>
<flag name="dataframe">Dataframe feature for nushell</flag>
<flag name="sqlite">SQLite commands for nushell</flag>
</use>
</pkgmetadata>
7 changes: 2 additions & 5 deletions app-shells/nushell/nushell-0.74.0-r1.ebuild
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="dataframe sqlite"
IUSE="dataframe"

DEPEND="
>=dev-libs/libgit2-0.99:=
Expand All @@ -586,9 +586,7 @@ DEPEND="
net-libs/libssh2:=
net-libs/nghttp2:=
net-misc/curl
sqlite? (
dev-db/sqlite:3=
)
dev-db/sqlite:3=
x11-libs/libX11
x11-libs/libxcb
"
Expand Down Expand Up @@ -619,7 +617,6 @@ src_configure() {
local myfeatures=(
stable
$(usev dataframe)
$(usev sqlite)
)

cargo_src_configure
Expand Down

0 comments on commit cfaf88c

Please sign in to comment.