summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-15 03:50:18 +0100
committerSam James <sam@gentoo.org>2021-04-16 12:15:41 +0100
commit6727f58b8e573f62191b6042d5311e015f194e23 (patch)
treeb388234c752d6a15b03f7d29a20806b927d29206 /dev-libs
parentdev-libs/leveldb: eutils->epatch (diff)
downloadgentoo-6727f58b8e573f62191b6042d5311e015f194e23.tar.gz
gentoo-6727f58b8e573f62191b6042d5311e015f194e23.tar.bz2
gentoo-6727f58b8e573f62191b6042d5311e015f194e23.zip
dev-libs/libappindicator: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild b/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild
index 534690231318..32b93d812d6b 100644
--- a/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild
+++ b/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
VALA_USE_DEPEND="vapigen"
-inherit autotools eutils ltprune multilib-minimal vala xdg-utils
+inherit autotools ltprune multilib-minimal vala xdg-utils
DESCRIPTION="A library to allow applications to export a menu into the Unity Menu bar"
HOMEPAGE="https://launchpad.net/libappindicator"
@@ -59,7 +59,7 @@ multilib_src_configure() {
use introspection && vala_src_prepare && export VALA_API_GEN="${VAPIGEN}"
fi
- ECONF_SOURCE=${S} \
+ ECONF_SOURCE="${S}" \
econf \
--disable-static \
--with-gtk=3 \