diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-10-12 13:43:57 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-10-12 13:44:06 +0200 |
commit | c8b23b97940f7bf6dab06a58c41a0ad42a255743 (patch) | |
tree | 6a53a0e305acfee3a0f7977d00affc37b1514b9a /app-editors | |
parent | app-editors/nano: Don't enable USE="magic" by default anymore (diff) | |
download | gentoo-c8b23b97940f7bf6dab06a58c41a0ad42a255743.tar.gz gentoo-c8b23b97940f7bf6dab06a58c41a0ad42a255743.tar.bz2 gentoo-c8b23b97940f7bf6dab06a58c41a0ad42a255743.zip |
app-editors/nano: Synced live ebuild
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nano/nano-9999.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-editors/nano/nano-9999.ebuild b/app-editors/nano/nano-9999.ebuild index 86f22534c12f..58e6b0821478 100644 --- a/app-editors/nano/nano-9999.ebuild +++ b/app-editors/nano/nano-9999.ebuild @@ -18,7 +18,7 @@ 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 slang +spell +split-usr static unicode" LIB_DEPEND=">=sys-libs/ncurses-5.9-r1:0=[unicode?] sys-libs/ncurses:0=[static-libs(+)] @@ -33,7 +33,10 @@ BDEPEND=" virtual/pkgconfig " -REQUIRED_USE="!ncurses? ( slang? ( minimal ) )" +REQUIRED_USE=" + !ncurses? ( slang? ( minimal ) ) + magic? ( !minimal ) +" src_prepare() { default |