commit: 226edee4b114ccdcdc7c9245656e3a1a7ce09922
Author: Eray Aslan <eras <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 15 13:50:58 2018 +0000
Commit: Eray Aslan <eras <AT> gentoo <DOT> org>
CommitDate: Sat Dec 15 13:50:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=226edee4
dev-libs/libverto: fix quotes
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Eray Aslan <eras <AT> gentoo.org>
dev-libs/libverto/libverto-0.3.0.ebuild | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/dev-libs/libverto/libverto-0.3.0.ebuild
b/dev-libs/libverto/libverto-0.3.0.ebuild
index f0b436a4b83..5ef09140c7a 100644
--- a/dev-libs/libverto/libverto-0.3.0.ebuild
+++ b/dev-libs/libverto/libverto-0.3.0.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit autotools multilib-minimal
DESCRIPTION="Main event loop abstraction library"
@@ -26,10 +27,10 @@ RDEPEND="${DEPEND}"
REQUIRED_USE="|| ( glib libev libevent tevent ) "
-PATCHES=( ${FILESDIR}/${PN}-libev-c89.patch \
- ${FILESDIR}/${PN}-verify-cflags.patch \
- ${FILESDIR}/${PN}-Wflags.patch \
- ${FILESDIR}/${PN}-load.patch )
+PATCHES=( "${FILESDIR}/${PN}-libev-c89.patch" \
+ "${FILESDIR}/${PN}-verify-cflags.patch" \
+ "${FILESDIR}/${PN}-Wflags.patch" \
+ "${FILESDIR}/${PN}-load.patch" )
DOCS=( AUTHORS ChangeLog NEWS INSTALL README )