diff options
author | Stefan Strogin <steils@gentoo.org> | 2024-09-11 00:06:51 +0300 |
---|---|---|
committer | Stefan Strogin <steils@gentoo.org> | 2024-09-10 21:07:51 +0000 |
commit | 7a59f682552da2ecc17276b3adfd5394cfafd4b4 (patch) | |
tree | 566e056f280a5f527fd5bd997be4558f6f6aa2d5 /media-sound/vimpc | |
parent | app-editors/neovim: Sync keywords (diff) | |
download | gentoo-7a59f682552da2ecc17276b3adfd5394cfafd4b4.tar.gz gentoo-7a59f682552da2ecc17276b3adfd5394cfafd4b4.tar.bz2 gentoo-7a59f682552da2ecc17276b3adfd5394cfafd4b4.zip |
media-sound/vimpc: don't apply patches to live
Signed-off-by: Stefan Strogin <steils@gentoo.org>
Diffstat (limited to 'media-sound/vimpc')
-rw-r--r-- | media-sound/vimpc/vimpc-9999.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/media-sound/vimpc/vimpc-9999.ebuild b/media-sound/vimpc/vimpc-9999.ebuild index a6a60a208193..517aa42ede27 100644 --- a/media-sound/vimpc/vimpc-9999.ebuild +++ b/media-sound/vimpc/vimpc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -28,11 +28,6 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" -PATCHES=( - "${FILESDIR}"/${P}-boost.patch - "${FILESDIR}"/${P}-wformat-security.patch -) - src_prepare() { default eautoreconf |