summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2020-10-12 13:42:59 +0200
committerLars Wendler <polynomial-c@gentoo.org>2020-10-12 13:44:05 +0200
commited9a9ea0f3f049ca4730ace871f843dfae674d4c (patch)
treec77ca357bba61bef6016a29f8b99c1f8d01f8d66
parentnet-im/prosody-modules: add ~arm64 keyword (diff)
downloadgentoo-ed9a9ea0f3f049ca4730ace871f843dfae674d4c.tar.gz
gentoo-ed9a9ea0f3f049ca4730ace871f843dfae674d4c.tar.bz2
gentoo-ed9a9ea0f3f049ca4730ace871f843dfae674d4c.zip
app-editors/nano: Don't enable USE="magic" by default anymore
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
-rw-r--r--app-editors/nano/nano-5.3-r1.ebuild (renamed from app-editors/nano/nano-5.3.ebuild)7
1 files changed, 5 insertions, 2 deletions
diff --git a/app-editors/nano/nano-5.3.ebuild b/app-editors/nano/nano-5.3-r1.ebuild
index 86f22534c12f..58e6b0821478 100644
--- a/app-editors/nano/nano-5.3.ebuild
+++ b/app-editors/nano/nano-5.3-r1.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