summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-editors/nano/nano-6.2.ebuild (renamed from app-editors/nano/nano-6.2-r1.ebuild)2
-rw-r--r--app-editors/nano/nano-6.3.ebuild (renamed from app-editors/nano/nano-6.3-r1.ebuild)2
-rw-r--r--app-editors/nano/nano-9999.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/nano/nano-6.2-r1.ebuild b/app-editors/nano/nano-6.2.ebuild
index bbea2f629b94..c76f1abb21ba 100644
--- a/app-editors/nano/nano-6.2-r1.ebuild
+++ b/app-editors/nano/nano-6.2.ebuild
@@ -76,7 +76,7 @@ src_install() {
if ! use minimal ; then
# Enable colorization by default.
sed -i \
- -e '0,/^# include /s:# *::' \
+ -e '/^# include /s:# *::' \
"${ED}"/etc/nanorc || die
# Since nano-5.0 these are no longer being "enabled" by default
diff --git a/app-editors/nano/nano-6.3-r1.ebuild b/app-editors/nano/nano-6.3.ebuild
index 52d1f38f69d5..9bd57c68b191 100644
--- a/app-editors/nano/nano-6.3-r1.ebuild
+++ b/app-editors/nano/nano-6.3.ebuild
@@ -76,7 +76,7 @@ src_install() {
if ! use minimal ; then
# Enable colorization by default.
sed -i \
- -e '0,/^# include /s:# *::' \
+ -e '/^# include /s:# *::' \
"${ED}"/etc/nanorc || die
# Since nano-5.0 these are no longer being "enabled" by default
diff --git a/app-editors/nano/nano-9999.ebuild b/app-editors/nano/nano-9999.ebuild
index cd424d2c2341..25ad3e614940 100644
--- a/app-editors/nano/nano-9999.ebuild
+++ b/app-editors/nano/nano-9999.ebuild
@@ -76,7 +76,7 @@ src_install() {
if ! use minimal ; then
# Enable colorization by default.
sed -i \
- -e '0,/^# include /s:# *::' \
+ -e '/^# include /s:# *::' \
"${ED}"/etc/nanorc || die
# Since nano-5.0 these are no longer being "enabled" by default