diff options
-rw-r--r-- | app-editors/nano/nano-8.0.ebuild | 2 | ||||
-rw-r--r-- | app-editors/nano/nano-9999.ebuild | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/app-editors/nano/nano-8.0.ebuild b/app-editors/nano/nano-8.0.ebuild index 4fd1b503d2c7..e6f6c6f206d5 100644 --- a/app-editors/nano/nano-8.0.ebuild +++ b/app-editors/nano/nano-8.0.ebuild @@ -3,8 +3,6 @@ EAPI=8 -inherit flag-o-matic - if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://git.savannah.gnu.org/git/nano.git" inherit autotools git-r3 diff --git a/app-editors/nano/nano-9999.ebuild b/app-editors/nano/nano-9999.ebuild index 864ebe37cbae..64d9b86de063 100644 --- a/app-editors/nano/nano-9999.ebuild +++ b/app-editors/nano/nano-9999.ebuild @@ -3,8 +3,6 @@ EAPI=8 -inherit flag-o-matic - if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://git.savannah.gnu.org/git/nano.git" inherit autotools git-r3 |