summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2022-12-06 14:01:05 -0500
committerMike Gilbert <floppym@gentoo.org>2022-12-06 14:03:25 -0500
commit6afd21d9b4340c875b2739ee7d8f0275914921e1 (patch)
treebbfb92c9900a4ab679cdf8620ccfdf63a5658459 /app-editors/nano
parentgames-util/lutris: remove unused patch(es) (diff)
downloadgentoo-6afd21d9b4340c875b2739ee7d8f0275914921e1.tar.gz
gentoo-6afd21d9b4340c875b2739ee7d8f0275914921e1.tar.bz2
gentoo-6afd21d9b4340c875b2739ee7d8f0275914921e1.zip
app-editors/nano: drop /usr/bin/nano symlink
Closes: https://bugs.gentoo.org/693244 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-editors/nano')
-rw-r--r--app-editors/nano/nano-7.0-r1.ebuild (renamed from app-editors/nano/nano-7.0.ebuild)4
-rw-r--r--app-editors/nano/nano-9999.ebuild4
2 files changed, 2 insertions, 6 deletions
diff --git a/app-editors/nano/nano-7.0.ebuild b/app-editors/nano/nano-7.0-r1.ebuild
index 3ccb2377fa61..7cdc35604620 100644
--- a/app-editors/nano/nano-7.0.ebuild
+++ b/app-editors/nano/nano-7.0-r1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://www.nano-editor.org/ https://wiki.gentoo.org/wiki/Nano/Basics_
LICENSE="GPL-3+ LGPL-2.1+ || ( GPL-3+ FDL-1.2+ )"
SLOT="0"
-IUSE="debug justify magic minimal ncurses nls +spell +split-usr static unicode"
+IUSE="debug justify magic minimal ncurses nls +spell static unicode"
LIB_DEPEND="
>=sys-libs/ncurses-5.9-r1:=[unicode(+)?]
@@ -97,8 +97,6 @@ src_install() {
insinto "${rcdir}"
newins "${FILESDIR}/gentoo.nanorc-r1" gentoo.nanorc
fi
-
- use split-usr && dosym ../../bin/nano /usr/bin/nano
}
pkg_postrm() {
diff --git a/app-editors/nano/nano-9999.ebuild b/app-editors/nano/nano-9999.ebuild
index 3ccb2377fa61..7cdc35604620 100644
--- a/app-editors/nano/nano-9999.ebuild
+++ b/app-editors/nano/nano-9999.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://www.nano-editor.org/ https://wiki.gentoo.org/wiki/Nano/Basics_
LICENSE="GPL-3+ LGPL-2.1+ || ( GPL-3+ FDL-1.2+ )"
SLOT="0"
-IUSE="debug justify magic minimal ncurses nls +spell +split-usr static unicode"
+IUSE="debug justify magic minimal ncurses nls +spell static unicode"
LIB_DEPEND="
>=sys-libs/ncurses-5.9-r1:=[unicode(+)?]
@@ -97,8 +97,6 @@ src_install() {
insinto "${rcdir}"
newins "${FILESDIR}/gentoo.nanorc-r1" gentoo.nanorc
fi
-
- use split-usr && dosym ../../bin/nano /usr/bin/nano
}
pkg_postrm() {