commit:     ed9a9ea0f3f049ca4730ace871f843dfae674d4c
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 11:42:59 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 11:44:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed9a9ea0

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 <AT> gentoo.org>

 app-editors/nano/{nano-5.3.ebuild => nano-5.3-r1.ebuild} | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-editors/nano/nano-5.3.ebuild 
b/app-editors/nano/nano-5.3-r1.ebuild
similarity index 93%
rename from app-editors/nano/nano-5.3.ebuild
rename to app-editors/nano/nano-5.3-r1.ebuild
index 86f22534c12..58e6b082147 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

Reply via email to