commit:     9f812e334ec6ad5d875c0882ad2986b85470ee8d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 19 05:47:25 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 19 05:49:02 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f812e33

app-editors/nano: sync live

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-editors/nano/nano-8.7.ebuild  |  5 +++--
 app-editors/nano/nano-9999.ebuild | 16 ++++++++++++----
 2 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/app-editors/nano/nano-8.7.ebuild b/app-editors/nano/nano-8.7.ebuild
index dca1b2ae6e17..ed81d2282d53 100644
--- a/app-editors/nano/nano-8.7.ebuild
+++ b/app-editors/nano/nano-8.7.ebuild
@@ -16,6 +16,8 @@ else
                verify-sig? ( 
https://www.nano-editor.org/dist/v${PV:0:1}/${MY_P}.tar.xz.asc )
        "
        KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
+
+       BDEPEND="verify-sig? ( sec-keys/openpgp-keys-bennoschulenberg )"
 fi
 
 DESCRIPTION="GNU GPL'd Pico clone with more functionality"
@@ -31,10 +33,9 @@ RDEPEND="
        nls? ( virtual/libintl )
 "
 DEPEND="${RDEPEND}"
-BDEPEND="
+BDEPEND+="
        virtual/pkgconfig
        nls? ( sys-devel/gettext )
-       verify-sig? ( sec-keys/openpgp-keys-bennoschulenberg )
 "
 
 REQUIRED_USE="

diff --git a/app-editors/nano/nano-9999.ebuild 
b/app-editors/nano/nano-9999.ebuild
index 166cbbcd5a73..d53000a57bf8 100644
--- a/app-editors/nano/nano-9999.ebuild
+++ b/app-editors/nano/nano-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,8 +8,16 @@ if [[ ${PV} == 9999 ]] ; then
        inherit autotools git-r3
 else
        MY_P="${PN}-${PV/_}"
-       SRC_URI="https://www.nano-editor.org/dist/v${PV:0:1}/${MY_P}.tar.xz";
+       VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/bennoschulenberg.asc
+       inherit verify-sig
+
+       SRC_URI="
+               https://www.nano-editor.org/dist/v${PV:0:1}/${MY_P}.tar.xz
+               verify-sig? ( 
https://www.nano-editor.org/dist/v${PV:0:1}/${MY_P}.tar.xz.asc )
+       "
        KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"
+
+       BDEPEND="verify-sig? ( sec-keys/openpgp-keys-bennoschulenberg )"
 fi
 
 DESCRIPTION="GNU GPL'd Pico clone with more functionality"
@@ -25,9 +33,9 @@ RDEPEND="
        nls? ( virtual/libintl )
 "
 DEPEND="${RDEPEND}"
-BDEPEND="
-       nls? ( sys-devel/gettext )
+BDEPEND+="
        virtual/pkgconfig
+       nls? ( sys-devel/gettext )
 "
 
 REQUIRED_USE="

Reply via email to