diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-06-02 10:05:55 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-06-02 10:07:07 -0400 |
commit | 6ce58dd1fcbf1002cbc824dc290d4909e40f350e (patch) | |
tree | e7c9195d448687a733cedc97dfe8558b7308c428 /app-editors | |
parent | net-im/zoom: add 5.10.7.3311 (diff) | |
download | gentoo-6ce58dd1fcbf1002cbc824dc290d4909e40f350e.tar.gz gentoo-6ce58dd1fcbf1002cbc824dc290d4909e40f350e.tar.bz2 gentoo-6ce58dd1fcbf1002cbc824dc290d4909e40f350e.zip |
app-editors/xvile: fix BDEPEND typo
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/xvile/xvile-9.8v.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/xvile/xvile-9.8v.ebuild b/app-editors/xvile/xvile-9.8v.ebuild index 85fc70cefbcc..b3a06afe19e8 100644 --- a/app-editors/xvile/xvile-9.8v.ebuild +++ b/app-editors/xvile/xvile-9.8v.ebuild @@ -27,7 +27,7 @@ RDEPEND="~app-editors/vile-${PV} DEPEND="${RDEPEND} x11-base/xorg-proto sys-devel/flex" -BDEPEND+"virtual/pkgconfig" +BDEPEND="virtual/pkgconfig" S="${WORKDIR}"/${MY_P} |