diff options
-rw-r--r-- | app-vim/breakpts/breakpts-4.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/breakpts/breakpts-4.0-r2.ebuild b/app-vim/breakpts/breakpts-4.0-r2.ebuild index 79666b518bb0..4b6f66798aca 100644 --- a/app-vim/breakpts/breakpts-4.0-r2.ebuild +++ b/app-vim/breakpts/breakpts-4.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=618" SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=8142 -> ${P}.zip" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc ~sparc ~x86" S="${WORKDIR}" |