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 5BE1F13933E for ; Sat, 17 Jul 2021 21:43:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7897E0D9A; Sat, 17 Jul 2021 21:43:58 +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 8EF3BE0D9A for ; Sat, 17 Jul 2021 21:43:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9E63B342AF3 for ; Sat, 17 Jul 2021 21:43:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B85A7BC for ; Sat, 17 Jul 2021 21:43:56 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1626558222.53da1b7bae392bae67f2a96e76b1fe570eb0ce45.soap@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.6.1-r1.ebuild app-editors/nano/nano-5.6.1-r2.ebuild app-editors/nano/nano-5.7-r1.ebuild app-editors/nano/nano-5.7-r2.ebuild app-editors/nano/nano-5.8-r1.ebuild app-editors/nano/nano-5.8-r2.ebuild app-editors/nano/nano-9999.ebuild X-VCS-Directories: app-editors/nano/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 53da1b7bae392bae67f2a96e76b1fe570eb0ce45 X-VCS-Branch: master Date: Sat, 17 Jul 2021 21:43:56 +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: 2f445844-496a-4db7-99f9-ab435e2d94a2 X-Archives-Hash: 296105b7671591cfe5d3a8dff01141f5 commit: 53da1b7bae392bae67f2a96e76b1fe570eb0ce45 Author: David Seifert gentoo org> AuthorDate: Sat Jul 17 21:43:42 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jul 17 21:43:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53da1b7b app-editors/nano: Fix USE=static Signed-off-by: David Seifert gentoo.org> app-editors/nano/{nano-5.6.1-r1.ebuild => nano-5.6.1-r2.ebuild} | 3 ++- app-editors/nano/{nano-5.7-r1.ebuild => nano-5.7-r2.ebuild} | 3 ++- app-editors/nano/{nano-5.8-r1.ebuild => nano-5.8-r2.ebuild} | 3 ++- app-editors/nano/nano-9999.ebuild | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/app-editors/nano/nano-5.6.1-r1.ebuild b/app-editors/nano/nano-5.6.1-r2.ebuild similarity index 96% rename from app-editors/nano/nano-5.6.1-r1.ebuild rename to app-editors/nano/nano-5.6.1-r2.ebuild index e863bcccc70..64cdf0ed0eb 100644 --- a/app-editors/nano/nano-5.6.1-r1.ebuild +++ b/app-editors/nano/nano-5.6.1-r2.ebuild @@ -21,7 +21,8 @@ SLOT="0" IUSE="debug justify magic minimal ncurses nls +spell +split-usr static unicode" LIB_DEPEND=" - >=sys-libs/ncurses-5.9-r1:=[unicode(+)?,static-libs(+)] + >=sys-libs/ncurses-5.9-r1:=[unicode(+)?] + sys-libs/ncurses:=[static-libs(+)] magic? ( sys-apps/file[static-libs(+)] ) nls? ( virtual/libintl )" RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )" diff --git a/app-editors/nano/nano-5.7-r1.ebuild b/app-editors/nano/nano-5.7-r2.ebuild similarity index 96% rename from app-editors/nano/nano-5.7-r1.ebuild rename to app-editors/nano/nano-5.7-r2.ebuild index cae3f5a4819..7a309f7cb09 100644 --- a/app-editors/nano/nano-5.7-r1.ebuild +++ b/app-editors/nano/nano-5.7-r2.ebuild @@ -21,7 +21,8 @@ SLOT="0" IUSE="debug justify magic minimal ncurses nls +spell +split-usr static unicode" LIB_DEPEND=" - >=sys-libs/ncurses-5.9-r1:=[unicode(+)?,static-libs(+)] + >=sys-libs/ncurses-5.9-r1:=[unicode(+)?] + sys-libs/ncurses:=[static-libs(+)] magic? ( sys-apps/file[static-libs(+)] ) nls? ( virtual/libintl )" RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )" diff --git a/app-editors/nano/nano-5.8-r1.ebuild b/app-editors/nano/nano-5.8-r2.ebuild similarity index 96% rename from app-editors/nano/nano-5.8-r1.ebuild rename to app-editors/nano/nano-5.8-r2.ebuild index cae3f5a4819..7a309f7cb09 100644 --- a/app-editors/nano/nano-5.8-r1.ebuild +++ b/app-editors/nano/nano-5.8-r2.ebuild @@ -21,7 +21,8 @@ SLOT="0" IUSE="debug justify magic minimal ncurses nls +spell +split-usr static unicode" LIB_DEPEND=" - >=sys-libs/ncurses-5.9-r1:=[unicode(+)?,static-libs(+)] + >=sys-libs/ncurses-5.9-r1:=[unicode(+)?] + sys-libs/ncurses:=[static-libs(+)] magic? ( sys-apps/file[static-libs(+)] ) nls? ( virtual/libintl )" RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )" diff --git a/app-editors/nano/nano-9999.ebuild b/app-editors/nano/nano-9999.ebuild index cae3f5a4819..7a309f7cb09 100644 --- a/app-editors/nano/nano-9999.ebuild +++ b/app-editors/nano/nano-9999.ebuild @@ -21,7 +21,8 @@ SLOT="0" IUSE="debug justify magic minimal ncurses nls +spell +split-usr static unicode" LIB_DEPEND=" - >=sys-libs/ncurses-5.9-r1:=[unicode(+)?,static-libs(+)] + >=sys-libs/ncurses-5.9-r1:=[unicode(+)?] + sys-libs/ncurses:=[static-libs(+)] magic? ( sys-apps/file[static-libs(+)] ) nls? ( virtual/libintl )" RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"