diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-02 05:57:40 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-02 05:57:40 +0200 |
commit | 3e0dcef1109ca3bfc2749d86f10202c5397eee54 (patch) | |
tree | 6f751c4851b3339320e285fd3c5a001fecd07335 /app-vim | |
parent | app-vim/bash-support: Stabilize 4.3 amd64, #849197 (diff) | |
download | gentoo-3e0dcef1109ca3bfc2749d86f10202c5397eee54.tar.gz gentoo-3e0dcef1109ca3bfc2749d86f10202c5397eee54.tar.bz2 gentoo-3e0dcef1109ca3bfc2749d86f10202c5397eee54.zip |
app-vim/breakpts: Stabilize 4.0-r2 amd64, #849197
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-vim')
-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}" |