diff options
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.ebuild | 4 |
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 |