From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4A37F138359 for ; Mon, 12 Oct 2020 11:44:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90139E0884; Mon, 12 Oct 2020 11:44:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7250FE0884 for ; Mon, 12 Oct 2020 11:44:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86ACE335D8B for ; Mon, 12 Oct 2020 11:44:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C6E537F for ; Mon, 12 Oct 2020 11:44:09 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1602503045.ed9a9ea0f3f049ca4730ace871f843dfae674d4c.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/nano/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/nano/nano-5.3-r1.ebuild app-editors/nano/nano-5.3.ebuild X-VCS-Directories: app-editors/nano/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: ed9a9ea0f3f049ca4730ace871f843dfae674d4c X-VCS-Branch: master Date: Mon, 12 Oct 2020 11:44:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5e13caa3-6408-4912-8965-3c0eb726d8a7 X-Archives-Hash: ad62d7115565de79529c186d075b4d78 commit: ed9a9ea0f3f049ca4730ace871f843dfae674d4c Author: Lars Wendler gentoo org> AuthorDate: Mon Oct 12 11:42:59 2020 +0000 Commit: Lars Wendler gentoo 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 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