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 | 2 |
1 files changed, 1 insertions, 1 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 76bbfbc..70550cf 100644 --- a/app-vim/vim-ledger/vim-ledger-1.2.0.ebuild +++ b/app-vim/vim-ledger/vim-ledger-1.2.0.ebuild @@ -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 |