Skip to content

Commit

Permalink
app-editors/nano: Synced live ebuild
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Jan 14, 2021
1 parent d43cd16 commit f012265
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions app-editors/nano/nano-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ HOMEPAGE="https://www.nano-editor.org/ https://wiki.gentoo.org/wiki/Nano/Basics_

LICENSE="GPL-3"
SLOT="0"
IUSE="debug justify magic minimal ncurses nls slang +spell +split-usr static unicode"
IUSE="debug justify magic minimal ncurses nls +spell +split-usr static unicode"

LIB_DEPEND=">=sys-libs/ncurses-5.9-r1:0=[unicode?]
sys-libs/ncurses:0=[static-libs(+)]
magic? ( sys-apps/file[static-libs(+)] )
nls? ( virtual/libintl )
!ncurses? ( slang? ( sys-libs/slang[static-libs(+)] ) )"
nls? ( virtual/libintl )"
RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"
DEPEND="${RDEPEND}
static? ( ${LIB_DEPEND} )"
Expand All @@ -34,7 +33,6 @@ BDEPEND="
"

REQUIRED_USE="
!ncurses? ( slang? ( minimal ) )
magic? ( !minimal )
"

Expand All @@ -60,7 +58,6 @@ src_configure() {
$(use_enable nls)
$(use_enable unicode utf8)
$(use_enable minimal tiny)
$(usex ncurses --without-slang $(use_with slang))
)
econf "${myconf[@]}"
}
Expand Down

0 comments on commit f012265

Please sign in to comment.