aboutsummaryrefslogtreecommitdiffstats
path: root/app-vim/vim-ledger/vim-ledger-1.2.0.ebuild
diff options
context:
space:
mode:
authorturret <turret@duck.com>2023-05-31 11:47:26 -0500
committerturret <turret@duck.com>2023-05-31 11:47:26 -0500
commitd3d9bda7ff6756723a808de76fbb77ee103bafe4 (patch)
tree7162a358953acd78cbf1384b927083bc0cbc3b67 /app-vim/vim-ledger/vim-ledger-1.2.0.ebuild
parentbab234a44ad2a9212af1d3e36efc1b2491a9dcdb (diff)
downloadportage-overlay-d3d9bda7ff6756723a808de76fbb77ee103bafe4.tar.gz
portage-overlay-d3d9bda7ff6756723a808de76fbb77ee103bafe4.tar.bz2
portage-overlay-d3d9bda7ff6756723a808de76fbb77ee103bafe4.zip
mask & mark eapi 8 (might be broke)
Diffstat (limited to 'app-vim/vim-ledger/vim-ledger-1.2.0.ebuild')
-rw-r--r--app-vim/vim-ledger/vim-ledger-1.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/vim-ledger/vim-ledger-1.2.0.ebuild b/app-vim/vim-ledger/vim-ledger-1.2.0.ebuild
index 70550cf..edac7bc 100644
--- a/app-vim/vim-ledger/vim-ledger-1.2.0.ebuild
+++ b/app-vim/vim-ledger/vim-ledger-1.2.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild,v 1.6 2013/06/01 09:32:03 radhermit Exp $
-EAPI=7
+EAPI=8
inherit vim-plugin
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://github.com/ledger/vim-ledger"
else
SRC_URI="https://github.com/ledger/vim-ledger/archive/refs/tags/v$PV.tar.gz"
- KEYWORDS="amd64 x86"
+ KEYWORDS="~amd64 ~x86"
fi
RESTRICT=primaryuri