summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2018-12-15 16:50:58 +0300
committerEray Aslan <eras@gentoo.org>2018-12-15 16:50:58 +0300
commit226edee4b114ccdcdc7c9245656e3a1a7ce09922 (patch)
tree2d9a3fb235d1cc2574dd18e4acc0ac1fbf32d487 /dev-libs/libverto
parentdev-libs/libverto: remove old (diff)
downloadgentoo-226edee4b114ccdcdc7c9245656e3a1a7ce09922.tar.gz
gentoo-226edee4b114ccdcdc7c9245656e3a1a7ce09922.tar.bz2
gentoo-226edee4b114ccdcdc7c9245656e3a1a7ce09922.zip
dev-libs/libverto: fix quotes
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Eray Aslan <eras@gentoo.org>
Diffstat (limited to 'dev-libs/libverto')
-rw-r--r--dev-libs/libverto/libverto-0.3.0.ebuild9
1 files 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 f0b436a4b833..5ef09140c7af 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 )